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:
jmikerq
2017-10-23 02:55:26 -07:00
committed by Nick O'Leary
parent 40146dedaf
commit dba6ff1d51
2 changed files with 851 additions and 5 deletions

View File

@@ -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": "时间戳"
}