🌍 : Update Chinese Translations (#2098)

This commit is contained in:
SailFlorve 2024-03-16 04:12:02 +08:00 committed by GitHub
parent 8881346889
commit f848d752e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -119,7 +119,7 @@ export default {
com_endpoint_bing_system_message_placeholder:
'警告滥用此功能可能导致你被禁止使用必应点击“系统消息”查看完整的使用指南如果你忽略了默认消息那么将会使用被视为安全的“Sydney”预设。',
com_endpoint_system_message: '系统消息',
com_endpoint_message: '消息',
com_endpoint_message: '发送消息',
com_endpoint_message_not_appendable: '编辑您的消息内容或重新生成',
com_endpoint_default_blank: '初始值: 空白',
com_endpoint_default_false: '初始值: 否',
@ -141,8 +141,8 @@ export default {
com_endpoint_google_custom_name_placeholder: '为Google设置一个名称',
com_endpoint_prompt_prefix_placeholder: '自定义提示词和上下文,默认为空',
com_endpoint_custom_name: '自定义名称',
com_endpoint_prompt_prefix: '对话前缀',
com_endpoint_temperature: '随机性',
com_endpoint_prompt_prefix: '自定义指令',
com_endpoint_temperature: '温度',
com_endpoint_default: '初始值',
com_endpoint_top_p: 'Top P',
com_endpoint_top_k: 'Top K',
@ -167,7 +167,7 @@ export default {
com_endpoint_anthropic_maxoutputtokens:
'响应中可生成的最大词元数。指定较低的值会得到更短的响应,而指定较高的值则会得到更长的响应。',
com_endpoint_anthropic_custom_name_placeholder: '为Anthropic设置一个名称',
com_endpoint_frequency_penalty: '重复惩罚度',
com_endpoint_frequency_penalty: '频率惩罚度',
com_endpoint_presence_penalty: '话题新鲜度',
com_endpoint_plug_use_functions: '使用函数',
com_endpoint_plug_skip_completion: '跳过补全',
@ -247,7 +247,7 @@ export default {
com_endpoint_config_key_google_service_account: '创建一个服务账号',
com_endpoint_config_key_google_vertex_api_role:
'确保单击“创建并继续”以至少授予“Vertex AI 用户”角色。最后创建一个要在此处导入的JSON密钥。',
com_nav_welcome_message: '有什么可以帮助到您',
com_nav_welcome_message: '我今天能帮你做什么',
com_nav_auto_scroll: '打开时自动滚动到最新内容',
com_nav_modular_chat: '启用对话中切换渠道',
com_nav_profile_picture: '个人资料头像',
@ -282,6 +282,12 @@ export default {
com_nav_settings: '设置',
com_nav_search_placeholder: '搜索对话及对话内容',
com_nav_setting_general: '通用',
com_nav_setting_beta: '实验特性',
com_nav_setting_data: '数据管理',
com_nav_setting_account: '账户',
com_nav_hide_panel: '隐藏最右侧面板',
com_nav_latex_parsing: '解析消息中的 LaTeX可能会影响性能',
com_nav_user_name_display: '在消息中显示用户名',
com_endpoint_plug_resend_images: '重新发送图像',
com_endpoint_plug_image_detail: '图像细节',
};