Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/zh_CN/Case.json
2026-01-19 17:46:06 +01:00

61 lines
1.4 KiB
JSON

{
"fields": {
"name": "名称",
"number": "编号",
"status": "状态",
"account": "客户",
"contact": "联系人",
"contacts": "联系人",
"priority": "优先",
"type": "类型",
"description": "描述",
"lead": "潜在客户",
"attachments": "附件",
"inboundEmail": "入站邮件"
},
"links": {
"account": "客户",
"contact": "联系人(主)",
"Contacts": "联系人",
"meetings": "会晤",
"calls": "通话",
"tasks": "任务",
"emails": "电子邮件",
"articles": "知识库文章",
"lead": "潜在客户",
"attachments": "附件",
"inboundEmail": "入站电子邮件"
},
"options": {
"status": {
"New": "新建",
"Assigned": "已指派",
"Pending": "待定",
"Closed": "关闭",
"Rejected": "拒绝",
"Duplicate": "重复"
},
"priority": {
"Low": "低",
"Normal": "正常",
"High": "高",
"Urgent": "紧急"
},
"type": {
"Question": "询问",
"Incident": "事件",
"Problem": "问题"
}
},
"labels": {
"Create Case": "创建工单",
"Close": "关",
"Reject": "拒绝",
"Closed": "关闭",
"Rejected": "拒绝"
},
"presetFilters": {
"open": "打开",
"closed": "关闭"
}
}