Merge branch 'edit-node' into add-graph-db-lock

This commit is contained in:
yangdx
2025-04-14 03:39:57 +08:00
10 changed files with 681 additions and 10 deletions

View File

@@ -236,6 +236,16 @@
"vectorStorage": "تخزين المتجهات"
},
"propertiesView": {
"errors": {
"duplicateName": "اسم العقدة موجود بالفعل",
"updateFailed": "فشل تحديث العقدة",
"tryAgainLater": "يرجى المحاولة مرة أخرى لاحقًا"
},
"doubleClickToEdit": "انقر نقرًا مزدوجًا للتعديل",
"success": {
"entityUpdated": "تم تحديث العقدة بنجاح",
"relationUpdated": "تم تحديث العلاقة بنجاح"
},
"node": {
"title": "عقدة",
"id": "المعرف",

View File

@@ -235,6 +235,16 @@
"vectorStorage": "Vector Storage"
},
"propertiesView": {
"errors": {
"duplicateName": "Node name already exists",
"updateFailed": "Failed to update node",
"tryAgainLater": "Please try again later"
},
"doubleClickToEdit": "Double click to edit",
"success": {
"entityUpdated": "Node updated successfully",
"relationUpdated": "Relation updated successfully"
},
"node": {
"title": "Node",
"id": "ID",

View File

@@ -236,6 +236,16 @@
"vectorStorage": "Stockage vectoriel"
},
"propertiesView": {
"errors": {
"duplicateName": "Le nom du nœud existe déjà",
"updateFailed": "Échec de la mise à jour du nœud",
"tryAgainLater": "Veuillez réessayer plus tard"
},
"doubleClickToEdit": "Double-cliquez pour modifier",
"success": {
"entityUpdated": "Nœud mis à jour avec succès",
"relationUpdated": "Relation mise à jour avec succès"
},
"node": {
"title": "Nœud",
"id": "ID",

View File

@@ -236,6 +236,16 @@
"vectorStorage": "向量存储"
},
"propertiesView": {
"errors": {
"duplicateName": "节点名称已存在",
"updateFailed": "更新节点失败",
"tryAgainLater": "请稍后重试"
},
"doubleClickToEdit": "双击编辑",
"success": {
"entityUpdated": "节点更新成功",
"relationUpdated": "关系更新成功"
},
"node": {
"title": "节点",
"id": "ID",