Improve graph labels UI text clarity across all locales

• More specific "no matching nodes" text
• Change "Label" to "Search node name"
• Update placeholder text for clarity
• Apply changes to all 5 languages
• Enhance user experience consistency
This commit is contained in:
yangdx 2025-09-24 20:05:37 +08:00
parent ad247f2fc1
commit 188c912c9a
5 changed files with 15 additions and 15 deletions

View file

@ -337,9 +337,9 @@
}, },
"graphLabels": { "graphLabels": {
"selectTooltip": "الحصول على الرسم البياني الفرعي لعقدة (تسمية)", "selectTooltip": "الحصول على الرسم البياني الفرعي لعقدة (تسمية)",
"noLabels": "لم يتم العثور على عقد", "noLabels": "لم يتم العثور على عقد مطابقة",
"label": "التسمية", "label": "البحث عن اسم العقدة",
"placeholder": "الاستعلام عن الرسم البياني الفرعي للعقدة...", "placeholder": "البحث عن اسم العقدة...",
"andOthers": "و {{count}} آخرون", "andOthers": "و {{count}} آخرون",
"refreshGlobalTooltip": "تحديث بيانات الرسم البياني العالمي وإعادة تعيين سجل البحث", "refreshGlobalTooltip": "تحديث بيانات الرسم البياني العالمي وإعادة تعيين سجل البحث",
"refreshCurrentLabelTooltip": "تحديث بيانات الرسم البياني للصفحة الحالية", "refreshCurrentLabelTooltip": "تحديث بيانات الرسم البياني للصفحة الحالية",

View file

@ -337,9 +337,9 @@
}, },
"graphLabels": { "graphLabels": {
"selectTooltip": "Get subgraph of a node (label)", "selectTooltip": "Get subgraph of a node (label)",
"noLabels": "No nodes found", "noLabels": "No matching nodes found",
"label": "Label", "label": "Search node name",
"placeholder": "Query node subgraph...", "placeholder": "Search node name...",
"andOthers": "And {count} others", "andOthers": "And {count} others",
"refreshGlobalTooltip": "Refresh global graph data and reset search history", "refreshGlobalTooltip": "Refresh global graph data and reset search history",
"refreshCurrentLabelTooltip": "Refresh current page graph data", "refreshCurrentLabelTooltip": "Refresh current page graph data",

View file

@ -337,9 +337,9 @@
}, },
"graphLabels": { "graphLabels": {
"selectTooltip": "Obtenir le sous-graphe d'un nœud (étiquette)", "selectTooltip": "Obtenir le sous-graphe d'un nœud (étiquette)",
"noLabels": "Aucun nœud trouvé", "noLabels": "Aucun nœud correspondant trouvé",
"label": "Étiquette", "label": "Rechercher le nom du nœud",
"placeholder": "Interroger le sous-graphe de nœuds...", "placeholder": "Rechercher le nom du nœud...",
"andOthers": "Et {{count}} autres", "andOthers": "Et {{count}} autres",
"refreshGlobalTooltip": "Actualiser les données du graphe global et réinitialiser l'historique de recherche", "refreshGlobalTooltip": "Actualiser les données du graphe global et réinitialiser l'historique de recherche",
"refreshCurrentLabelTooltip": "Actualiser les données du graphe de la page actuelle", "refreshCurrentLabelTooltip": "Actualiser les données du graphe de la page actuelle",

View file

@ -337,9 +337,9 @@
}, },
"graphLabels": { "graphLabels": {
"selectTooltip": "获取节点(标签)子图", "selectTooltip": "获取节点(标签)子图",
"noLabels": "未找到节点", "noLabels": "未找到匹配的节点",
"label": "标签", "label": "搜索节点名称",
"placeholder": "查询节点子图...", "placeholder": "搜索节点名称...",
"andOthers": "还有 {count} 个", "andOthers": "还有 {count} 个",
"refreshGlobalTooltip": "刷新全图数据和重置搜索历史", "refreshGlobalTooltip": "刷新全图数据和重置搜索历史",
"refreshCurrentLabelTooltip": "刷新当前页面图数据", "refreshCurrentLabelTooltip": "刷新当前页面图数据",

View file

@ -337,9 +337,9 @@
}, },
"graphLabels": { "graphLabels": {
"selectTooltip": "獲取節點(標籤)子圖", "selectTooltip": "獲取節點(標籤)子圖",
"noLabels": "未找到節點", "noLabels": "未找到匹配的節點",
"label": "標籤", "label": "搜尋節點名稱",
"placeholder": "查詢節點子圖...", "placeholder": "搜尋節點名稱...",
"andOthers": "還有 {count} 個", "andOthers": "還有 {count} 個",
"refreshGlobalTooltip": "重新整理全圖資料和重置搜尋歷史", "refreshGlobalTooltip": "重新整理全圖資料和重置搜尋歷史",
"refreshCurrentLabelTooltip": "重新整理目前頁面圖形資料", "refreshCurrentLabelTooltip": "重新整理目前頁面圖形資料",