Feat: web app dark mode (#14732)
This commit is contained in:
parent
e53052ab7a
commit
d0d0bf570e
98 changed files with 3006 additions and 2496 deletions
|
|
@ -5,11 +5,14 @@ const translation = {
|
|||
appUnknownError: 'App is unavailable',
|
||||
},
|
||||
chat: {
|
||||
newChat: 'New chat',
|
||||
newChat: 'Start New chat',
|
||||
chatSettingsTitle: 'New chat setup',
|
||||
chatFormTip: 'Chat settings cannot be modified after the chat has started.',
|
||||
pinnedTitle: 'Pinned',
|
||||
unpinnedTitle: 'Chats',
|
||||
unpinnedTitle: 'Recent',
|
||||
newChatDefaultName: 'New conversation',
|
||||
resetChat: 'Reset conversation',
|
||||
viewChatSettings: 'View chat settings',
|
||||
poweredBy: 'Powered by',
|
||||
prompt: 'Prompt',
|
||||
privatePromptConfigTitle: 'Conversation settings',
|
||||
|
|
@ -47,6 +50,8 @@ const translation = {
|
|||
completionResult: 'Completion result',
|
||||
queryPlaceholder: 'Write your query content...',
|
||||
run: 'Execute',
|
||||
execution: 'EXECUTION',
|
||||
executions: '{{num}} EXECUTIONS',
|
||||
copy: 'Copy',
|
||||
resultTitle: 'AI Completion',
|
||||
noData: 'AI will give you what you want here.',
|
||||
|
|
|
|||
|
|
@ -5,11 +5,14 @@ const translation = {
|
|||
appUnknownError: '应用不可用',
|
||||
},
|
||||
chat: {
|
||||
newChat: '新对话',
|
||||
newChat: '开启新对话',
|
||||
chatSettingsTitle: '新对话设置',
|
||||
chatFormTip: '对话开始后,对话设置将无法修改。',
|
||||
pinnedTitle: '已置顶',
|
||||
unpinnedTitle: '对话列表',
|
||||
newChatDefaultName: '新的对话',
|
||||
resetChat: '重置对话',
|
||||
viewChatSettings: '查看对话设置',
|
||||
poweredBy: 'Powered by',
|
||||
prompt: '提示词',
|
||||
privatePromptConfigTitle: '对话设置',
|
||||
|
|
@ -43,6 +46,8 @@ const translation = {
|
|||
completionResult: '生成结果',
|
||||
queryPlaceholder: '请输入文本内容',
|
||||
run: '运行',
|
||||
execution: '运行',
|
||||
executions: '{{num}} 次运行',
|
||||
copy: '拷贝',
|
||||
resultTitle: 'AI 书写',
|
||||
noData: 'AI 会在这里给你惊喜。',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue