chore: Enable Thai language (th), update translations (#5095)

This commit is contained in:
Sojan Jose
2022-07-26 06:22:59 +02:00
committed by GitHub
parent ffec427513
commit 885fcf667c
170 changed files with 5601 additions and 243 deletions

View File

@@ -1,40 +1,40 @@
{
"AUTOMATION": {
"HEADER": "Automations",
"HEADER_BTN_TXT": "Add Automation Rule",
"LOADING": "Fetching automation rules",
"HEADER_BTN_TXT": "添加自动化规则",
"LOADING": "正在获取自动化规则",
"SIDEBAR_TXT": "<p><b>Automation Rules</b> <p>Automation can replace and automate existing processes that require manual effort. You can do many things with automation, including adding labels and assigning conversation to the best agent. So the team focuses on what they do best and spends more little time on manual tasks.</p>",
"ADD": {
"TITLE": "Add Automation Rule",
"TITLE": "添加自动化规则",
"SUBMIT": "创建",
"CANCEL_BUTTON_TEXT": "取消",
"FORM": {
"NAME": {
"LABEL": "Rule Name",
"PLACEHOLDER": "Enter rule name",
"ERROR": "名必填"
"LABEL": "规则名称",
"PLACEHOLDER": "请输入规则名称",
"ERROR": "名称是必填"
},
"DESC": {
"LABEL": "描述信息",
"PLACEHOLDER": "Enter rule description",
"PLACEHOLDER": "输入规则说明",
"ERROR": "描述是必需的"
},
"EVENT": {
"LABEL": "Event",
"LABEL": "事件",
"PLACEHOLDER": "请选择一个",
"ERROR": "Event is required"
"ERROR": "事件是必填项"
},
"CONDITIONS": {
"LABEL": "Conditions"
"LABEL": "条件"
},
"ACTIONS": {
"LABEL": "操作"
}
},
"CONDITION_BUTTON_LABEL": "Add Condition",
"ACTION_BUTTON_LABEL": "Add Action",
"CONDITION_BUTTON_LABEL": "添加条件",
"ACTION_BUTTON_LABEL": "添加操作",
"API": {
"SUCCESS_MESSAGE": "Automation rule added successfully",
"SUCCESS_MESSAGE": "自动化规则添加成功",
"ERROR_MESSAGE": "Could not able to create a automation rule, Please try again later"
}
},
@@ -102,15 +102,15 @@
"DEACTIVATION_SUCCESFUL": "Automation Rule Deactivated Successfully",
"ACTIVATION_ERROR": "Could not Activate Automation, Please try again later",
"DEACTIVATION_ERROR": "Could not Deactivate Automation, Please try again later",
"CONFIRMATION_LABEL": "Yes",
"CANCEL_LABEL": "No"
"CONFIRMATION_LABEL": "",
"CANCEL_LABEL": ""
},
"ATTACHMENT": {
"UPLOAD_ERROR": "Could not upload attachment, Please try again",
"LABEL_IDLE": "Upload Attachment",
"UPLOAD_ERROR": "无法上传附件。请重试",
"LABEL_IDLE": "上传附件",
"LABEL_UPLOADING": "上传中...",
"LABEL_UPLOADED": "Succesfully Uploaded",
"LABEL_UPLOAD_FAILED": "Upload Failed"
"LABEL_UPLOADED": "上传成功",
"LABEL_UPLOAD_FAILED": "上传失败"
}
}
}

View File

@@ -6,6 +6,7 @@
"COPY_SUCCESSFUL": "已成功复制到剪贴板",
"COMPANY": "公司",
"LOCATION": "位置",
"BROWSER_LANGUAGE": "浏览器语言",
"CONVERSATION_TITLE": "对话详情",
"VIEW_PROFILE": "查看资料",
"BROWSER": "浏览器",

View File

@@ -16,9 +16,25 @@
"SAVED": "Draft saved"
},
"TABLE": {
"HEADERS": {
"TITLE": "Title",
"CATEGORY": "Category",
"READ_COUNT": "Read count",
"STATUS": "状态",
"LAST_EDITED": "Last edited"
},
"COLUMNS": {
"BY": "by"
}
},
"EDIT_ARTICLE": {
"TITLE_PLACEHOLDER": "Article title goes here",
"CONTENT_PLACEHOLDER": "Write your article here"
},
"SIDEBAR": {
"SEARCH": {
"PLACEHOLDER": "Search for articles"
}
}
}
}

View File

@@ -171,6 +171,7 @@
"CUSTOM_ATTRIBUTES": "自定义属性",
"AUTOMATION": "Automation",
"TEAMS": "Teams",
"BILLING": "Billing",
"CUSTOM_VIEWS_FOLDER": "Folders",
"CUSTOM_VIEWS_SEGMENTS": "Segments",
"ALL_CONTACTS": "All Contacts",
@@ -190,7 +191,32 @@
"SET_AVAILABILITY_TITLE": "Set yourself as",
"BETA": "Beta",
"REPORTS_OVERVIEW": "Overview",
"FACEBOOK_REAUTHORIZE": "您的 Facebook 连接已过期,请重新连接您的 Facebook 页面以继续服务"
"FACEBOOK_REAUTHORIZE": "您的 Facebook 连接已过期,请重新连接您的 Facebook 页面以继续服务",
"HELP_CENTER": {
"ALL_ARTICLES": "All Articles",
"MY_ARTICLES": "My Articles",
"DRAFT": "Draft",
"ARCHIVED": "Archived",
"CATEGORY": "Category"
}
},
"BILLING_SETTINGS": {
"TITLE": "Billing",
"CURRENT_PLAN": {
"TITLE": "Current Plan",
"PLAN_NOTE": "You are currently subscribed to the **%{plan}** plan with **%{quantity}** licenses"
},
"MANAGE_SUBSCRIPTION": {
"TITLE": "Manage your subscription",
"DESCRIPTION": "View your previous invoices, edit your billing details, or cancel your subscription.",
"BUTTON_TXT": "Go to the billing portal"
},
"CHAT_WITH_US": {
"TITLE": "Need help?",
"DESCRIPTION": "Do you face any issues in billing? We are here to help.",
"BUTTON_TXT": "联系我们"
},
"NO_BILLING_USER": "Your billing account is being configured. Please refresh the page and try again."
},
"CREATE_ACCOUNT": {
"NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.",