Skip to content

Commit

Permalink
Merge pull request #69 from KGNexus5X/fix-lang-zh
Browse files Browse the repository at this point in the history
fix zh_CN translation.json
  • Loading branch information
reZach authored Feb 27, 2021
2 parents f432f5d + f971706 commit 892aee0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions app/localization/locales/zh_CN/translation.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"Hello": "你好",
"File": "文件",
"Exit": "出口",
"Exit": "退出",
"Edit": "编辑",
"Undo": "撤消",
"Redo": "重做",
"Cut": "",
"Cut": "剪切",
"Copy": "复制",
"Paste": "粘贴",
"Delete": "删除",
"Select All": "全选",
"View": "视图",
"Reload": "重装",
"Force Reload": "强制装弹",
"Toggle Developer Tools": "切换开发人员工具",
"Reset Zoom": "重设缩放",
"Reload": "重新加载",
"Force Reload": "强制重新加载",
"Toggle Developer Tools": "开发者工具",
"Reset Zoom": "重置缩放",
"Zoom In": "放大",
"Zoom Out": "缩小",
"Toggle Fullscreen": "切换全屏",
Expand All @@ -23,6 +23,6 @@
"Minimize": "最小化",
"Zoom": "放大",
"Close": "关闭",
"Help": "救命",
"Help": "帮助",
"Learn More": "了解更多"
}
2 changes: 1 addition & 1 deletion app/localization/whitelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const whitelistMap = {
tr: "Türk", // Turkish
uk: "Українська", // Ukranian
vi: "Tiếng Việt", // Vietnamese
zh_CN: "越南文" // Chinese
zh_CN: "简体中文" // Chinese
};

const Whitelist = (function() {
Expand Down

0 comments on commit 892aee0

Please sign in to comment.