🌐: Update Chinese translation (#1115)

* Update Chinese translation

* Fix bug

* Add new string in Chinese String

* Update Chinese translation and add more strings
This commit is contained in:
Super12138 2023-10-30 22:05:20 +08:00 committed by GitHub
parent 9f5d77eeb0
commit b031dea127
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,10 +39,10 @@ export default {
com_auth_no_account: '新用户注册',
com_auth_sign_up: '注册',
com_auth_sign_in: '登录',
com_auth_google_login: '谷歌登录',
com_auth_facebook_login: 'Facebook登录',
com_auth_github_login: 'Github登录',
com_auth_discord_login: 'Discord登录',
com_auth_google_login: '使用 Google 登录',
com_auth_facebook_login: '使用 Facebook 登录',
com_auth_github_login: '使用 GitHub 登录',
com_auth_discord_login: '使用 Discord 登录',
com_auth_email: '电子邮箱',
com_auth_email_required: '邮箱为必填项',
com_auth_email_min_length: '邮箱地址至少6个字符',
@ -202,4 +202,11 @@ export default {
com_nav_search_placeholder: '搜索对话及对话内容',
com_nav_setting_general: '通用',
com_nav_setting_data: '数据管理',
com_nav_language: '语言',
com_ui_regenerate: '重新生成',
com_ui_copy_to_clipboard: '拷贝到剪贴板',
com_ui_copied_to_clipboard: '已拷贝到剪贴板',
com_ui_edit: '编辑',
com_nav_close_menu: '关闭侧边栏',
com_nav_open_menu: '打开侧边栏',
};