Skip to content

Commit 6560c87

Browse files
committed
2017-05-12. Merged in translations.
1 parent 414a28c commit 6560c87

274 files changed

Lines changed: 786 additions & 411 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

i18n/chs/extensions/git/out/commands.i18n.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
"discard": "放弃更改",
1919
"confirm discard all": "确定要放弃所有更改吗?此操作不可撤销!",
2020
"discardAll": "放弃所有更改",
21+
"yes": "",
22+
"always": "始终",
2123
"no changes": "没有要提交的更改。",
2224
"commit message": "提交消息",
2325
"provide commit message": "请提供提交消息",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
// Do not edit this file. It is machine generated.
6+
{
7+
"ts-check": "在 JavaScript 文件中启用语义检查。必须在文件顶部。",
8+
"ts-nocheck": "在 JavaScript 文件中禁用语义检查。必须在文件顶部。",
9+
"ts-ignore": "取消文件下一行的 @ts-check 错误提示。"
10+
}

i18n/chs/extensions/typescript/package.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"javascript.goToProjectConfig.title": "转到项目配置",
3636
"typescript.referencesCodeLens.enabled": "启用/禁用引用 CodeLens。要求 TypeScript >= 2.0.6。",
3737
"typescript.implementationsCodeLens.enabled": "启用/禁用实现 CodeLens。要求 TypeScript >= 2.2.0。",
38-
"typescript.openTsServerLog.title": "打开 TS 服务器日志文件",
38+
"typescript.openTsServerLog.title": "打开 TS 服务器日志",
3939
"typescript.selectTypeScriptVersion.title": "选择 TypeScript 版本",
4040
"jsDocCompletion.enabled": "启用/禁用自动 JSDoc 注释",
4141
"javascript.implicitProjectConfig.checkJs": "启用/禁用 JavaScript 文件的语义检查。现有的 jsconfig.json 或\n tsconfig.json 文件会覆盖此设置。要求 TypeScript >=2.3.1。",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
// Do not edit this file. It is machine generated.
6+
{}

i18n/chs/src/vs/code/electron-main/menus.i18n.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
"miSmartSelectShrink": "缩小选定范围(&&S)",
7070
"miViewExplorer": "资源管理器(&&E)",
7171
"miViewSearch": "搜索(&&S)",
72-
"miViewGit": "GIT(&&G)",
7372
"miViewDebug": "调试(&&D)",
7473
"miViewExtensions": "扩展(&&X)",
7574
"miToggleOutput": "输出(&&O)",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
// Do not edit this file. It is machine generated.
6+
{
7+
"editorViewAccessibleLabel": "编辑器内容"
8+
}

i18n/chs/src/vs/editor/common/view/editorColorRegistry.i18n.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@
1010
"caret": "编辑器光标颜色。",
1111
"editorWhitespaces": "编辑器中空白字符颜色。",
1212
"editorIndentGuides": "编辑器缩进参考线颜色。",
13-
"editorLineNumbers": "编辑器行号颜色。"
13+
"editorLineNumbers": "编辑器行号颜色。",
14+
"editorCodeLensForeground": "编辑器 CodeLens 的前景色",
15+
"editorBracketMatchBackground": "匹配括号的背景色"
1416
}

i18n/chs/src/vs/editor/contrib/hover/browser/hover.i18n.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"showHover": "显示悬停",
8-
"hoverHighlight": "在显示软键盘的字下方突出显示。",
9-
"hoverBackground": "编辑器悬停的背景颜色。",
10-
"hoverBorder": "编辑器软键盘边框颜色。"
7+
"showHover": "显示悬停"
118
}

i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
"peekViewTitleInfoForeground": "速览视图标题信息颜色。",
1717
"peekViewBorder": "速览视图边框和箭头颜色。",
1818
"peekViewResultsBackground": "速览视图结果列表背景颜色。",
19-
"peekViewResultsMatchForeground": "在速览视图结果列表中匹配条目前景色。",
20-
"peekViewResultsFileForeground": "速览视图结果列表中的文件条目前景色。",
2119
"peekViewResultsSelectionBackground": "速览视图结果列表中所选条目的背景颜色。",
2220
"peekViewResultsSelectionForeground": "速览视图结果列表中所选条目的前景色。",
2321
"peekViewEditorBackground": "速览视图编辑器背景颜色。",

i18n/chs/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
"editorSuggestWidgetForeground": "建议小组件的前景颜色。",
1010
"editorSuggestWidgetSelectedBackground": "建议小组件中被选择条目的背景颜色。",
1111
"editorSuggestWidgetHighlightForeground": "建议小组件中匹配内容的高亮颜色。",
12-
"readMore": "阅读更多...{0}",
1312
"suggestionWithDetailsAriaLabel": "{0}(建议)具有详细信息",
1413
"suggestionAriaLabel": "{0},建议",
15-
"goback": "返回",
1614
"suggestWidget.loading": "正在加载...",
1715
"suggestWidget.noSuggestions": "无建议。",
1816
"suggestionAriaAccepted": "{0},已接受",

0 commit comments

Comments
 (0)