refactor: make store smaller

This commit is contained in:
lin onetwo 2025-05-13 14:21:58 +08:00
parent afb9150683
commit 7b770fef88
16 changed files with 563 additions and 423 deletions

View file

@ -26,7 +26,9 @@
"Title": "Configuration Issue"
},
"EmptyStateDescription": "Create a new session or select an existing one from the left to start chatting.",
"Error": "Dialogue error",
"InputPlaceholder": "Type a message, Ctrl+Enter to send",
"Loading": "Dialogue loading",
"NewSession": "New Session",
"OpenInWorkspaceTiddler": "Open {{title}} in {{workspace}} workspace",
"Send": "Send",

View file

@ -25,7 +25,9 @@
"Title": "Problème de configuration"
},
"EmptyStateDescription": "Créez une nouvelle session ou sélectionnez-en une existante à gauche pour commencer à discuter.",
"Error": "Erreur de dialogue",
"InputPlaceholder": "Tapez un message, Ctrl+Entrée pour envoyer",
"Loading": "Chargement de la conversation en cours",
"NewSession": "Nouvelle session",
"OpenInWorkspaceTiddler": "Ouvrir {{title}} dans l'espace de travail {{workspace}}",
"Send": "Envoyer",

View file

@ -26,7 +26,9 @@
"Title": "設定の問題"
},
"EmptyStateDescription": "新しいセッションを作成するか、左から既存のセッションを選択して会話を開始してください。",
"Error": "会話エラー",
"InputPlaceholder": "メッセージを入力、Ctrl+Enterで送信",
"Loading": "会話を読み込み中",
"NewSession": "新しいセッション",
"OpenInWorkspaceTiddler": "{{workspace}}ワークスペースで{{title}}を開く",
"Send": "送信",

View file

@ -26,7 +26,9 @@
"Title": "Проблема с конфигурацией"
},
"EmptyStateDescription": "Создайте новую сессию или выберите существующую слева, чтобы начать общение.",
"Error": "Ошибка диалога",
"InputPlaceholder": "Введите сообщение, Ctrl+Enter для отправки",
"Loading": "Диалог загружается",
"NewSession": "Новая сессия",
"OpenInWorkspaceTiddler": "Открыть {{title}} в рабочей области {{workspace}}",
"Send": "Отправить",

View file

@ -26,7 +26,9 @@
"Title": "配置问题"
},
"EmptyStateDescription": "创建一个新会话或者从左侧选择一个已有会话来开始对话。",
"Error": "对话错误",
"InputPlaceholder": "输入消息Ctrl+Enter 发送",
"Loading": "对话加载中",
"NewSession": "新建会话",
"OpenInWorkspaceTiddler": "在{{workspace}}工作区中打开{{title}}",
"Send": "发送",
@ -76,16 +78,6 @@
"QuickAccess": "快速访问",
"SearchPlaceholder": "搜索标签页或智能体..."
},
"Search": {
"AvailableAgents": "可用的智能体",
"FailedToCreateChatWithAgent": "无法创建与智能体的对话",
"FailedToFetchAgents": "获取智能体列表失败",
"NoAgentsFound": "未找到智能体",
"NoClosedTabsFound": "没有最近关闭的标签页",
"NoTabsFound": "没有找到标签页",
"OpenTabs": "打开的标签页",
"RecentlyClosedTabs": "最近关闭的标签页"
},
"Preference": {
"AIModelSelection": "AI 模型选择",
"AIModelSelectionDescription": "选择您想要使用的 AI 提供商和模型",
@ -101,8 +93,8 @@
"BaseURLRequired": "API 地址为必填项",
"Cancel": "取消",
"CancelAddProvider": "取消添加",
"ConfigureProvider": "配置 {{provider}}",
"ConfigureModelParameters": "配置参数",
"ConfigureProvider": "配置 {{provider}}",
"CreateCustomModel": "创建自定义模型",
"Custom": "自定义接口",
"CustomProvider": "自定义提供方",
@ -164,5 +156,15 @@
"TemperatureDescription": "较低的值会产生更确定性、更集中的响应,较高的值会产生更多样化、更创造性的响应",
"TopP": "Top P",
"TopPDescription": "控制响应的随机性。较低的值使响应更确定,较高的值允许更多的可能性"
},
"Search": {
"AvailableAgents": "可用的智能体",
"FailedToCreateChatWithAgent": "无法创建与智能体的对话",
"FailedToFetchAgents": "获取智能体列表失败",
"NoAgentsFound": "未找到智能体",
"NoClosedTabsFound": "没有最近关闭的标签页",
"NoTabsFound": "没有找到标签页",
"OpenTabs": "打开的标签页",
"RecentlyClosedTabs": "最近关闭的标签页"
}
}