i18n(ui): clarify preview build and extended image-recognition copy

Notes the preview build as unofficial in the conversation hero and describes the
image-recognition plugin as an extension beyond the official DeepSeek surface.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Pine
2026-08-14 17:39:47 +08:00
parent 79ae82fa48
commit 7f4a87b992
2 changed files with 4 additions and 4 deletions
@@ -71,7 +71,7 @@ export const zh = {
'access.confirm.cancel': '取消', 'access.confirm.cancel': '取消',
'access.confirm.enable': '启用 Full access', 'access.confirm.enable': '启用 Full access',
'hero.headline': '探索未至之境', 'hero.headline': '探索未至之境',
'hero.preview': '预览版', 'hero.preview': '预览版 · 非官方',
'hero.chooseWorkspace': '选择工作区', 'hero.chooseWorkspace': '选择工作区',
'session.hierarchy': '会话层级', 'session.hierarchy': '会话层级',
'details.title': '详情', 'details.title': '详情',
@@ -240,7 +240,7 @@ export const en = {
'access.confirm.cancel': 'Cancel', 'access.confirm.cancel': 'Cancel',
'access.confirm.enable': 'Enable Full access', 'access.confirm.enable': 'Enable Full access',
'hero.headline': 'Into the Unknown', 'hero.headline': 'Into the Unknown',
'hero.preview': 'Preview', 'hero.preview': 'Preview · Unofficial',
'hero.chooseWorkspace': 'Choose workspace', 'hero.chooseWorkspace': 'Choose workspace',
'session.hierarchy': 'Session hierarchy', 'session.hierarchy': 'Session hierarchy',
'details.title': 'Details', 'details.title': 'Details',
@@ -106,8 +106,8 @@ export const zh: Record<PluginsSettingsLocaleKey, string> = {
webSearchBaseUrlHint: '留空则使用提供方默认地址。', webSearchBaseUrlHint: '留空则使用提供方默认地址。',
webSearchMaxUses: '单次请求最多搜索次数', webSearchMaxUses: '单次请求最多搜索次数',
webSearchMaxUsesHint: '一次请求在必须作答前最多可以搜索多少次。', webSearchMaxUsesHint: '一次请求在必须作答前最多可以搜索多少次。',
imageRecognitionTitle: '图像识别', imageRecognitionTitle: '图像识别(官方之外的新增)',
imageRecognitionDescription: '图像识别的视觉提供方。', imageRecognitionDescription: '图像识别的视觉提供方。为deepSeek补充视觉能力',
imageRecognitionApiKey: 'API Key', imageRecognitionApiKey: 'API Key',
imageRecognitionApiKeyHint: '不写入设置文件。留空表示保持当前密钥。', imageRecognitionApiKeyHint: '不写入设置文件。留空表示保持当前密钥。',
imageRecognitionApiKeySet: '已配置密钥。', imageRecognitionApiKeySet: '已配置密钥。',