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

74 lines
2.5 KiB
JSON

{
"labels": {
"Fields": "字段",
"Relationships": "关系",
"Schedule": "时间表",
"Log": "日志",
"Formula": "公式"
},
"fields": {
"name": "名称",
"type": "类型",
"labelSingular": "标签 单数",
"labelPlural": "标签 复数",
"stream": "信息流",
"label": "标签",
"linkType": "关联类型",
"entityForeign": "外部实体",
"linkForeign": "外部关联",
"link": "关联",
"labelForeign": "外部标签",
"relationName": "中间表名称",
"linkMultipleField": "关联多个字段",
"linkMultipleFieldForeign": "外部多重关联字段",
"disabled": "已禁用",
"textFilterFields": "文本过滤字段",
"audited": "已审核",
"auditedForeign": "外部审计",
"statusField": "状态字段",
"beforeSaveCustomScript": "在保存自定义脚本之前",
"color": "颜色",
"kanbanViewMode": "预览看板",
"kanbanStatusIgnoreList": "看板视图中被忽略的组",
"iconClass": "图标",
"fullTextSearch": "全文搜索",
"foreignLinkEntityTypeList": "外部关联"
},
"options": {
"type": {
"": "无",
"Base": "基本",
"Person": "个人",
"CategoryTree": "类别树",
"Event": "事件",
"BasePlus": "基础增强",
"Company": "公司"
},
"linkType": {
"manyToMany": "多对多",
"oneToMany": "一对多",
"manyToOne": "多对一",
"parentToChildren": "父对子",
"childrenToParent": "子对父"
},
"sortDirection": {
"asc": "升序",
"desc": "降序"
}
},
"messages": {
"entityCreated": "实体已创建",
"linkAlreadyExists": "关联名称冲突。",
"linkConflict": "名称冲突:已存在同名关联或字段。",
"urlHashCopiedToClipboard": "用于 *{name}* 过滤器的 URL 片段已复制到剪贴板。您可以将其添加到导航栏中。"
},
"tooltips": {
"statusField": "此字段的更新已记录在信息流中。",
"textFilterFields": "文本搜索使用的字段。",
"disabled": "如果您的系统中不需要此实体请勾选此项。",
"linkAudited": "在信息流中将记录创建相关记录并链接现有记录。",
"linkMultipleField": "多字段关联功能为编辑关联关系提供了便捷方式。若涉及大量关联记录,请勿使用此功能。",
"entityType": "Base Plus - 具有活动,历史和任务面板。\n\n事件 - 在日历和活动面板中可用。",
"fullTextSearch": "需要运行重建。"
}
}