Add i18n files for core and extensions

This commit is contained in:
Dirk Baeumer 2016-03-07 13:00:56 +01:00
parent d63380a375
commit f52edcbdd2
3178 changed files with 35830 additions and 1 deletions

View file

@ -207,7 +207,7 @@ if (require.main === module) {
cp.exec('git config core.autocrlf', function (err, out) {
var skipEOL = out.trim() === 'true';
cp.exec('git diff --cached --name-only', function (err, out) {
cp.exec('git diff --cached --name-only', { maxBuffer: 2000 * 1024 }, function (err, out) {
if (err) {
console.error();
console.error(err);

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"actionBarAccessibleLabel": "操作栏",
"titleLabel": "{0} ({1})"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"caseDescription": "区分大小写",
"defaultLabel": "输入",
"regexDescription": "使用正则表达式",
"wordsDescription": "全字匹配"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"close": "关闭",
"error": "错误",
"info": "信息",
"warning": "警告"
}

View file

@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"clickToOpen": "单击以在新窗口中打开全尺寸图像",
"downloadBinary": "文件无法在编辑器中显示,因为它是二进制文件或使用不支持的文本编码。请单击以下链接,在浏览器中打开该文件或下载该文件:",
"missingAudioSupport": "抱歉,不支持音频文件播放。",
"missingVideoSupport": "抱歉,不支持视频文件播放。",
"nativeBinaryError": "文件无法在编辑器中显示,因为它是二进制文件、非常大或使用不支持的文本编码。"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"more": "更多"
}

View file

@ -0,0 +1,23 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"error.connection.unknown": "出现未知连接错误。您的 Internet 连接已断开,或者您连接的服务器已脱机。",
"error.connection.unknown.verbose": "未知连接错误 ({0})",
"error.defaultMessage": "出现未知错误。有关详细信息,请参阅日志。",
"error.http": "{0} (HTTP {1})",
"error.http.verbose": "{0} (HTTP {1}: {2})",
"error.permission": "权限被拒绝",
"error.permission.verbose": "权限被拒绝 (HTTP {0})",
"illegalArgumentError": "非法参数: {0}",
"illegalArgumentError2": "非法参数",
"illegalStateError": "非法状态: {0}",
"illegalStateError2": "非法状态",
"loaderError": "无法加载需要的文件。您的 Internet 连接已断开,或者您连接的服务器已脱机。请刷新浏览器并重试。",
"loaderErrorNative": "未能加载所需文件。请重启应用程序重试。详细信息: {0}",
"message": "{0}。错误代码: {1}",
"notImplementedError": "未实施",
"stackTrace.format": "{0}: {1}"
}

View file

@ -0,0 +1,17 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"CloseBraceExpected": "需要右大括号",
"CloseBracketExpected": "需要右方括号",
"ColonExpected": "需要冒号",
"CommaExpected": "需要逗号",
"EOFExpected": "需要内容结尾",
"InvalidNumberFormat": "数字格式无效",
"PropertyExpected": "需要属性名",
"UnknownSymbol": "符号无效",
"ValeExpected": "需要值",
"ValueExpected": "需要值"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"sev.error": "错误",
"sev.info": "信息",
"sev.warning": "警告"
}

View file

@ -0,0 +1,22 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"diff.days": "{0} 天",
"diff.days.month": "一个月前",
"diff.days.verbose": "{0} 天前",
"diff.days.week": "一周前",
"diff.days.yesterday": "昨天",
"diff.hour.verbose": "1 小时前",
"diff.hours": "{0} 小时",
"diff.hours.verbose": "{0} 小时前",
"diff.minute.verbose": "1 分钟前",
"diff.minutes": "{0} 分钟",
"diff.minutes.verbose": "{0} 分钟前",
"diff.seconds": "{0} 秒",
"diff.seconds.verbose": "刚才",
"format.date": "{0}-{1}-{2} {3}:{4}:{5}",
"format.time": "{0}:{1}:{2}"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"TaskRunner.UNC": "无法对 UNC 驱动器执行 shell 命令。"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"startAfterStopError": "无法从一个已停止的计时器启动一个新的计时器。"
}

View file

@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"empty": "—",
"error": "无法加载选项",
"loading": "正在加载 …"
}

View file

@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cancel": "取消",
"credentialsRequired": "此 Git URL 要求你进行身份验证:",
"label.password": "密码",
"label.remember": "记住密码",
"label.username": "用户名",
"ok": "确定",
"rememberDisclaimerFullAccessibleText": "记住凭据。保存密码会将此信息存储在你的 Azure 网站中。这意味着,任何具有对你网站的 FTP 访问权限的用户都将能够检索你的密码。",
"rememberDisclaimerTooltip": "保存密码会将此信息存储在你的 Azure 网站中。这意味着,任何具有对你网站的 FTP 访问权限的用户都将能够检索你的密码。"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"editorViewAccessibleLabel": "编辑器内容"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,30 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"autoClosingBrackets": "控制编辑器是否应在打开括号后自动将其关闭",
"editorConfigurationTitle": "编辑器配置",
"fontFamily": "控制字体系列。",
"fontSize": "控制字体大小。",
"formatOnType": "控制编辑器是否应在键入后自动设置行的格式",
"glyphMargin": "控制字形边距的可见性",
"hideCursorInOverviewRuler": "控制光标是否应隐藏在概述标尺中。",
"insertSpaces": "控制编辑器是否将为选项卡插入空格。接受的值:“自动”、true、false。如果设置为“自动”则会在打开文件时猜测值。",
"lineHeight": "控制行高。",
"lineNumbers": "控制行号的可见性",
"mouseWheelScrollSensitivity": "要对鼠标滚轮滚动事件的 \"deltaX\" 和 \"deltaY\" 使用的乘数 ",
"overviewRulerLanes": "控制可在概述标尺同一位置显示的效果数量",
"quickSuggestions": "控制键入时是否应显示快速建议",
"quickSuggestionsDelay": "控制延迟多少毫秒后将显示快速建议",
"referenceInfos": "控制编辑器是否显示支持它的模式的参考信息",
"renderWhitespace": "控制编辑器是否应呈现空白字符",
"roundedSelection": "控制选项是否有圆角",
"scrollBeyondLastLine": "控制编辑器是否将滚动超出最后一行",
"selectionHighlight": "控制编辑器是否应突出显示选项的近似匹配",
"suggestOnTriggerCharacters": "控制键入触发器字符时是否应自动显示建议",
"tabSize": "控制选项卡的呈现大小(以字符为单位)。接受的值:“自动”、2、4、6 等。如果设置为“自动”,则会在打开文件时猜测值。",
"wrappingColumn": "控制在多少个字符后编辑器会自动换到下一行。将其设置为 0 则将打开视区宽度换行 ",
"wrappingIndent": "控制换行的行的缩进。可以是“无”、“相同”或“缩进”。"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"corrupt.commands": "执行命令时出现意外异常。"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"mode.tokenizationSupportFailed": "标记输入时模式失败。"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"actions.clipboard.copyLabel": "复制",
"actions.clipboard.cutLabel": "剪切",
"actions.clipboard.pasteLabel": "粘贴"
}

View file

@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"n_references": "{0} 个引用",
"one_reference": "1 个引用",
"unknown_reference": "- 引用"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"color.action.label": "颜色选取器操作"
}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"comment.block": "切换块注释",
"comment.line": "切换行注释",
"comment.line.add": "添加行注释",
"comment.line.remove": "删除行注释"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"action.showContextMenu.label": "显示编辑器上下文菜单"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"addSelectionToNextFindMatch": "将选择添加到下一个查找匹配项",
"findNextMatchAction": "查找下一个",
"findPreviousMatchAction": "查找上一个",
"moveSelectionToNextFindMatch": "将上次选择移动到下一个查找匹配项",
"selectAllOccurencesOfFindMatch": "选择所有找到的查找匹配项",
"startFindAction": "查找",
"startReplace": "替换"
}

