- 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.
29 lines
567 B
JSON
29 lines
567 B
JSON
{
|
|
"fields": {
|
|
"name": "名称",
|
|
"status": "状态",
|
|
"target": "目标",
|
|
"sentAt": "发送日期",
|
|
"attemptCount": "尝试",
|
|
"emailAddress": "邮箱地址",
|
|
"massEmail": "群发邮件",
|
|
"isTest": "是测试"
|
|
},
|
|
"links": {
|
|
"target": "目标",
|
|
"massEmail": "群发邮件"
|
|
},
|
|
"options": {
|
|
"status": {
|
|
"Pending": "有待",
|
|
"Sent": "发送",
|
|
"Failed": "失败",
|
|
"Sending": "发送中"
|
|
}
|
|
},
|
|
"presetFilters": {
|
|
"pending": "有待",
|
|
"sent": "已发送",
|
|
"failed": "失败"
|
|
}
|
|
} |