- 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.
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"fields": {
|
|
"name": "名称",
|
|
"parent": "关联",
|
|
"status": "状态",
|
|
"dateStart": "开始日期",
|
|
"dateEnd": "结束日期",
|
|
"duration": "持续时间",
|
|
"description": "描述",
|
|
"users": "用户",
|
|
"contacts": "联系人",
|
|
"leads": "潜在客户",
|
|
"reminders": "提醒",
|
|
"account": "客户",
|
|
"acceptanceStatus": "接受状态",
|
|
"dateStartDate": "开始日期 (全天)",
|
|
"dateEndDate": "结束日期 (全天)",
|
|
"isAllDay": "全天"
|
|
},
|
|
"options": {
|
|
"status": {
|
|
"Planned": "已计划",
|
|
"Held": "已举行",
|
|
"Not Held": "未举行"
|
|
},
|
|
"acceptanceStatus": {
|
|
"None": "无",
|
|
"Accepted": "接受",
|
|
"Declined": "拒绝",
|
|
"Tentative": "暂定"
|
|
}
|
|
},
|
|
"massActions": {
|
|
"setHeld": "设为已举行",
|
|
"setNotHeld": "设为未举行"
|
|
},
|
|
"labels": {
|
|
"Create Meeting": "创建会晤",
|
|
"Set Held": "设为举行",
|
|
"Set Not Held": "设为未举行",
|
|
"Send Invitations": "发送邀请",
|
|
"on time": "准时",
|
|
"before": "之前",
|
|
"All-Day": "全天"
|
|
},
|
|
"presetFilters": {
|
|
"planned": "已计划",
|
|
"held": "已举行",
|
|
"todays": "今天的"
|
|
},
|
|
"messages": {
|
|
"nothingHasBeenSent": "什么都没发送"
|
|
}
|
|
} |