Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/zh_CN/KnowledgeBaseArticle.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.0 KiB
JSON

{
"labels": {
"Create KnowledgeBaseArticle": "创建文章",
"Any": "任何",
"Send in Email": "在电子邮件中发送",
"Move Up": "提升",
"Move Down": "下降",
"Move to Top": "移到顶部",
"Move to Bottom": "移到底部"
},
"fields": {
"name": "名称",
"status": "状态",
"type": "类型",
"attachments": "附件",
"publishDate": "发布日期",
"expirationDate": "结束日期",
"description": "描述",
"body": "身体",
"categories": "分类",
"language": "语言",
"portals": "门户"
},
"links": {
"cases": "工单",
"opportunities": "商机",
"categories": "分类",
"portals": "门户"
},
"options": {
"status": {
"In Review": "回顾",
"Draft": "草案",
"Archived": "存档",
"Published": "发布时间"
},
"type": {
"Article": "文章"
}
},
"presetFilters": {
"published": "已发布"
},
"tooltips": {
"portals": "文章仅在特定门户网站上可用。"
}
}