View file

@ -0,0 +1,18 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"label.closeButton": "关闭 (退出)",
"label.find": "查找",
"label.nextMatchButton": "下一个匹配(F3)",
"label.previousMatchButton": "上一个匹配(Shift+F3)",
"label.replace": "替换",
"label.replaceAllButton": "全部替换",
"label.replaceButton": "替换",
"label.toggleReplaceButton": "切换替换模式",
"label.toggleSelectionFind": "在选定内容中查找",
"placeholder.find": "查找",
"placeholder.replace": "替换"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"disableSelectionFindAction": "启用在选定内容中查找",
"enableSelectionFindAction": "启用在选定内容中查找",
"findNextMatchAction": "查找下一个",
"findPreviousMatchAction": "查找上一个",
"replace.replaceAll": "替换所有实例",
"replace.replaceThis": "替换该实例",
"startFindAction": "查找",
"startReplace": "替换"
}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"caseDescription": "区分大小写",
"defaultLabel": "输入",
"regexDescription": "使用正则表达式",
"wordsDescription": "全字匹配"
}

View file

@ -0,0 +1,18 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"label.closeButton": "关闭(退出)",
"label.find": "查找",
"label.nextMatchButton": "下一个匹配(F3)",
"label.previousMatchButton": "上一个匹配(Shift+F3)",
"label.replace": "替换",
"label.replaceAllButton": "全部替换",
"label.replaceButton": "替换",
"label.toggleReplaceButton": "切换替换模式",
"label.toggleSelectionFind": "在选定内容中查找",
"placeholder.find": "查找",
"placeholder.replace": "替换"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"formatAction.label": "格式代码"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"actions.goToDecl.label": "转到定义",
"actions.gotoTypeDecl.label": "转到类型定义",
"actions.previewDecl.label": "查看定义",
"peekView.alternateTitle": "声明"
}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"markerAction.next.label": "转到下一个错误或警告",
"markerAction.previous.label": "转到上一个错误或警告",
"quickfix.multiple.label": "建议的修正:",
"quickfix.single.label": "建议的修正:"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"modesContentHover.loading": "正在加载..."
}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"editorActionArrowAccessibleLabel": "打开编辑器操作",
"ineditor.menu.keybinding": "{0} ({1})"
}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"InPlaceReplaceAction.next.label": "替换为下一个值",
"InPlaceReplaceAction.previous.label": "替换为上一个值"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,17 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"lines.copyDown": "向下复制行",
"lines.copyUp": "向上复制行",
"lines.delete": "删除行",
"lines.indent": "行缩进",
"lines.insertAfter": "在下面插入行",
"lines.insertBefore": "在上面插入行",
"lines.moveDown": "向下移动行",
"lines.moveUp": "向上移动行",
"lines.outdent": "行减少缩进",
"lines.trimTrailingWhitespace": "裁剪尾随空格"
}

