From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- i18n/en-US/share-app.ts | 12 ++---------- 1 files changed, 2 insertions(+), 10 deletions(-) diff --git a/i18n/en-US/share-app.ts b/i18n/en-US/share-app.ts index bf99005..5d47fd3 100644 --- a/i18n/en-US/share-app.ts +++ b/i18n/en-US/share-app.ts @@ -5,15 +5,11 @@ appUnknownError: 'App is unavailable', }, chat: { - newChat: 'Start New chat', - newChatTip: 'Already in a new chat', - chatSettingsTitle: 'New chat setup', - chatFormTip: 'Chat settings cannot be modified after the chat has started.', + newChat: 'New chat', pinnedTitle: 'Pinned', - unpinnedTitle: 'Recent', + unpinnedTitle: 'Chats', newChatDefaultName: 'New conversation', resetChat: 'Reset conversation', - viewChatSettings: 'View chat settings', poweredBy: 'Powered by', prompt: 'Prompt', privatePromptConfigTitle: 'Conversation settings', @@ -34,8 +30,6 @@ }, tryToSolve: 'Try to solve', temporarySystemIssue: 'Sorry, temporary system issue.', - expand: 'Expand', - collapse: 'Collapse', }, generation: { tabs: { @@ -53,8 +47,6 @@ 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.', -- Gitblit v1.8.0