Chatwoot/app/javascript/dashboard/i18n/locale/zh_CN/automation.json

117 lines
4.1 KiB
JSON
Raw Normal View History

2021-12-19 06:08:02 +00:00
{
"AUTOMATION": {
"HEADER": "Automations",
"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": "添加自动化规则",
"SUBMIT": "创建",
"CANCEL_BUTTON_TEXT": "取消",
"FORM": {
"NAME": {
"LABEL": "规则名称",
"PLACEHOLDER": "请输入规则名称",
"ERROR": "名称是必填项"
},
"DESC": {
"LABEL": "描述信息",
"PLACEHOLDER": "输入规则说明",
"ERROR": "描述是必需的"
},
"EVENT": {
"LABEL": "事件",
"PLACEHOLDER": "请选择一个",
"ERROR": "事件是必填项"
},
"CONDITIONS": {
"LABEL": "条件"
},
"ACTIONS": {
"LABEL": "操作"
}
},
"CONDITION_BUTTON_LABEL": "添加条件",
"ACTION_BUTTON_LABEL": "添加操作",
"API": {
"SUCCESS_MESSAGE": "自动化规则添加成功",
"ERROR_MESSAGE": "Could not able to create a automation rule, Please try again later"
}
},
"LIST": {
"TABLE_HEADER": [
"姓名:",
"描述信息",
"Active",
"Created on"
],
"404": "No automation rules found"
},
"DELETE": {
"TITLE": "Delete Automation Rule",
"SUBMIT": "删除",
"CANCEL_BUTTON_TEXT": "取消",
"CONFIRM": {
"TITLE": "确认删除",
"MESSAGE": "您确定要删除吗? ",
"YES": "是的,删除 ",
"NO": "不,保留 "
},
"API": {
"SUCCESS_MESSAGE": "Automation rule deleted successfully",
"ERROR_MESSAGE": "Could not able to delete a automation rule, Please try again later"
}
},
"EDIT": {
"TITLE": "Edit Automation Rule",
"SUBMIT": "更新",
"CANCEL_BUTTON_TEXT": "取消",
"API": {
"SUCCESS_MESSAGE": "Automation rule updated successfully",
"ERROR_MESSAGE": "Could not update automation rule, Please try again later"
}
},
"CLONE": {
"TOOLTIP": "Clone",
"API": {
"SUCCESS_MESSAGE": "Automation cloned successfully",
"ERROR_MESSAGE": "Could not clone automation rule, Please try again later"
}
},
"FORM": {
"EDIT": "编辑",
"CREATE": "创建",
"DELETE": "删除",
"CANCEL": "取消",
"RESET_MESSAGE": "Changing event type will reset the conditions and events you have added below"
},
"CONDITION": {
"DELETE_MESSAGE": "You need to have atleast one condition to save"
},
"ACTION": {
"DELETE_MESSAGE": "You need to have atleast one action to save",
"TEAM_MESSAGE_INPUT_PLACEHOLDER": "Enter your message here",
"TEAM_DROPDOWN_PLACEHOLDER": "Select teams"
},
"TOGGLE": {
"ACTIVATION_TITLE": "Activate Automation Rule",
"DEACTIVATION_TITLE": "Deactivate Automation Rule",
"ACTIVATION_DESCRIPTION": "This action will activate the automation rule '{automationName}'. Are you sure you want to proceed?",
"DEACTIVATION_DESCRIPTION": "This action will deactivate the automation rule '{automationName}'. Are you sure you want to proceed?",
"ACTIVATION_SUCCESFUL": "Automation Rule Activated Successfully",
"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": "是",
"CANCEL_LABEL": "否"
},
"ATTACHMENT": {
"UPLOAD_ERROR": "无法上传附件。请重试",
"LABEL_IDLE": "上传附件",
"LABEL_UPLOADING": "上传中...",
"LABEL_UPLOADED": "上传成功",
"LABEL_UPLOAD_FAILED": "上传失败"
}
2021-12-19 06:08:02 +00:00
}
}