mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-08 02:16:51 +08:00
Feat: web app dark mode (#14732)
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user