- 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.
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"fields": {
|
|
"name": "名称",
|
|
"parent": "关联",
|
|
"status": "状态",
|
|
"dateStart": "开始日期",
|
|
"dateEnd": "结束日期",
|
|
"dateStartDate": "日期开始(全天)",
|
|
"dateEndDate": "日期结束(全天)",
|
|
"priority": "优先级",
|
|
"description": "描述",
|
|
"isOverdue": "逾期",
|
|
"account": "客户",
|
|
"dateCompleted": "完成日期",
|
|
"attachments": "附件",
|
|
"reminders": "提醒",
|
|
"contact": "联系人"
|
|
},
|
|
"links": {
|
|
"attachments": "附件",
|
|
"account": "用户",
|
|
"contact": "联系人"
|
|
},
|
|
"options": {
|
|
"status": {
|
|
"Not Started": "未开始",
|
|
"Started": "开始",
|
|
"Completed": "已完成",
|
|
"Canceled": "取消",
|
|
"Deferred": "推迟"
|
|
},
|
|
"priority": {
|
|
"Low": "低",
|
|
"Normal": "正常",
|
|
"High": "高",
|
|
"Urgent": "紧急"
|
|
}
|
|
},
|
|
"labels": {
|
|
"Create Task": "创建任务",
|
|
"Complete": "完成"
|
|
},
|
|
"presetFilters": {
|
|
"completed": "已完成",
|
|
"todays": "今天",
|
|
"overdue": "过期",
|
|
"deferred": "延期"
|
|
}
|
|
} |