- 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.
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"fields": {
|
|
"name": "名称",
|
|
"status": "状态",
|
|
"storeSentEmails": "存储发送的电子邮件",
|
|
"startAt": "开始日期",
|
|
"fromAddress": "发件人地址",
|
|
"fromName": "发件人",
|
|
"replyToAddress": "回复地址",
|
|
"replyToName": "回复名称",
|
|
"campaign": "营销活动",
|
|
"emailTemplate": "邮件模板",
|
|
"inboundEmail": "邮件帐户",
|
|
"targetLists": "目标列表",
|
|
"excludingTargetLists": "排除目标列表",
|
|
"optOutEntirely": "完全选择退出",
|
|
"smtpAccount": "SMTP帐户"
|
|
},
|
|
"links": {
|
|
"targetLists": "目标列表",
|
|
"excludingTargetLists": "排除目标列表",
|
|
"queueItems": "队列项",
|
|
"campaign": "营销活动",
|
|
"emailTemplate": "邮件模板",
|
|
"inboundEmail": "邮件帐户"
|
|
},
|
|
"options": {
|
|
"status": {
|
|
"Draft": "草稿",
|
|
"Pending": "待定",
|
|
"In Process": "处理中",
|
|
"Complete": "完成",
|
|
"Canceled": "已取消",
|
|
"Failed": "失败"
|
|
}
|
|
},
|
|
"labels": {
|
|
"Create MassEmail": "创建群发电子邮件",
|
|
"Send Test": "发送测试",
|
|
"System SMTP": "系统SMTP",
|
|
"system": "系统",
|
|
"group": "群组"
|
|
},
|
|
"messages": {
|
|
"selectAtLeastOneTarget": "至少选择一个目标。",
|
|
"testSent": "测试电子邮件应该发送"
|
|
},
|
|
"tooltips": {
|
|
"optOutEntirely": "已取消订阅的收件人的电子邮件地址将被标记为已停用,他们将不会再收到任何群发电子邮件。",
|
|
"targetLists": "应该接收消息的目标。",
|
|
"excludingTargetLists": "不应该接收消息的目标。",
|
|
"storeSentEmails": "邮件将存储在CRM中."
|
|
},
|
|
"presetFilters": {
|
|
"complete": "完成",
|
|
"actual": "启用"
|
|
}
|
|
} |