quivr/frontend/public/locales/zh-cn/config.json
Jerry Shang eb682c7219
fix: missing or inaccurate zh-cn translations (#1558)
# Description

There are some missing(like some russian and traditional chinese words)
or inaccurate texts in zh-ch locale.

## Checklist before requesting a review

Please delete options that are not relevant.

- [x] My code follows the style guidelines of this project
- I am confusing that not all the json files have same indent spaces. I
am not sure is it ok that the 4-spaces ones were changed to 2-spaces. 😅
- [x] I have performed a self-review of my code

## Screenshots (if appropriate):
2023-11-02 09:52:21 +01:00

53 lines
2.0 KiB
JSON

{
"title": "配置",
"subtitle": "管理大脑",
"settings": "设置",
"people": "成员",
"knowledge": "知识",
"modelSection": "模型配置",
"openAiKeyLabel": "Open AI 密钥",
"openAiKeyPlaceholder": "sk-xxx",
"modelLabel": "模型",
"anthropicKeyPlaceholder": "Anthropic API 密钥",
"anthropicKeyLabel": "Anthropic API 密钥",
"temperature": "温度",
"maxTokens": "最大 Token 数",
"accountSection": "您的账户",
"signedInAs": "已登录为",
"backendSection": "后台配置",
"backendUrlPlaceHolder": "后台 URL",
"backendUrlLabel": "后台 URL",
"supabaseURLPlaceHolder": "Supabase URL",
"supabaseURLLabel": "Supabase URL",
"supabaseKeyPlaceHolder": "Supabase 密钥",
"supabaseKeyLabel": "Supabase 密钥",
"keepInLocal": "保留在本地",
"customPromptSection": "自定义提示",
"selectQuivrPersonalityBtn": "选择 Quivr 的性格",
"promptName": "提示标题",
"promptNamePlaceholder": "特别棒的提示名称",
"promptContent": "提示内容",
"promptContentPlaceholder": "作为一个人工智能,你…",
"promptRemoved": "成功删除提示",
"errorRemovingPrompt": "删除提示时出错",
"removePrompt": "删除提示",
"newAPIKey": "创建新 API 密钥",
"configSaved": "配置已保存",
"configReset": "配置已重置",
"invalidOpenAiKey": "无效的 OpenAI 密钥",
"error.createApiKey": "创建 API 密钥时出错",
"error.copy": "复制失败",
"updatingBrainSettings": "更新大脑设置中…",
"defaultBrainSet": "大脑已成功设置为默认值。",
"nameRequired": "名称为必填项",
"promptFieldsRequired": "提示标题和内容为必填项",
"brainUpdated": "大脑更新成功",
"publicPrompts": "在公共提示中选择",
"roleRequired": "您没有访问此选项卡所需的权限 🧠💡🥲.",
"requireAccess": "请向所有者申请访问权限.",
"ohno": "哎呀!",
"noUser": "没有用户",
"incorrectApiKey": "错误的 API 密钥",
"invalidApiKeyError": "无效的 API 密钥",
"apiKey": "API 密钥"
}