Skip to content

Commit

Permalink
update i18n and plugin.json
Browse files Browse the repository at this point in the history
update plugin.json
  • Loading branch information
shenjinglei committed Dec 13, 2023
1 parent c0dd79f commit b319567
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 53 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "note-sunburst",
"author": "shenjinglei",
"url": "https://github.com/shenjinglei/plugin-sunburst",
"url": "https://github.com/shenjinglei/note-sunburst",
"version": "0.1.0",
"minAppVersion": "2.10.13",
"backends": ["all"],
Expand Down
27 changes: 1 addition & 26 deletions src/i18n/en_US.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,20 @@
{
"pluginName": "Sunburst",
"settingDirTitle": "Layout Dirction",
"settingDirLR": "Left to Right",
"settingDirRL": "Right to Left",
"settingDirTB": "Top Down",
"settingDirBT": "Bottom Up",
"settingAlgTitle": "Layout Mode",
"settingAlgNS": "network-simplex",
"settingAlgTT": "tight-tree",
"settingAlgLP": "longest-path",
"pluginName": "Note Sunburst",
"settingDailynoteExcluded": "Exclude Dailynote",
"yes": "yes",
"no": "no",

"dockBtnGlobal": "Global Graph",
"dockBtnAncestor": "Vertical Graph",
"dockBtnBrother": "Horizontal Graph",
"dockBtnRefresh": "Refresh",

"pleaseInputNumber": "please input a number",
"nodesMaximum": "Nodes Maximum",
"checkNodesMaximumErrorMsg": "Nodes Maximum is not a number! Setting hasn't saved",
"nodesMaximumParseErrorMsg": "Nodes Maximum is not a number! Drawing stopped",
"needStartPointMsg": "need select a note first",
"needRefreshMsg": "current note not fund, try to refresh data",

"autoFollow": "automatic follow the opened note",

"dockBtnSource": "Source Graph",
"dockBtnSink": "Sink Graph",
"dockBtnNeighbor": "Neighbor Graph",
"dockBtnCross": "V&H Graph",
"settingNeighborDepth": "Neighbor Graph Depth",
"settingSourceThreshold": "Source Graph Threshold",
"settingSinkThreshold": "Sink Graph Threshold",
"checkNeighborDepthErrorMsg": "Neighbor Graph Depth is not a number! Setting hasn't saved",
"checkSourceThresholdErrorMsg": "Source Graph Threshold is not a number! Setting hasn't saved",
"checkSinkThresholdErrorMsg": "Sink Graph Threshold is not a number! Setting hasn't saved",

"separationTitle": "graph separation configuration",
"separationDescription": "support for regular expression, for example: ^Tag$,-1.5",
"pleaseInput": "please input",

"nodesExclusionTitle": "nodes exclusion",
Expand Down
27 changes: 1 addition & 26 deletions src/i18n/zh_CN.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,20 @@
{
"pluginName": "旭日图",
"settingDirTitle": "布局方向",
"settingDirLR": "从左向右",
"settingDirRL": "从右向左",
"settingDirTB": "自顶向下",
"settingDirBT": "自底向上",
"settingAlgTitle": "布局方式",
"settingAlgNS": "网络简单",
"settingAlgTT": "紧密树",
"settingAlgLP": "最长路径",
"pluginName": "文档旭日图",
"settingDailynoteExcluded": "是否排除Dailynote",
"yes": "",
"no": "",

"dockBtnGlobal": "全局图",
"dockBtnAncestor": "纵向图",
"dockBtnBrother": "横向图",
"dockBtnRefresh": "刷新",

"pleaseInputNumber": "请输入数字",
"nodesMaximum": "最大节点数",
"checkNodesMaximumErrorMsg": "最大节点数不是数字!设置未保存",
"nodesMaximumParseErrorMsg": "最大节点数设置不是一个数字,停止绘制",
"needStartPointMsg": "需要先选中一篇笔记",
"needRefreshMsg": "未找到当前节点,可尝试刷新数据",

"autoFollow": "自动跟随打开的文档",

"dockBtnSource": "起点图",
"dockBtnSink": "终点图",
"dockBtnNeighbor": "邻近图",
"dockBtnCross": "纵横图",
"settingNeighborDepth": "邻近图深度",
"settingSourceThreshold": "起点图阈值",
"settingSinkThreshold": "终点图阈值",
"checkNeighborDepthErrorMsg": "邻近图深度不是数字!设置未保存",
"checkSourceThresholdErrorMsg": "起点图阈值不是数字!设置未保存",
"checkSinkThresholdErrorMsg": "起点图阈值不是数字!设置未保存",

"separationTitle": "图分割配置",
"separationDescription": "支持正则表达式,例如:^Tag$,-1.5",
"pleaseInput": "请输入",

"nodesExclusionTitle": "排除节点",
Expand Down

0 comments on commit b319567

Please sign in to comment.