mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
added chinese messages.json locale file (#1452)
* modified the wording in the chinese editor.json change the wording closer to their meanings in chinese * added chinese messages.json
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"common": {
|
||||
"label": {
|
||||
"name": "姓名",
|
||||
"ok": "Ok",
|
||||
"ok": "确认",
|
||||
"done": "完成",
|
||||
"cancel": "取消",
|
||||
"delete": "删除",
|
||||
@@ -28,8 +28,8 @@
|
||||
"menu": {
|
||||
"label": {
|
||||
"view": {
|
||||
"view": "表示",
|
||||
"showGrid": "表示网格",
|
||||
"view": "显示",
|
||||
"showGrid": "显示网格",
|
||||
"snapGrid": "对齐网格",
|
||||
"gridSize": "网格尺寸",
|
||||
"textDir": "文本方向",
|
||||
@@ -42,7 +42,7 @@
|
||||
"show": "显示侧边栏"
|
||||
},
|
||||
"userSettings": "设定",
|
||||
"displayStatus": "表示节点状态",
|
||||
"displayStatus": "显示节点状态",
|
||||
"displayConfig": "配置节点设定",
|
||||
"import": "导入",
|
||||
"export": "导出",
|
||||
@@ -381,7 +381,7 @@
|
||||
"str": "文字列",
|
||||
"num": "数字",
|
||||
"re": "正则表达式",
|
||||
"bool": "真伪判断",
|
||||
"bool": "布尔",
|
||||
"json": "JSON",
|
||||
"date": "时间戳"
|
||||
}
|
||||
|
Reference in New Issue
Block a user