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

75 lines
2.5 KiB
JSON

{
"labels": {
"Fields": "字段",
"Relationships": "关系",
"Schedule": "时间表",
"Log": "日志",
"Formula": "公式"
},
"fields": {
"name": "名称",
"type": "类型",
"labelSingular": "单标签",
"labelPlural": "多标签",
"stream": "信息流",
"label": "标签",
"linkType": "连接类型",
"entityForeign": "外部实体",
"linkForeign": "外部连接",
"link": "连接",
"labelForeign": "外部标签",
"sortBy": "默认排序(字段)",
"sortDirection": "默认排序(方向)",
"relationName": "中间表名称",
"linkMultipleField": "连接多个字段",
"linkMultipleFieldForeign": "外部连接多个字段",
"disabled": "禁用",
"textFilterFields": "文本过滤字段",
"audited": "已审核",
"auditedForeign": "外部审核",
"statusField": "字段状态",
"beforeSaveCustomScript": "在保存自定义脚本之前",
"color": "颜色",
"kanbanViewMode": "预览看板",
"kanbanStatusIgnoreList": "看板视图中被忽略的组",
"iconClass": "图标",
"fullTextSearch": "全文搜索"
},
"options": {
"type": {
"": "无",
"Base": "基本",
"Person": "个人",
"CategoryTree": "类别树",
"Event": "时间",
"BasePlus": "基础增强",
"Company": "公司"
},
"linkType": {
"manyToMany": "多对多",
"oneToMany": "一对多",
"manyToOne": "多对一",
"parentToChildren": "父对子",
"childrenToParent": "子对父"
},
"sortDirection": {
"asc": "升序",
"desc": "降序"
}
},
"messages": {
"entityCreated": "实体已创建",
"linkAlreadyExists": "连接名称冲突。",
"linkConflict": "名称冲突:已存在同名连接或字段。"
},
"tooltips": {
"statusField": "此字段的更新记录在信息流中。",
"textFilterFields": "文字搜索使用的字段。",
"stream": "不论实体是否有信息流。",
"disabled": "检查您的系统中是否不需要此实体。",
"linkAudited": "在信息流中将记录创建相关记录并链接现有记录。",
"linkMultipleField": "链接多字段提供了编辑关系的方便的方式。不要使用它,如果你可以有大量的相关记录。",
"entityType": "Base Plus - 具有活动,历史和任务面板。活动 - 在“日历和活动”面板中可用。",
"fullTextSearch": "需要运行重新构建。"
}
}