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

41 lines
839 B
JSON

{
"labels": {
"Create Document": "创建文档",
"Details": "细节"
},
"fields": {
"name": "名称",
"status": "状态",
"file": "文件",
"type": "类型",
"publishDate": "发布日期",
"expirationDate": "结束日期",
"description": "描述",
"accounts": "账户",
"folder": "文件夹"
},
"links": {
"accounts": "账户",
"opportunities": "商机",
"folder": "文件夹",
"leads": "潜在客户",
"contacts": "联系人"
},
"options": {
"status": {
"Active": "启用",
"Draft": "草案",
"Expired": "已过期",
"Canceled": "取消"
},
"type": {
"": "没有",
"Contract": "合同",
"License Agreement": "许可协议"
}
},
"presetFilters": {
"active": "启用",
"draft": "草案"
}
}