Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/zh_CN/EmailQueueItem.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

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": "失败"
}
}