View file

@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"label": "打开链接",
"links.navigate": "Ctrl + 单击以跟踪链接",
"links.navigate.editor": "Ctrl + 单击以打开(Ctrl + Alt + 单击以打开到侧边)",
"links.navigate.editor.mac": "Cmd + 单击以打开(Cmd + 选项 + 单击以打开到侧边)",
"links.navigate.mac": "Cmd + 单击以跟踪链接"
}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"mutlicursor.insertAbove": "在上面插入光标",
"mutlicursor.insertBelow": "在下面插入光标"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"parameterHints.trigger.label": "触发参数提示"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"quickfix.trigger.label": "快速修复"
}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"QuickFixSelectionWidget.loading": "正在加载...",
"QuickFixSelectionWidget.noSuggestions": "无修复建议。"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"label": "转到行..."
}

View file

@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"GotoLineAction.label": "转到行...",
"gotoLineActionInput": "输入行号,后跟可选的冒号以及要导航到的列号",
"gotoLineLabelEmptyWithLineAndColumnLimit": "输入要导航到的介于 1 到 {0} 之间的列",
"gotoLineLabelEmptyWithLineLimit": "输入要导航到的介于 1 到 {0} 之间的行号",
"gotoLineLabelValidLine": "转到行 {0}",
"gotoLineLabelValidLineAndColumn": "转到行 {0} 和列 {1}"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"label": "命令面板"
}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"QuickCommandAction.label": "命令面板",
"quickCommandActionInput": "输入你想要执行的操作的名称"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"label": "转到符号..."
}

View file

@ -0,0 +1,20 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"QuickOutlineAction.label": "转到符号...",
"_constructor": "构造函数({0})",
"call": "调用({0})",
"class": "类({0})",
"function": "函数({0})",
"interface": "接口({0})",
"method": "方法({0})",
"modules": "模块({0})",
"property": "属性({0})",
"quickOutlineActionInput": "输入你想要导航到的标识符的名称",
"symbols": "符号({0})",
"variable": "变量({0})",
"variable2": "变量({0})"
}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"labelLoading": "正在加载...",
"noResults": "无结果",
"references.action.label": "查找所有引用",
"references.action.name": "显示引用"
}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"missingPreviewMessage": "无可用预览",
"peekView.alternateTitle": "引用",
"referenceCount": "{0} 个引用",
"referencesCount": "{0} 个引用"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"conflict": "这些文件也已同时更改: {0}"
}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"changeAll.label": "更改所有事件",
"rename.error.multiplefile": "对不起,但是还不能对用于多个文件的符号执行重命名。"
}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"conflict": "这些文件也已同时更改: {0}",
"missing.support": "无法运行重命名",
"no result": "无结果。",
"rename.label": "重命名符号"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cannotLoadFile": "无法加载文件 {0}"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"smartSelect.jumpBracket": "转到括号"
}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"smartSelect.grow": "扩大选择",
"smartSelect.shrink": "缩小选择"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"suggest.trigger.label": "触发建议"
}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"suggestWidget.loading": "正在加载...",
"suggestWidget.noSuggestions": "无建议。"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"toggle.tabfocusmode": "切换使用 Tab 键,设置焦点"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"label.close": "关闭"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,21 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"changeProject": "更改项目...",
"projectsLabel.noProject": "无项目",
"projectsLabel.project": "1 个项目",
"projectsLabel.projects": "{0} 个项目",
"projectsLabel.selectSolutionPathOrFolder": "选取项目",
"selectProject": "选择项目",
"selectProjectOrSolutionOrFolder": "选择项目",
"selectSolution": "选取项目",
"status.error": "Omnisharp 遇到错误。请检查控制台以了解更多信息。",
"status.packageRestore": "正在还原包...",
"status.started": "Omnisharp 正在运行",
"status.starting": "Omnisharp 正在启动...",
"status.unknown": "Omnisharp 状态未知",
"titleStarted": "所选项目:“{0}”"
}

