Initial commit
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"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": {
|
||||
"actual": "所有",
|
||||
"complete": "完成"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user