chore: Update translations (#10990)
This commit is contained in:
@@ -266,7 +266,7 @@
|
||||
"ATTRIBUTE_WARNING": "<strong>{primaryContactName}</strong> 的联系信息将拷贝到 <strong>{parentContactName}</strong>。"
|
||||
},
|
||||
"SEARCH": {
|
||||
"ERROR": "错误消息"
|
||||
"ERROR_MESSAGE": "Something went wrong. Please try again later."
|
||||
},
|
||||
"FORM": {
|
||||
"SUBMIT": " 合并联系人",
|
||||
@@ -288,6 +288,8 @@
|
||||
"SEARCH_PLACEHOLDER": "Search...",
|
||||
"MESSAGE_BUTTON": "消息",
|
||||
"SEND_MESSAGE": "发送消息",
|
||||
"BLOCK_CONTACT": "Block contact",
|
||||
"UNBLOCK_CONTACT": "Unblock contact",
|
||||
"BREADCRUMB": {
|
||||
"CONTACTS": "联系人"
|
||||
},
|
||||
@@ -302,6 +304,10 @@
|
||||
"SUCCESS_MESSAGE": "联系人保存成功",
|
||||
"ERROR_MESSAGE": "Unable to save contact. Please try again later."
|
||||
},
|
||||
"BLOCK_SUCCESS_MESSAGE": "This contact is blocked successfully",
|
||||
"BLOCK_ERROR_MESSAGE": "Unable to block contact. Please try again later.",
|
||||
"UNBLOCK_SUCCESS_MESSAGE": "This contact is unblocked successfully",
|
||||
"UNBLOCK_ERROR_MESSAGE": "Unable to unblock contact. Please try again later.",
|
||||
"IMPORT_CONTACT": {
|
||||
"TITLE": "Import contacts",
|
||||
"DESCRIPTION": "通过 CSV 文件导入联系人",
|
||||
|
||||
@@ -117,6 +117,7 @@
|
||||
"PENDING": "标记为待处理",
|
||||
"RESOLVED": "标记为已解决",
|
||||
"MARK_AS_UNREAD": "标记为未读",
|
||||
"MARK_AS_READ": "Mark as read",
|
||||
"REOPEN": "重新打开会话",
|
||||
"SNOOZE": {
|
||||
"TITLE": "推迟",
|
||||
@@ -151,7 +152,7 @@
|
||||
"PRIVATE_MSG_INPUT": "Shift + 输入新行。这只对客服可见",
|
||||
"MESSAGE_SIGNATURE_NOT_CONFIGURED": "未设置消息签名,请在个人资料中进行设置。",
|
||||
"CLICK_HERE": "点击此处更新",
|
||||
"WHATSAPP_TEMPLATES": "Whatsapp Templates"
|
||||
"WHATSAPP_TEMPLATES": "Whatsapp 模板列表"
|
||||
},
|
||||
"REPLYBOX": {
|
||||
"REPLY": "回复",
|
||||
|
||||
@@ -389,11 +389,6 @@
|
||||
"SWITCH_TO_PRIVATE_NOTE": "Switch to Private Note",
|
||||
"SWITCH_TO_REPLY": "Switch to Reply",
|
||||
"TOGGLE_SNOOZE_DROPDOWN": "Toggle snooze dropdown"
|
||||
},
|
||||
"KEYS": {
|
||||
"WINDOWS_KEY_AND_COMMAND_KEY": "Win / ⌘",
|
||||
"ALT_OR_OPTION_KEY": "Alt / ⌥",
|
||||
"FORWARD_SLASH_KEY": "/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"SLA": {
|
||||
"HEADER": "Service Level Agreements",
|
||||
"ADD_ACTION": "Add SLA",
|
||||
"ADD_ACTION_LONG": "Create a new SLA Policy",
|
||||
"HEADER": "服务协议",
|
||||
"ADD_ACTION": "添加服务协议",
|
||||
"ADD_ACTION_LONG": "创建一个新的服务协议",
|
||||
"DESCRIPTION": "Service Level Agreements (SLAs) are contracts that define clear expectations between your team and customers. They establish standards for response and resolution times, creating a framework for accountability and ensures a consistent, high-quality experience.",
|
||||
"LEARN_MORE": "Learn more about SLA",
|
||||
"LOADING": "Fetching SLAs",
|
||||
@@ -41,10 +41,10 @@
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "SLA Name",
|
||||
"PLACEHOLDER": "SLA Name",
|
||||
"REQUIRED_ERROR": "SLA name is required",
|
||||
"MINIMUM_LENGTH_ERROR": "Minimum length 2 is required",
|
||||
"LABEL": "服务协议标题",
|
||||
"PLACEHOLDER": "请在这里输入协议标题",
|
||||
"REQUIRED_ERROR": "请填写服务协议标题",
|
||||
"MINIMUM_LENGTH_ERROR": "最少2个字符",
|
||||
"VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
|
||||
@@ -1,25 +1,25 @@
|
||||
{
|
||||
"WHATSAPP_TEMPLATES": {
|
||||
"MODAL": {
|
||||
"TITLE": "Whatsapp Templates",
|
||||
"SUBTITLE": "Select the whatsapp template you want to send",
|
||||
"TEMPLATE_SELECTED_SUBTITLE": "Process {templateName}"
|
||||
"TITLE": "Whatsapp 模板列表",
|
||||
"SUBTITLE": "请选择想要发送的 Whatsapp 消息模板",
|
||||
"TEMPLATE_SELECTED_SUBTITLE": "{templateName} 处理中"
|
||||
},
|
||||
"PICKER": {
|
||||
"SEARCH_PLACEHOLDER": "Search Templates",
|
||||
"NO_TEMPLATES_FOUND": "No templates found for",
|
||||
"SEARCH_PLACEHOLDER": "查找模板",
|
||||
"NO_TEMPLATES_FOUND": "没有找到对应的模版",
|
||||
"LABELS": {
|
||||
"LANGUAGE": "Language",
|
||||
"TEMPLATE_BODY": "Template Body",
|
||||
"LANGUAGE": "语言",
|
||||
"TEMPLATE_BODY": "模板内容",
|
||||
"CATEGORY": "类别"
|
||||
}
|
||||
},
|
||||
"PARSER": {
|
||||
"VARIABLES_LABEL": "参数",
|
||||
"VARIABLE_PLACEHOLDER": "Enter {variable} value",
|
||||
"VARIABLE_PLACEHOLDER": "请填写 {variable}",
|
||||
"GO_BACK_LABEL": "返回",
|
||||
"SEND_MESSAGE_LABEL": "发送消息",
|
||||
"FORM_ERROR_MESSAGE": "Please fill all variables before sending"
|
||||
"FORM_ERROR_MESSAGE": "你必须填写所有参数才能发送"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user