Initial commit
This commit is contained in:
26
application/Espo/Resources/i18n/zh_CN/EmailTemplate.json
Normal file
26
application/Espo/Resources/i18n/zh_CN/EmailTemplate.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "名称",
|
||||
"status": "状态",
|
||||
"isHtml": "是HTML",
|
||||
"body": "正文",
|
||||
"subject": "主题",
|
||||
"attachments": "附件",
|
||||
"oneOff": "一次性",
|
||||
"category": "分类"
|
||||
},
|
||||
"labels": {
|
||||
"Create EmailTemplate": "创建邮件模板",
|
||||
"Info": "信息",
|
||||
"Available placeholders": "可用变量"
|
||||
},
|
||||
"tooltips": {
|
||||
"oneOff": "如果此模板你仅用一次则选中此项。例如,批量邮件。"
|
||||
},
|
||||
"presetFilters": {
|
||||
"actual": "所有"
|
||||
},
|
||||
"placeholderTexts": {
|
||||
"optOutLink": "取消订阅链接"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user