chore: Update translations for ar, zh (#1172)

This commit is contained in:
Sojan Jose
2020-08-26 21:33:52 +05:30
committed by GitHub
parent 2193de9853
commit ce13efd273
104 changed files with 5904 additions and 368 deletions

View File

@@ -1,41 +1,41 @@
{
"GENERAL_SETTINGS": {
"TITLE": "Account settings",
"SUBMIT": "Update settings",
"BACK": "Back",
"TITLE": "帐户设置",
"SUBMIT": "更新设置",
"BACK": "后退",
"UPDATE": {
"ERROR": "Could not update settings, try again!",
"SUCCESS": "Successfully updated account settings"
"ERROR": "无法更新设置,请重试!",
"SUCCESS": "已成功更新账户设置"
},
"FORM": {
"ERROR": "Please fix form errors",
"ERROR": "请修正表单错误",
"GENERAL_SECTION": {
"TITLE": "General settings",
"TITLE": "常规设置",
"NOTE": ""
},
"NAME": {
"LABEL": "Account name",
"PLACEHOLDER": "Your account name",
"ERROR": "Please enter a valid account name"
"LABEL": "帐户名称",
"PLACEHOLDER": "您的帐户名称",
"ERROR": "请输入有效的帐户名称"
},
"LANGUAGE": {
"LABEL": "Site language (Beta)",
"PLACEHOLDER": "Your account name",
"LABEL": "网站语言(Beta)",
"PLACEHOLDER": "您的帐户名称",
"ERROR": ""
},
"DOMAIN": {
"LABEL": "Incoming Email Domain",
"PLACEHOLDER": "The domain where you will receive the emails",
"LABEL": "接收电子邮件的域名",
"PLACEHOLDER": "接收邮件的域名",
"ERROR": ""
},
"SUPPORT_EMAIL": {
"LABEL": "Support Email",
"PLACEHOLDER": "Your company's support email",
"LABEL": "支持邮件",
"PLACEHOLDER": "您公司的支持邮件",
"ERROR": ""
},
"FEATURES": {
"INBOUND_EMAIL_ENABLED": "Conversation continuity with emails is enabled for your account.",
"CUSTOM_EMAIL_DOMAIN_ENABLED": "You can receive emails in your custom domain now."
"INBOUND_EMAIL_ENABLED": "您的帐户启用了与电子邮件的对话连续性。",
"CUSTOM_EMAIL_DOMAIN_ENABLED": "您现在可以在您的自定义域名的电子邮件中接收消息。"
}
}
}