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.
This commit is contained in:
@@ -1,50 +1,49 @@
|
||||
{
|
||||
"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": {
|
||||
"actual": "所有",
|
||||
"completed": "完成",
|
||||
"todays": "今天",
|
||||
"overdue": "过期",
|
||||
"deferred": "延期"
|
||||
}
|
||||
{
|
||||
"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": "延期"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user