Files
espocrm/application/Espo/Resources/i18n/zh_TW/EmailTemplate.json
2026-01-19 17:46:06 +01:00

29 lines
847 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"fields": {
"name": "名稱",
"status": "狀態",
"isHtml": "是HTML",
"body": "內文",
"subject": "主旨",
"attachments": "附件",
"oneOff": "一次性",
"category": "新增類別"
},
"labels": {
"Create EmailTemplate": "新增電子郵件範本",
"Info": "訊息",
"Available placeholders": "可用的預留位置:\n\n{optOutUrl}8211; 取消訂閱鏈接的網址;\n\n{optOutLink}8211; 取消訂閱鏈接。"
},
"tooltips": {
"oneOff": "如果只使用本樣版一次,請勾選。如:大量發送郵件。"
},
"presetFilters": {
"actual": "實際"
},
"placeholderTexts": {
"optOutLink": "電子郵件地址已選擇排除",
"today": "當前日期和時間",
"now": "重複值",
"currentYear": "恢復"
}
}