View file

@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"category.label.dnx": "dnx",
"category.label.dnx.restore": "dnx",
"category.label.k": "k",
"category.label.k.restore": "k",
"command.gone": "该命令不再可用。",
"exec.label": "{0} - ({1}, {2})",
"restore.label.dnu": "dnu 还原 - ({0})",
"restore.label.k": "kpm 还原 - ({0})"
}

View file

@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cancel": "取消",
"close": "关闭",
"message": "某些项目在加载时遇到问题。请查看输出以获取详细信息。",
"restore": "还原",
"restore.error": "未能执行还原,尝试为 {0} 手动运行“dnu 还原”。",
"showOutput": "显示输出",
"unresolvedDependencies": "“{0}”中有未解析的依赖关系。请执行还原命令以继续。"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"label": "重新启动 Omnisharp 服务器"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"csharp.diagnostics": "{0} [{1}]"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"overload_label": "{0} (+ {1} 重载)"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"exec.label": "k: {0}/{1} ({2})"
}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cssConfigurationDescription": "这用于配置 CSS 语言。",
"cssConfigurationTitle": "CSS 配置",
"lint": "控制 lint 验证中使用的问题严重性。",
"validationSettings": "控制 CSS 验证的工作方式。"
}

View file

@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"css.quickfix.rename": "重命名为“{0}”",
"literal.fontface": "@font-face",
"literal.keyframes": "@keyframes {0}"
}

View file

@ -0,0 +1,35 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"expected.colon": "应输入冒号",
"expected.comma": "应输入逗号",
"expected.condt": "应输入条件",
"expected.dot": "应输入圆点",
"expected.expression": "应输入表达式",
"expected.ident": "应输入标识符",
"expected.lcurly": "应输入 {",
"expected.lparen": "应输入 (",
"expected.lsquare": "应输入 [",
"expected.number": "应输入数字",
"expected.operator": "应输入运算符",
"expected.pagedirordecl": "应输入页面指令或声明",
"expected.percentage": "应输入百分比",
"expected.propvalue": "应输入属性值",
"expected.rcurly": "应输入 }",
"expected.rparent": "应输入 )",
"expected.rsquare": "应输入 ]",
"expected.ruleorselector": "应输入 at-rule 或选择器",
"expected.selector": "应输入选择器",
"expected.semicolon": "应输入分号",
"expected.stringliteral": "应输入字面字符串",
"expected.term": "应输入术语",
"expected.uri": "应输入 URI",
"expected.uriorstring": "应输入 uri 或字符串",
"expected.varname": "应输入变量名",
"expected.varvalue": "应输入变量值",
"unknown.atrule": "未知 at-rule",
"unknown.keyword": "未知关键字"
}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"css.builtin.hsl": "使用色调、饱和度和亮度值创建颜色。",
"css.builtin.hsla": "使用色调、饱和度、亮度和 Alpha 值创建颜色。",
"css.builtin.rgb": "使用红色、绿色和蓝色值创建颜色。",
"css.builtin.rgba": "使用红色、绿色、蓝色和 Alpha 值创建颜色。"
}

View file

@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"keyframes.standardrule.missing": "定义关键帧时始终定义标准规则 \"@keyframes\"。",
"keyframes.vendorspecific.missing": "始终包括所有供应商特定规则: 缺少: {0}",
"namelist.concatenated": "{0},“{1}”",
"namelist.single": "“{0}”",
"property.standard.missing": "还应定义兼容性的标准属性“{0}”",
"property.vendorspecific.missing": "始终包括所有供应商特定属性: 缺少: {0}"
}

