i18n: fix mustache brackets
This commit is contained in:
parent
fbcc35bba6
commit
1a4d6775b5
3 changed files with 6 additions and 6 deletions
|
|
@ -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..."
|
||||
|
|
|
|||
|
|
@ -335,14 +335,14 @@
|
|||
},
|
||||
"search": {
|
||||
"placeholder": "页面内搜索节点...",
|
||||
"message": "还有 {count} 个"
|
||||
"message": "还有 {{count}} 个"
|
||||
},
|
||||
"graphLabels": {
|
||||
"selectTooltip": "获取节点(标签)子图",
|
||||
"noLabels": "未找到匹配的节点",
|
||||
"label": "搜索节点名称",
|
||||
"placeholder": "搜索节点名称...",
|
||||
"andOthers": "还有 {count} 个",
|
||||
"andOthers": "还有 {{count}} 个",
|
||||
"refreshGlobalTooltip": "刷新全图数据和重置搜索历史",
|
||||
"refreshCurrentLabelTooltip": "刷新当前页面图数据",
|
||||
"refreshingTooltip": "正在刷新数据..."
|
||||
|
|
|
|||
|
|
@ -335,14 +335,14 @@
|
|||
},
|
||||
"search": {
|
||||
"placeholder": "頁面內搜尋節點...",
|
||||
"message": "還有 {count} 個"
|
||||
"message": "還有 {{count}} 個"
|
||||
},
|
||||
"graphLabels": {
|
||||
"selectTooltip": "獲取節點(標籤)子圖",
|
||||
"noLabels": "未找到匹配的節點",
|
||||
"label": "搜尋節點名稱",
|
||||
"placeholder": "搜尋節點名稱...",
|
||||
"andOthers": "還有 {count} 個",
|
||||
"andOthers": "還有 {{count}} 個",
|
||||
"refreshGlobalTooltip": "重新整理全圖資料和重置搜尋歷史",
|
||||
"refreshCurrentLabelTooltip": "重新整理目前頁面圖形資料",
|
||||
"refreshingTooltip": "正在重新整理資料..."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue