mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
parent
365c39c405
commit
ce966419f7
1 changed files with 24 additions and 0 deletions
|
|
@ -16,7 +16,9 @@ export default {
|
|||
com_ui_limitation_limited_2021: '训练基于2021年以前信息',
|
||||
com_ui_input: '输入',
|
||||
com_ui_close: '关闭',
|
||||
com_ui_clear: '清除',
|
||||
com_ui_model: '模型',
|
||||
com_ui_cancel: '取消',
|
||||
com_ui_select_model: '模型选择',
|
||||
com_ui_use_prompt: '使用提示词',
|
||||
com_ui_prev: '上一页',
|
||||
|
|
@ -26,6 +28,13 @@ export default {
|
|||
com_ui_showing: '显示',
|
||||
com_ui_of: '/',
|
||||
com_ui_entries: '项',
|
||||
com_ui_pay_per_call:'所有人工智能对话都集中在一处。按通话付费,而不是按月付费',
|
||||
com_ui_delete: '删除',
|
||||
com_ui_delete_conversation: '删除对话?',
|
||||
com_ui_delete_conversation_confirm: '这将删除',
|
||||
com_ui_revoke: '撤销',
|
||||
com_ui_submit: '提交',
|
||||
com_ui_revoke_info: '撤销所有用户提供的凭据。',
|
||||
com_auth_error_login: '无法登录,请确认提供的账户密码正确,并重新尝试。',
|
||||
com_auth_no_account: '新用户注册',
|
||||
com_auth_sign_up: '注册',
|
||||
|
|
@ -130,6 +139,16 @@ export default {
|
|||
'可以在系统消息中设置自定义指令,默认为空',
|
||||
com_endpoint_set_custom_name: '设置一个自定义名,以方便寻找预设',
|
||||
com_endpoint_preset_name: '预设名',
|
||||
com_endpoint_presets_clear_warning:'确定要清除所有预设吗?这是不可逆转的。',
|
||||
com_endpoint_config_key: '设置API Key',
|
||||
com_endpoint_config_key_for: '设置API Key: ',
|
||||
com_endpoint_config_key_encryption: '您的密钥将被加密并删除于:',
|
||||
com_endpoint_config_key_import_json_key: '导入Service Account JSON Key',
|
||||
com_endpoint_config_key_google_need_to: '你需要开启:',
|
||||
com_endpoint_config_key_google_vertex_ai: 'Vertex AI API',
|
||||
com_endpoint_config_key_google_vertex_api: '在Google云上(Google Cloud),然后',
|
||||
com_endpoint_config_key_google_service_account: '创建Service Account',
|
||||
com_endpoint_config_key_google_vertex_api_role: '确保单击“创建并继续”以至少授予“Vertex AI 用户”角色。 最后,创建一个要在此处导入的 JSON 密钥。',
|
||||
com_endpoint: '端口',
|
||||
com_endpoint_hide: '隐藏',
|
||||
com_endpoint_show: '显示',
|
||||
|
|
@ -139,6 +158,7 @@ export default {
|
|||
com_endpoint_show_what_settings: '显示{0}的设置',
|
||||
com_endpoint_save: '保存',
|
||||
com_endpoint_export: '导出',
|
||||
com_endpoint_no_presets:'暂无预设',
|
||||
com_endpoint_save_as_preset: '保存为预设',
|
||||
com_endpoint_not_implemented: '未实现功能',
|
||||
com_endpoint_view_options: '查看选项',
|
||||
|
|
@ -147,6 +167,9 @@ export default {
|
|||
com_endpoint_completion_model: '补全模型 (推荐: GPT-4)',
|
||||
com_endpoint_func_hover: '将插件当做OpenAI函数使用',
|
||||
com_endpoint_skip_hover: '跳过补全步骤, 用于检查最终答案和生成步骤',
|
||||
com_endpoint_import: '导入',
|
||||
com_endpoint_preset: '预设',
|
||||
com_endpoint_presets: '预设',
|
||||
com_nav_export_filename: '文件名',
|
||||
com_nav_export_filename_placeholder: '设置文件名',
|
||||
com_nav_export_type: '类型',
|
||||
|
|
@ -174,4 +197,5 @@ export default {
|
|||
com_nav_settings: '设置',
|
||||
com_nav_search_placeholder: '文本搜索',
|
||||
com_nav_setting_general: '通用',
|
||||
com_nav_setting_data:'数据管理',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue