-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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):
- Loading branch information
1 parent
40009be
commit e074df8
Showing
13 changed files
with
216 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,50 @@ | ||
{ | ||
"searchBrain": "搜索大脑", | ||
"selectBrain": "请选择一个大脑", | ||
"brainCreated": "大脑创建成功", | ||
"newBrain": "添加新大脑", | ||
"newBrainTitle": "添加新大脑", | ||
"newBrainSubtitle": "为您的数据创建一个新空间", | ||
"brainName": "大脑名称", | ||
"brainNamePlaceholder": "例如:历史笔记", | ||
"brainDescription": "描述", | ||
"brainDescriptionPlaceholder": "我的新大脑是关于...", | ||
"shareBrain": "分享大脑 {{name}}", | ||
"shareBrainUsers": "具有访问权限的用户", | ||
"shareBrainLink": "点击复制链接来分享你的大脑", | ||
"copiedToClipboard": "复制到剪贴板", | ||
"inviteUsers": "添加新用户", | ||
"usersInvited": "用户成功邀请", | ||
"errorSendingInvitation": "发送邀请时发生错误", | ||
"brainUndefined": "大脑未定义", | ||
"noBrainUsers": "没有大脑用户", | ||
"errorFetchingBrainUsers": "获取大脑用户时发生错误", | ||
"usersWithAccess": "具有访问权限的用户", | ||
"userRoleUpdated": "成功将 {{email}} 更新为 {{newRole}}", | ||
"userRoleUpdateFailed": "无法将 {{email}} 更新为 {{newRole}}", | ||
"userRemoved": "从大脑中删除了 {{email}}", | ||
"userRemoveFailed": "无法从大脑中删除 {{email}}", | ||
"defaultBrain": "默认大脑", | ||
"setDefaultBrain": "设置为默认大脑", | ||
"errorCreatingBrain": "创建大脑时发生错误", | ||
"private_brain_label": "私有", | ||
"public_brain_label": "公开", | ||
"brain_status_label": "状态", | ||
"set_brain_status_to_public_modal_title": "您确定要将此设置为<span class='text-primary'>公共</span>吗?<br/><br/>", | ||
"set_brain_status_to_public_modal_description": "每个 Quivr 用户将能够:<br/>- 在 '大脑库' 中订阅您的大脑。<br/>- 使用此大脑并检查提示和模型配置。<br/><br/>他们将无法访问您上传的文件和人员部分。", | ||
"confirm_set_brain_status_to_public": "是的,设为公共", | ||
"cancel_set_brain_status_to_public": "不,保持私密", | ||
"brain_library_button_label": "大脑库", | ||
"public_brains_search_bar_placeholder": "搜索公共大脑", | ||
"public_brain_subscribe_button_label": "订阅", | ||
"public_brain_subscription_success_message": "Вы успешно подписались на мозг", | ||
"public_brain_last_update_label": "Последнее обновление", | ||
"public_brain_already_subscribed_button_label": "已订阅", | ||
"set_brain_status_to_private_modal_title": "您确定要将此设置为<span class='text-primary'>私有</span>吗?<br/><br/>", | ||
"set_brain_status_to_private_modal_description": "Quivr的用户将无法再使用此大脑,并且不会在大脑库中看到它。", | ||
"confirm_set_brain_status_to_private": "是的,设为私有", | ||
"cancel_set_brain_status_to_private": "不,保持为公开", | ||
"brain_management_button_label": "管理", | ||
"empty_brain_description": "无描述", | ||
"myBrains": "我的大脑" | ||
"searchBrain": "搜索大脑", | ||
"selectBrain": "请选择一个大脑", | ||
"brainCreated": "大脑创建成功", | ||
"newBrain": "添加新大脑", | ||
"newBrainTitle": "添加新大脑", | ||
"newBrainSubtitle": "为您的数据创建一个新空间", | ||
"brainName": "大脑名称", | ||
"brainNamePlaceholder": "例如:历史笔记", | ||
"brainDescription": "描述", | ||
"brainDescriptionPlaceholder": "我的新大脑是关于…", | ||
"shareBrain": "分享大脑 {{name}}", | ||
"shareBrainUsers": "具有访问权限的用户", | ||
"shareBrainLink": "点击复制链接来分享大脑", | ||
"copiedToClipboard": "已复制到剪贴板", | ||
"inviteUsers": "添加新用户", | ||
"usersInvited": "已成功邀请用户", | ||
"errorSendingInvitation": "发送邀请时发生错误", | ||
"brainUndefined": "大脑未定义", | ||
"noBrainUsers": "没有大脑用户", | ||
"errorFetchingBrainUsers": "获取大脑用户时发生错误", | ||
"usersWithAccess": "具有访问权限的用户", | ||
"userRoleUpdated": "成功将 {{email}} 更新为 {{newRole}}", | ||
"userRoleUpdateFailed": "无法将 {{email}} 更新为 {{newRole}}", | ||
"userRemoved": "从大脑中删除了 {{email}}", | ||
"userRemoveFailed": "无法从大脑中删除 {{email}}", | ||
"defaultBrain": "默认大脑", | ||
"setDefaultBrain": "设置为默认大脑", | ||
"errorCreatingBrain": "创建大脑时发生错误", | ||
"private_brain_label": "私有", | ||
"public_brain_label": "公共", | ||
"brain_status_label": "访问模式", | ||
"set_brain_status_to_public_modal_title": "您确定要将大脑设置为可<span class='text-primary'>公共</span>访问吗?<br/><br/>", | ||
"set_brain_status_to_public_modal_description": "每个 Quivr 用户都可以:<br/>- 在 “大脑库” 中订阅此大脑。<br/>- 使用此大脑并检查提示和模型配置。<br/><br/>他们将无法访问您上传的文件和人员部分。", | ||
"confirm_set_brain_status_to_public": "是的,设为公共", | ||
"cancel_set_brain_status_to_public": "不,保持私有", | ||
"brain_library_button_label": "大脑库", | ||
"public_brains_search_bar_placeholder": "搜索公共大脑", | ||
"public_brain_subscribe_button_label": "订阅", | ||
"public_brain_subscription_success_message": "您成功订阅了该大脑", | ||
"public_brain_last_update_label": "最后更新", | ||
"public_brain_already_subscribed_button_label": "已订阅", | ||
"set_brain_status_to_private_modal_title": "您确定要将此大脑设置为<span class='text-primary'>私有</span>模式吗?<br/><br/>", | ||
"set_brain_status_to_private_modal_description": "Quivr 用户将无法再使用此大脑,并且不会在大脑库中看到它。", | ||
"confirm_set_brain_status_to_private": "是的,设为私有", | ||
"cancel_set_brain_status_to_private": "不,保持公开", | ||
"brain_management_button_label": "管理", | ||
"empty_brain_description": "无描述", | ||
"myBrains": "我的大脑" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,53 @@ | ||
{ | ||
"title": "配置", | ||
"subtitle": "管理你的大脑", | ||
"settings": "设置", | ||
"people": "成员", | ||
"knowledge": "知识", | ||
"modelSection": "模型配置", | ||
"openAiKeyLabel": "Open AI Key", | ||
"openAiKeyPlaceholder": "sk-xxx", | ||
"modelLabel": "模型", | ||
"anthropicKeyPlaceholder": "Anthropic API Key", | ||
"anthropicKeyLabel": "Anthropic API Key", | ||
"temperature": "随机性(Temperature)", | ||
"maxTokens": "最大tokens数", | ||
"accountSection": "您的账户", | ||
"signedInAs": "已登录为", | ||
"backendSection": "后台配置", | ||
"backendUrlPlaceHolder": "后台地址", | ||
"backendUrlLabel": "后台地址", | ||
"supabaseURLPlaceHolder": "Supabase URL", | ||
"supabaseURLLabel": "Supabase URL", | ||
"supabaseKeyPlaceHolder": "Supabase key", | ||
"supabaseKeyLabel": "Supabase key", | ||
"keepInLocal": "保留在本地", | ||
"customPromptSection": "自定义提示", | ||
"selectQuivrPersonalityBtn": "选择一个Quivr的性格", | ||
"promptName": "提示标题", | ||
"promptNamePlaceholder": "我的提示名称", | ||
"promptContent": "提示内容", | ||
"promptContentPlaceholder": "作为一个人工智能,你...", | ||
"promptRemoved": "成功删除提示", | ||
"errorRemovingPrompt": "删除提示时出错", | ||
"removePrompt": "删除提示", | ||
"newAPIKey": "创建新密钥", | ||
"configSaved": "配置已保存", | ||
"configReset": "配置已重置", | ||
"invalidOpenAiKey": "无效的 OpenAI Key", | ||
"error.createApiKey": "创建API密钥时出错", | ||
"error.copy": "复制失败", | ||
"updatingBrainSettings": "更新大脑设置中...", | ||
"defaultBrainSet": "大脑已成功设置为默认值。", | ||
"nameRequired": "名称为必填项", | ||
"promptFieldsRequired": "提示标题和内容是必需的", | ||
"brainUpdated": "大脑更新成功", | ||
"publicPrompts": "在公共提示中选择", | ||
"roleRequired": "您没有访问此选项卡所需的权限 🧠💡🥲.", | ||
"requireAccess": "请向所有者申请访问权限.", | ||
"ohno": "哎呀!", | ||
"noUser": "没有用户", | ||
"incorrectApiKey": "无效的API密钥", | ||
"invalidApiKeyError": "无效的API密钥", | ||
"apiKey": "API密钥" | ||
"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 密钥" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
frontend/public/locales/zh-cn/deleteOrUnsubscribeFromBrain.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"deleteButton": "删除大脑", | ||
"deleteConfirmQuestion": "您确定要删除这个大脑吗?此操作无法撤销!", | ||
"deleteConfirmYes": "是的,我要删除", | ||
"returnButton": "返回", | ||
"unsubscribeButton": "取消关注大脑", | ||
"unsubscribeConfirmQuestion": "您确定要取消订阅此大脑吗?", | ||
"unsubscribeConfirmYes": "是的,取消订阅此大脑", | ||
"successfully_deleted": "成功删除大脑。", | ||
"successfully_unsubscribed": "您已成功取消订阅此大脑。" | ||
"deleteButton": "删除大脑", | ||
"deleteConfirmQuestion": "您确定要删除这个大脑吗?此操作无法撤销!", | ||
"deleteConfirmYes": "是的,我要删除", | ||
"returnButton": "返回", | ||
"unsubscribeButton": "取消订阅大脑", | ||
"unsubscribeConfirmQuestion": "您确定要取消订阅此大脑吗?", | ||
"unsubscribeConfirmYes": "是的,取消订阅此大脑", | ||
"successfully_deleted": "大脑已成功删除。", | ||
"successfully_unsubscribed": "您已成功取消订阅此大脑。" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"title": "探索上传的数据", | ||
"subtitle": "查看、下载或删除您的大脑使用的知识", | ||
"empty": "哎呀,你的大脑空空如也.", | ||
"noBrain": "没有找到大脑", | ||
"subtitle": "查看、下载或删除大脑使用的知识", | ||
"empty": "哎呀,大脑空空如也。", | ||
"noBrain": "没有找到相应 ID 的大脑", | ||
"sessionNotFound": "未找到用户会话", | ||
"deleted": "从大脑 {{brain}} 中删除 {{fileName}}。", | ||
"deleted": "{{fileName}} 已从大脑 {{brain}} 中删除。", | ||
"errorDeleting": "删除 {{fileName}} 时发生错误", | ||
"view": "查看", | ||
"chunkNumber": "No. of chunks: {{quantity}}", | ||
"chunkNumber": "数据块数量: {{quantity}}", | ||
"notAvailable": "不可用", | ||
"deleteConfirmTitle": "提交", | ||
"deleteConfirmText": "你真的要删除吗?", | ||
"deleteConfirmText": "您真的要删除吗?", | ||
"feed_brain_instructions": "要向大脑添加知识,请转到聊天页面,然后单击聊天输入框左侧的加号按钮。" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.