Feat: web app dark mode (#14732)
This commit is contained in:
@@ -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 会在这里给你惊喜。',
|
||||
|
||||
Reference in New Issue
Block a user