View file

@ -0,0 +1,25 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"rule.avoidFloat": "避免使用“float”。浮动会带来脆弱的 CSS如果布局的某一方面更改将很容易破坏 CSS。",
"rule.avoidIdSelector": "选择器不应包含 ID因为这些规则与 HTML 的耦合过于紧密。",
"rule.avoidImportant": "避免使用 !important。它表明整个 CSS 的特异性已经失去控制且需要重构。",
"rule.colorFunction": "参数数量无效",
"rule.duplicateDeclarations": "不要使用重复的样式定义",
"rule.emptyRuleSets": "不要使用空规则集",
"rule.fontFaceProperties": "@font-face 规则必须定义 \"src\" 和 \"font-family\" 属性",
"rule.hexColor": "十六进制颜色必须由三个或六个十六进制数字组成",
"rule.ieHack": "仅当支持 IE7 及更低版本时,才需要 IE hack",
"rule.importDirective": "Import 语句不会并行加载",
"rule.propertyIgnoredDueToDisplay": "因显示而忽略属性。例如,使用 \"display: inline\"时,宽度、高度、上边距、下边距和 float 属性将不起作用",
"rule.standardvendorprefix.all": "使用供应商特定前缀时,还应包括标准属性",
"rule.universalSelector": "已知通配选择符 (*) 慢",
"rule.unknownProperty": "未知的属性。",
"rule.unknownVendorSpecificProperty": "未知的供应商特定属性。",
"rule.vendorprefixes.all": "使用供应商特定前缀时,确保同时包括所有其他供应商特定属性",
"rule.withHeightAndBorderPadding": "使用边距或边框时,不要使用宽度或高度",
"rule.zeroWidthUnit": "零不需要单位"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"transition.snippet": "跨浏览器的过渡属性"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"html.snippet": "简单 HTML5 起始点",
"img.snippet": "一个图像",
"javascriptlink.snippet": "插入到外部 Javascript 文件的链接",
"link.snippet": "链接",
"ol.snippet": "一个小型有序列表",
"stylesheetlink.snippet": "插入到样式表的链接",
"table.snippet": "一个基本表起始点",
"ul.snippet": "一个小型无序列表"
}

View file

@ -0,0 +1,35 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"allwaysAllWords": "始终包含当前文档的所有内容。",
"compilationSettings": "控制 JavaScript 验证如何运行。",
"jsConfigurationTitle": "JavaScript 配置",
"lint": "控制验证的各个方面。",
"lint.comparisonOperatorsNotStrict": "使用“!==”和“===”,而不使用“!=”和“==”。",
"lint.curlyBracketsMustNotBeOmitted": "不要省略花括号。",
"lint.emptyBlocksWithoutComment": "空白块应有注释。",
"lint.forcedTypeConversion": "请勿通过分配重新声明某个变量。",
"lint.functionsInsideLoops": "循环中的函数。",
"lint.missingSemicolon": "缺少分号。",
"lint.mixedTypesArithmetics": "仅对算术运算使用数字。",
"lint.newOnLowercaseFunctions": "用作构造函数的具有小写名称的函数。",
"lint.newOnReturningFunctions": "用作构造函数的具有 return 语句的函数。",
"lint.parametersDontMatchSignature": "参数与函数签名不匹配",
"lint.primitivesInInstanceOf": "请勿使用具有基元类型的 instanceof。",
"lint.redeclaredVariables": "请勿重新声明变量并更改其类型。",
"lint.semicolonsInsteadOfBlocks": "分号而不是块。",
"lint.tripleSlashReferenceAlike": "查找输入错误的三斜线引用。",
"lint.undeclaredVariables": "请勿使用未声明的变量。",
"lint.unknownModule": "请勿要求未知模块。",
"lint.unknownProperty": "请勿使用未知属性。",
"lint.unknownTypeOfResults": "“typeof”操作符的意外输出。",
"lint.unusedFunctions": "未使用的本地函数。",
"lint.unusedVariables": "未使用的本地变量。",
"semanticValidation": "为 JavaScript 文件运行 linter 检查 - 替代 validate.lint.* 设置。",
"suggestSettings": "控制 JavaScript IntelliSense 如何运行。",
"syntaxValidation": "检查 JavaScript 文件中是否存在语法错误。",
"useCodeSnippetsOnMethodSuggest": "完成函数的参数签名。"
}

Some files were not shown because too many files have changed in this diff Show more