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

87 lines
2.5 KiB
JSON

{
"fields": {
"name": "名称",
"description": "描述",
"status": "状态",
"type": "类型",
"startDate": "开始日期",
"endDate": "结束日期",
"targetLists": "目标列表",
"excludingTargetLists": "排除目标列表",
"sentCount": "发送",
"openedCount": "开业",
"clickedCount": "点击",
"optedOutCount": "已退订",
"bouncedCount": "退回",
"hardBouncedCount": "硬弹跳",
"softBouncedCount": "软弹跳",
"leadCreatedCount": "已创建的潜在客户",
"revenue": "收入",
"revenueConverted": "收入(转换)",
"budget": "预算",
"budgetConverted": "预算(转换)",
"contactsTemplate": "联系人模板",
"leadsTemplate": "潜在客户模板",
"accountsTemplate": "客户模板",
"usersTemplate": "用户模板",
"mailMergeOnlyWithAddress": "跳过未填写地址的记录",
"optedInCount": "已订阅"
},
"links": {
"targetLists": "目标列表",
"excludingTargetLists": "排除目标列表",
"accounts": "客户",
"contacts": "联系人",
"leads": "潜在客户",
"opportunities": "商机",
"campaignLogRecords": "日志",
"massEmails": "群发邮件",
"trackingUrls": "追踪网址",
"contactsTemplate": "联系人模板",
"leadsTemplate": "潜在客户模板",
"accountsTemplate": "客户模板",
"usersTemplate": "用户模板"
},
"options": {
"type": {
"Email": "电子邮件",
"Web": "网址",
"Television": "电视",
"Radio": "无线电",
"Newsletter": "通讯",
"Mail": "邮件"
},
"status": {
"Planning": "规划",
"Active": "启用",
"Inactive": "未启用",
"Complete": "完成"
}
},
"labels": {
"Create Campaign": "创建营销活动",
"Target Lists": "目标列表",
"Statistics": "统计",
"hard": "硬",
"soft": "柔软的",
"Unsubscribe": "取消订阅",
"Mass Emails": "群发邮件",
"Email Templates": "邮件模板",
"Unsubscribe again": "再次退订",
"Subscribe again": "再次订阅",
"Create Target List": "创建目标列表",
"Mail Merge": "邮件群发",
"Generate Mail Merge PDF": "生成邮件群发 PDF"
},
"presetFilters": {
"active": "启用"
},
"messages": {
"unsubscribed": "您已取消订阅我们的邮寄名单。",
"subscribedAgain": "你再次被订阅。"
},
"tooltips": {
"targetLists": "应该接收消息的目标。",
"excludingTargetLists": "不应该接收消息的目标。"
}
}