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

47 lines
1.1 KiB
JSON

{
"fields": {
"name": "名称",
"body": "正文",
"entityType": "实体类型",
"header": "标题",
"footer": "页脚",
"leftMargin": "左边距",
"topMargin": "上边距",
"rightMargin": "右边距",
"bottomMargin": "下边距",
"printFooter": "打印页脚",
"footerPosition": "页脚位置",
"variables": "可用占位符",
"pageOrientation": "页面方向",
"pageFormat": "页面格式",
"fontFace": "字体",
"pageWidth": "页面宽度 (mm)",
"pageHeight": "页面高度 (mm)",
"status": "状态",
"filename": "文件名"
},
"labels": {
"Create Template": "创建模板"
},
"tooltips": {
"footer": "使用{pageNumber}打印页码。",
"variables": "复制粘贴所需的占位符到标题,正文或页脚。"
},
"options": {
"pageOrientation": {
"Portrait": "人物",
"Landscape": "风景"
},
"placeholders": {
"today": "今天(日期)",
"now": "现在(日期时间)"
},
"pageFormat": {
"Custom": "自定义"
},
"status": {
"Active": "启用",
"Inactive": "未启用"
}
}
}