Skip to content

Commit b031dea

Browse files
authored
🌐: Update Chinese translation (danny-avila#1115)
* Update Chinese translation * Fix bug * Add new string in Chinese String * Update Chinese translation and add more strings
1 parent 9f5d77e commit b031dea

File tree

1 file changed

+11
-4
lines changed
  • client/src/localization/languages

1 file changed

+11
-4
lines changed

client/src/localization/languages/Zh.tsx

+11-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ export default {
3939
com_auth_no_account: '新用户注册',
4040
com_auth_sign_up: '注册',
4141
com_auth_sign_in: '登录',
42-
com_auth_google_login: '谷歌登录',
43-
com_auth_facebook_login: 'Facebook登录',
44-
com_auth_github_login: 'Github登录',
45-
com_auth_discord_login: 'Discord登录',
42+
com_auth_google_login: '使用 Google 登录',
43+
com_auth_facebook_login: '使用 Facebook 登录',
44+
com_auth_github_login: '使用 GitHub 登录',
45+
com_auth_discord_login: '使用 Discord 登录',
4646
com_auth_email: '电子邮箱',
4747
com_auth_email_required: '邮箱为必填项',
4848
com_auth_email_min_length: '邮箱地址至少6个字符',
@@ -202,4 +202,11 @@ export default {
202202
com_nav_search_placeholder: '搜索对话及对话内容',
203203
com_nav_setting_general: '通用',
204204
com_nav_setting_data: '数据管理',
205+
com_nav_language: '语言',
206+
com_ui_regenerate: '重新生成',
207+
com_ui_copy_to_clipboard: '拷贝到剪贴板',
208+
com_ui_copied_to_clipboard: '已拷贝到剪贴板',
209+
com_ui_edit: '编辑',
210+
com_nav_close_menu: '关闭侧边栏',
211+
com_nav_open_menu: '打开侧边栏',
205212
};

0 commit comments

Comments
 (0)