Translate common property names to Chinese

This commit is contained in:
yangdx
2025-03-14 01:56:10 +08:00
parent 496a208bf9
commit c9c9f3d911
5 changed files with 42 additions and 20 deletions

View File

@@ -150,7 +150,14 @@
"labels": "Labels",
"degree": "Degree",
"properties": "Properties",
"relationships": "Relationships"
"relationships": "Relationships",
"propertyNames": {
"description": "Description",
"entity_id": "Name",
"entity_type": "Type",
"source_id": "SrcID",
"Neighbour": "Neigh"
}
},
"edge": {
"title": "Relationship",

View File

@@ -147,7 +147,14 @@
"labels": "标签",
"degree": "度数",
"properties": "属性",
"relationships": "关系"
"relationships": "关系",
"propertyNames": {
"description": "描述",
"entity_id": "名称",
"entity_type": "类型",
"source_id": "信源ID",
"Neighbour": "邻接"
}
},
"edge": {
"title": "关系",