mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
Update Zh.tsx (#862)
* Update Zh.tsx Changed the translation of several words to make it more relevant to Chinese usage habits. * Update Zh.tsx Changed the translation of several words to make it more relevant to Chinese usage habits
This commit is contained in:
parent
80e2e2675b
commit
aeeb3d3050
1 changed files with 7 additions and 7 deletions
|
@ -2,15 +2,15 @@
|
|||
|
||||
export default {
|
||||
com_ui_examples: '例子',
|
||||
com_ui_new_chat: '新对话',
|
||||
com_ui_new_chat: '建立新对话',
|
||||
com_ui_example_quantum_computing: '如何给7岁小孩讲解量子计算?',
|
||||
com_ui_example_10_year_old_b_day: '如何举办生日宴才能耳目一新?',
|
||||
com_ui_example_http_in_js: '如何在Python中实现HTTP请求?',
|
||||
com_ui_capabilities: '特点',
|
||||
com_ui_capabilities: '功能',
|
||||
com_ui_capability_remember: '历史对话记录',
|
||||
com_ui_capability_correction: '实时提供反馈',
|
||||
com_ui_capability_decline_requests: '阻止非法请求',
|
||||
com_ui_limitations: '限制',
|
||||
com_ui_limitations: '局限性',
|
||||
com_ui_limitation_incorrect_info: '可能会不时出现错误信息',
|
||||
com_ui_limitation_harmful_biased: '可能会提供有害指示或者偏见',
|
||||
com_ui_limitation_limited_2021: '训练基于2021年以前信息',
|
||||
|
@ -158,15 +158,15 @@ export default {
|
|||
com_nav_export_recursive: '递归',
|
||||
com_nav_export_conversation: '导出对话',
|
||||
com_nav_theme: '主题',
|
||||
com_nav_theme_system: '系统',
|
||||
com_nav_theme_dark: '暗',
|
||||
com_nav_theme_light: '亮',
|
||||
com_nav_theme_system: '追随系统设置',
|
||||
com_nav_theme_dark: '暗色主题',
|
||||
com_nav_theme_light: '亮色主题',
|
||||
com_nav_clear: '清空',
|
||||
com_nav_clear_all_chats: '清空所有对话',
|
||||
com_nav_confirm_clear: '确认清空',
|
||||
com_nav_close_sidebar: '关闭侧边栏',
|
||||
com_nav_open_sidebar: '打开侧边栏',
|
||||
com_nav_log_out: '登出',
|
||||
com_nav_log_out: '注销',
|
||||
com_nav_user: '默认用户',
|
||||
com_nav_clear_conversation: '清空对话',
|
||||
com_nav_clear_conversation_confirm_message: '请确认是否清空所有对话?此操作无法撤回。',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue