Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added I18N Simplified Chinese #133

Merged
merged 1 commit into from
Sep 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions src/i18n/lang-zh-cn.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
import { Translation } from "../models/Translation.interface";

export const translation: Translation = {
"themeInstalled": "Material主题图标已安装",
"howToActivate": "如何激活图标",
"activate": "激活",
"activated": "Material主题图标已激活",
"neverShowAgain": "不再显示",
"themeUpdated": "Material主题图标已更新",
"readChangelog": "阅读更新日志",
"angular": {
"alreadyEnabled": "已启用Angular图标",
"alreadyDisabled": "已禁用Angular图标",
"enableIcons": "启用Angular图标",
"disableIcons": "禁用Angular图标",
"toggleIcons": "切换Angular图标的显示"
},
"folders": {
"alreadyEnabled": "文件夹图标已启用",
"alreadyDisabled": "文件夹图标已禁用",
"enableIcons": "启用文件夹图标",
"disableIcons": "禁用文件夹图标",
"toggleIcons": "切换文件夹图标的显示",
"specific": {
"name": "多彩",
"description": "多彩的文件夹图标"
},
"classic": {
"name": "经典",
"description": "灰色主题的文件夹图标"
},
"blue": {
"name": "蓝色",
"description": "蓝色主题的文件夹图标"
},
"none": {
"name": "无",
"description": "不显示文件夹图标"
}
},
"toggleSwitch": {
"on": "ON",
"off": "OFF"
},
"confirmReload": "你必须重启VS Code来应用对图标的更改",
"reload": "重启",
"outdatedVersion": "你必须更新VS Code才能使用该命令",
"updateVSCode": "更新VS Code"
};