jan/web-app/src/locales/zh-CN/providers.json
Sam Hoang Van c32dd092d0
Enhance i18n and add missing i18n for all component (#5314)
* Refactor translation imports and update text for localization across settings and system monitor routes

- Changed translation import from 'react-i18next' to '@/i18n/react-i18next-compat' in multiple files.
- Updated various text strings to use translation keys for better localization support in:
  - Local API Server settings
  - MCP Servers settings
  - Privacy settings
  - Provider settings
  - Shortcuts settings
  - System Monitor
  - Thread details
- Ensured consistent use of translation keys for all user-facing text.

Update web-app/src/routes/settings/appearance.tsx

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

Update web-app/src/routes/settings/appearance.tsx

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

Update web-app/src/locales/vn/settings.json

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

Update web-app/src/containers/dialogs/DeleteMCPServerConfirm.tsx

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

Update web-app/src/locales/id/common.json

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

* Add Chinese (Simplified and Traditional) localization files for various components

- Created `tools.json`, `updater.json`, `assistants.json`, `chat.json`, `common.json`, `hub.json`, `logs.json`, `mcp-servers.json`, `provider.json`, `providers.json`, `settings.json`, `setup.json`, `system-monitor.json`, `tool-approval.json` in both `zh-CN` and `zh-TW` locales.
- Added translations for tool approval, updater notifications, assistant management, chat interface, common UI elements, hub interactions, logging messages, MCP server configurations, provider management, settings options, setup instructions, and system monitoring.

* Refactor localization strings for improved clarity and consistency in English, Indonesian, and Vietnamese settings files

* Fix missing key and reword

* fix pr comment

---------

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-20 15:33:54 +07:00

68 lines
2.7 KiB
JSON

{
"joyride": {
"chooseProviderTitle": "选择一个提供商",
"chooseProviderContent": "选择您要使用的提供商,确保您有权访问其 API 密钥。",
"getApiKeyTitle": "获取您的 API 密钥",
"getApiKeyContent": "登录提供商的仪表板以查找或生成您的 API 密钥。",
"insertApiKeyTitle": "插入您的 API 密钥",
"insertApiKeyContent": "在此处粘贴您的 API 密钥以连接并激活提供商。",
"back": "返回",
"close": "关闭",
"last": "完成",
"next": "下一步",
"skip": "跳过"
},
"refreshModelsError": "提供商必须配置基本 URL 和 API 密钥才能获取模型。",
"refreshModelsSuccess": "从 {{provider}} 添加了 {{count}} 个新模型。",
"noNewModels": "未找到新模型。所有可用模型均已添加。",
"refreshModelsFailed": "从 {{provider}} 获取模型失败。请检查您的 API 密钥和基本 URL。",
"models": "模型",
"refreshing": "刷新中...",
"refresh": "刷新",
"import": "导入",
"importModelSuccess": "模型 {{provider}} 已成功导入。",
"importModelError": "导入模型失败:",
"stop": "停止",
"start": "开始",
"noModelFound": "未找到模型",
"noModelFoundDesc": "可用模型将在此处列出。如果您还没有任何模型,请访问中心下载。",
"configuration": "配置",
"apiEndpoint": "API 端点",
"testConnection": "测试连接",
"addModel": {
"title": "添加新模型",
"description": "向 {{provider}} 提供商添加新模型。",
"modelId": "模型 ID",
"enterModelId": "输入模型 ID",
"exploreModels": "查看 {{provider}} 的模型列表",
"addModel": "添加模型"
},
"deleteModel": {
"title": "删除模型:{{modelId}}",
"description": "您确定要删除此模型吗?此操作无法撤销。",
"success": "模型 {{modelId}} 已被永久删除。",
"cancel": "取消",
"delete": "删除"
},
"deleteProvider": {
"title": "删除提供商",
"description": "删除此提供商及其所有模型。此操作无法撤销。",
"success": "提供商 {{provider}} 已被永久删除。",
"confirmTitle": "删除提供商:{{provider}}",
"confirmDescription": "您确定要删除此提供商吗?此操作无法撤销。",
"cancel": "取消",
"delete": "删除"
},
"editModel": {
"title": "编辑模型:{{modelId}}",
"description": "通过切换以下选项来配置模型功能。",
"capabilities": "功能",
"tools": "工具",
"vision": "视觉",
"embeddings": "嵌入",
"notAvailable": "尚不可用"
},
"addProvider": "添加提供商",
"addOpenAIProvider": "添加 OpenAI 提供商",
"enterNameForProvider": "输入提供商名称"
}