chore: Update translations (#12555)

This commit is contained in:
Chatwoot Bot
2025-10-02 05:54:12 -07:00
committed by GitHub
parent 66cfef9298
commit c29a08f0ca
156 changed files with 833 additions and 209 deletions

View File

@@ -227,6 +227,13 @@
"YES": "发送",
"CANCEL": "取消"
}
},
"QUOTED_REPLY": {
"ENABLE_TOOLTIP": "Include quoted email thread",
"DISABLE_TOOLTIP": "Don't include quoted email thread",
"REMOVE_PREVIEW": "Remove quoted email thread",
"COLLAPSE": "Collapse preview",
"EXPAND": "Expand preview"
}
},
"VISIBLE_TO_AGENTS": "私人便签:仅对您和您的团队可见",

View File

@@ -24,7 +24,7 @@
"CREATE_NEW_ACCOUNT": "创建新账户",
"SUBMIT": "登录",
"SAML": {
"LABEL": "Log in via SSO",
"LABEL": "Login via SSO",
"TITLE": "Initiate Single Sign-on (SSO)",
"SUBTITLE": "Enter your work email to access your organization",
"BACK_TO_LOGIN": "Login via Password",

View File

@@ -27,7 +27,12 @@
"LABEL": "密码",
"PLACEHOLDER": "密码",
"ERROR": "密码太短了.",
"IS_INVALID_PASSWORD": "密码应至少应该包含1个大写字母、1个小写字母、1个数字和1个特殊字符。"
"IS_INVALID_PASSWORD": "密码应至少应该包含1个大写字母、1个小写字母、1个数字和1个特殊字符。",
"REQUIREMENTS_LENGTH": "At least 6 characters long",
"REQUIREMENTS_UPPERCASE": "At least one uppercase letter",
"REQUIREMENTS_LOWERCASE": "At least one lowercase letter",
"REQUIREMENTS_NUMBER": "At least one number",
"REQUIREMENTS_SPECIAL": "At least one special character"
},
"CONFIRM_PASSWORD": {
"LABEL": "确认密码",
@@ -35,7 +40,7 @@
"ERROR": "密码不匹配."
},
"API": {
"SUCCESS_MESSAGE": "注册成功",
"SUCCESS_MESSAGE": "Registration Successful",
"ERROR_MESSAGE": "无法与 Woot 服务器建立连接。请重试。"
},
"SUBMIT": "创建新账户",