Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

fix(i18n): fix zh locales #217

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/zh_CN.json
Expand Up @@ -14,7 +14,7 @@
"\nERROR: You must supply a command.\n": "\n错误:您必须提供一个命令\n",
"Command failed: %s %s": "执行失败:%s %s",
"Install for %s failed with code %s": "安装 %s 失败,错误代码:%s",
"%s not found. Trying with npx...": "找不到 %s,请尝试使用 npx...",
"%s not found. Trying with npx...": "找不到 %s,尝试使用 npx...",
"command not found: %s": "找不到命令:%s",
"options": "选项",
"command": "命令",
Expand Down
2 changes: 1 addition & 1 deletion locales/zh_TW.json
Expand Up @@ -14,7 +14,7 @@
"\nERROR: You must supply a command.\n": "\n錯誤:您必須輸入一個指令\n",
"Command failed: %s %s": "指令執行失敗:%s %s",
"Install for %s failed with code %s": "安裝 %s 失敗,錯誤代碼:%s",
"%s not found. Trying with npx...": "找不到 %s,請嘗試使用 npx...",
"%s not found. Trying with npx...": "找不到 %s,嘗試使用 npx...",
"command not found: %s": "找不到指令:%s",
"options": "選項",
"command": "指令",
Expand Down