Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/zh_CN/Case.json
bsiggel 127fa6503b chore: Update copyright year from 2025 to 2026 across core files
- Updated copyright headers in 3,055 core application files
- Changed 'Copyright (C) 2014-2025' to 'Copyright (C) 2014-2026'
- Added 123 new files from EspoCRM core updates
- Removed 4 deprecated files
- Total changes: 61,637 insertions, 54,283 deletions

This is a routine maintenance update for the new year 2026.
2026-02-07 16:05:21 +01:00

61 lines
1.3 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": "已关闭"
}
}