i18n: fix mustache brackets

This commit is contained in:
杨广 2025-10-11 16:50:32 +08:00
parent fbcc35bba6
commit 1a4d6775b5
3 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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