Additional i18n files

This commit is contained in:
Dirk Baeumer 2016-03-11 21:25:28 +01:00
parent d8d7f61a5e
commit e6fa8d974c
857 changed files with 15061 additions and 4 deletions

View file

@ -210,7 +210,7 @@ function processCoreBundleFormat(json, emitter) {
messages = JSON.parse(content);
}
else {
// log(`No localized messages found for module ${module}. Using default messages.`);
log("No localized messages found for module " + module + ". Using default messages.");
messages = defaultMessages[module];
statistics[language.iso639_2] = statistics[language.iso639_2] + Object.keys(messages).length;
}
@ -225,7 +225,7 @@ function processCoreBundleFormat(json, emitter) {
}
var message = messages[key];
if (!message) {
// log(`No localized message found for key ${key} in module ${module}. Using default message.`);
log("No localized message found for key " + key + " in module " + module + ". Using default message.");
message = defaultMessages[module][key];
statistics[language.iso639_2] = statistics[language.iso639_2] + 1;
}

View file

@ -237,7 +237,7 @@ function processCoreBundleFormat(json: BundledFormat, emitter: any) {
let content = stripComments(fs.readFileSync(i18nFile, 'utf8'));
messages = JSON.parse(content);
} else {
// log(`No localized messages found for module ${module}. Using default messages.`);
log(`No localized messages found for module ${module}. Using default messages.`);
messages = defaultMessages[module];
statistics[language.iso639_2] = statistics[language.iso639_2] + Object.keys(messages).length;
}
@ -251,7 +251,7 @@ function processCoreBundleFormat(json: BundledFormat, emitter: any) {
}
let message: string = messages[key];
if (!message) {
// log(`No localized message found for key ${key} in module ${module}. Using default message.`);
log(`No localized message found for key ${key} in module ${module}. Using default message.`);
message = defaultMessages[module][key];
statistics[language.iso639_2] = statistics[language.iso639_2] + 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.
{
"titleLabel": "{0} ({1})"
}

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,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.
{
"alertErrorMessage": "错误: {0}",
"alertInfoMessage": "信息: {0}",
"alertWarningMessage": "警告: {0}",
"close": "关闭",
"error": "错误",
"info": "信息",
"warning": "警告"
}

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.
{
"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,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.
{
"error.connection.unknown": "出现未知连接错误。您的 Internet 连接已断开,或者您连接的服务器已脱机。",
"error.connection.unknown.verbose": "未知连接错误 ({0})",
"error.defaultMessage": "出现未知错误。有关详细信息,请参阅日志。",
"error.http": "{0} (HTTP {1})",
"error.http.verbose": "{0} (HTTP {1}: {2})",
"error.moreErrors": "{0} 个(共 {1} 个错误)",
"error.permission": "权限被拒绝",
"error.permission.verbose": "权限被拒绝 (HTTP {0})",
"illegalArgumentError": "非法参数: {0}",
"illegalArgumentError2": "非法参数",
"illegalStateError": "非法状态: {0}",
"illegalStateError2": "非法状态",
"loaderError": "无法加载需要的文件。您的 Internet 连接已断开,或者您连接的服务器已脱机。请刷新浏览器并重试。",
"loaderErrorNative": "未能加载所需文件。请重启应用程序重试。详细信息: {0}",
"message": "{0}。错误代码: {1}",
"nodeExceptionMessage": "发生了系统错误({0})",
"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,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.
{
"editorViewAccessibleLabel": "编辑器内容"
}

View file

@ -0,0 +1,38 @@
/*---------------------------------------------------------------------------------------------
* 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": "控制编辑器是否应在打开括号后自动将其关闭",
"cursorBlinking": "控制光标闪烁动画,接受的值为“闪烁”、“可见”和“隐藏”",
"cursorStyle": "控制光标样式,接受的值为“块”和“行”",
"editorConfigurationTitle": "编辑器配置",
"folding": "控制编辑器是否启用代码折叠",
"fontFamily": "控制字体系列。",
"fontLigatures": "启用字体连写",
"fontSize": "控制字体大小。",
"formatOnType": "控制编辑器是否应在键入后自动设置行的格式",
"glyphMargin": "控制字形边距的可见性",
"hideCursorInOverviewRuler": "控制光标是否应隐藏在概述标尺中。",
"ignoreTrimWhitespace": "控制差异编辑器是否将对前导空格或尾随空格的更改显示为差异",
"insertSpaces": "控制编辑器是否将为选项卡插入空格。接受的值:“自动”、true、false。如果设置为“自动”则会在打开文件时猜测值。",
"lineHeight": "控制行高。",
"lineNumbers": "控制行号的可见性",
"mouseWheelScrollSensitivity": "要对鼠标滚轮滚动事件的 \"deltaX\" 和 \"deltaY\" 使用的乘数 ",
"overviewRulerLanes": "控制可在概述标尺同一位置显示的效果数量",
"quickSuggestions": "控制键入时是否应显示快速建议",
"quickSuggestionsDelay": "控制延迟多少毫秒后将显示快速建议",
"referenceInfos": "控制编辑器是否显示支持它的模式的参考信息",
"renderWhitespace": "控制编辑器是否应呈现空白字符",
"roundedSelection": "控制选项是否有圆角",
"rulers": "显示垂直标尺的列",
"scrollBeyondLastLine": "控制编辑器是否将滚动超出最后一行",
"selectionHighlight": "控制编辑器是否应突出显示选项的近似匹配",
"sideBySide": "控制差异编辑器是否显示并行差异或内联差异",
"suggestOnTriggerCharacters": "控制键入触发器字符时是否应自动显示建议",
"tabSize": "控制选项卡的呈现大小(以字符为单位)。接受的值:“自动”、2、4、6 等。如果设置为“自动”,则会在打开文件时猜测值。",
"wordSeparators": "执行文字相关的导航或操作时将用作文字分隔符的字符",
"wrappingColumn": "控制在多少个字符后编辑器会自动换到下一行。将其设置为 0 则将打开视区宽度换行 ",
"wrappingIndent": "控制换行的行的缩进。可以是“无”、“相同”或“缩进”。"
}

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,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,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,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,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.
{
"label.closeButton": "关闭 ",
"label.find": "查找",
"label.matchesLocation": "第 {0} 个(共 {1} 个)",
"label.nextMatchButton": "下一个匹配",
"label.noResults": "无结果",
"label.previousMatchButton": "上一个匹配",
"label.replace": "替换",
"label.replaceAllButton": "全部替换",
"label.replaceButton": "替换",
"label.toggleReplaceButton": "切换替换模式",
"label.toggleSelectionFind": "在选定内容中查找",
"placeholder.find": "查找",
"placeholder.replace": "替换",
"title.matchesCountLimit": "仅前 999 个结果突出显示,但所有查找操作均针对整个文本。"
}

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,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.
{
"actions.goToDecl.label": "转到定义",
"actions.goToDeclToSide.label": "打开侧边的定义",
"actions.gotoTypeDecl.label": "转到类型定义",
"actions.previewDecl.label": "查看定义",
"multipleResults": "单击此处显示找到的 {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.
{
"markerAction.next.label": "转到下一个错误或警告",
"markerAction.previous.label": "转到上一个错误或警告",
"quickfix.multiple.label": "建议的修正:",
"quickfix.single.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.
{
"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.
{
"InPlaceReplaceAction.next.label": "替换为下一个值",
"InPlaceReplaceAction.previous.label": "替换为上一个值"
}

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,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.
{
"invalid.url": "无效的 URI: 无法打开 {0}",
"label": "打开链接",
"links.navigate": "Ctrl + 单击以跟踪链接",
"links.navigate.mac": "Cmd + 单击以跟踪链接"
}

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.
{
"mutlicursor.insertAbove": "在上面添加光标",
"mutlicursor.insertAtEndOfEachLineSelected": "从所选行创建多个光标",
"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,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.
{
"QuickFixSelectionWidget.loading": "正在加载...",
"QuickFixSelectionWidget.noSuggestions": "无修复建议。",
"treeAriaLabel": "快速修复"
}

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,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.
{
"missingPreviewMessage": "无可用预览",
"peekView.alternateTitle": "引用",
"referenceCount": "{0} 个引用",
"referencesCount": "{0} 个引用",
"treeAriaLabel": "引用"
}

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.
{
"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,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,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.
{
"goback": "返回",
"readMore": "阅读更多...{0}",
"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,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,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.
{
"cssConfigurationTitle": "CSS 配置",
"lint": "控制 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,26 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"enableValidation": "启用或禁用所有验证",
"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,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": "完成函数的参数签名。"
}

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.
{
"json.bower.default": "默认 bower.json",
"json.bower.error.repoaccess": "对 Bower 存储库发出的请求失败: {0}",
"json.bower.package.hover": "{0}"
}

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.
{
"json.nugget.error.repoaccess": "对 NuGet 存储库发出的请求失败: {0}",
"json.nugget.package.hover": "{0}",
"json.nugget.version.hover": "最新版本: {0}",
"json.nugget.versiondescription.suggest": "包的当前最新版本",
"json.project.default": "默认 project.json"
}

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.
{
"jsonConfiguration.fileMatch": "包含解析 JSON 文件到架构时要匹配“*”的文件模式。",
"jsonConfiguration.fileMatches": "解析 JSON 文件到架构时要匹配的文件模式数组。",
"jsonConfiguration.schema": "给定 URL 的架构定义。仅需要提供架构用于避免访问架构 URL。",
"jsonConfiguration.schemaPath": "当前目录中的架构的 URL 或相对路径",
"jsonConfiguration.schemas": "将架构关联到当前项目中的 JSON 文件",
"jsonConfigurationDescription": "用于配置 JSON 设置和架构。",
"jsonConfigurationTitle": "JSON 配置"
}

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.
{
"array": "数组",
"boolean": "布尔值",
"number": "数字",
"object": "对象",
"string": "字符串",
"undefined": "未定义"
}

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.
{
"json.suggest.default": "默认值"
}

View file

@ -0,0 +1,169 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"app.plugin.json.activationEvents": "插件的激活事件",
"app.plugin.json.contributes": "此插件的贡献",
"app.plugin.json.contributes.language": "插件的语言贡献",
"app.plugin.json.contributes.language.aliases": "此语言的名称别名",
"app.plugin.json.contributes.language.extensions": "关联到此语言的文件扩展名",
"app.plugin.json.contributes.language.filenames": "关联到此语言的文件名",
"app.plugin.json.contributes.language.id": "此语言的 ID",
"app.plugin.json.dependencies": "插件依赖关系",
"app.plugin.json.mainModule": "主 JavaScript 文件的相对路径",
"app.plugin.json.pluginId": "唯一的插件 id",
"app.plugin.json.scripts": "插件提供的脚本",
"app.plugin.json.scripts.compile": "用于编译此插件的命令行",
"bower.json.authors": "创作包内容的人员列表。",
"bower.json.dependencies": "使用包名称的简单哈希指定依赖项到 semver 兼容标识符或 URL。",
"bower.json.description": "通过简短说明帮助用户识别和搜索你的包。",
"bower.json.devDependencies": "仅包开发需要的依赖项,例如测试框架或生成文档。",
"bower.json.exportsOverride": "grunt-bower-task 用于指定自定义安装位置。",
"bower.json.homepage": "可了解有关包的详细信息的 URL。如果未指定返回 GitHub 项目并且它是一个 GitHub 端点。",
"bower.json.ignore": "安装包时Bower 要忽略的文件列表。",
"bower.json.invalidPatternName": "以 _ 开头的任何属性有效。",
"bower.json.keywords": "用于根据关键字搜索。有助于更轻松地查找你的包,而不必知道其名称。",
"bower.json.license": "SPDX 许可证标识符或许可证的路径/URL",
"bower.json.main": "使用你的包所需的主作用文件。",
"bower.json.moduleType": "此包显示的模块类型",
"bower.json.packagename": "你的包的名称。",
"bower.json.private": "如果你将它设置为 true它将拒绝发布它。这是防止意外发布专用存储库的方法。",
"bower.json.repository": "可在其中找到源代码的存储库。",
"bower.json.resolutions": "如果包之间发生冲突,自动解析的依赖项版本。",
"bower.json.title": "Bower 配置文件的 JSON 架构",
"bower.json.version": "语义版本号。",
"global.json.projects": "与此文件相关的项目文件夹的列表。",
"global.json.sources": "与此文件相关的源文件夹的列表。",
"global.json.title": "ASP.NET 全局配置文件的 JSON 架构",
"jsconfig.json.compilerOptions": "指导 JavaScript 语言服务如何验证 .js 文件",
"jsconfig.json.compilerOptions.charset": "输入文件的字符集",
"jsconfig.json.compilerOptions.decorators": "对 ES7 修饰器启用实验支持。",
"jsconfig.json.compilerOptions.diagnostics": "显示诊断信息。",
"jsconfig.json.compilerOptions.locale": "将用于显示错误消息的区域设置,如 zh-cn。",
"jsconfig.json.compilerOptions.mapRoot": "指定调试器应放置映射文件的位置而不是生成的位置",
"jsconfig.json.compilerOptions.module": "解析所依据的模块代码生成: \"commonjs\"、\"amd\"、\"system\" 或 \"umd\"。",
"jsconfig.json.compilerOptions.noLib": "请勿包括默认库文件(lib.d.ts)。",
"jsconfig.json.compilerOptions.target": "指定 ECMAScript 目标版本: \"ES3\" (默认)、\"ES5\" 或 \"ES6\" (实验)。",
"jsconfig.json.exclude": "列出不应包括的文件和文件夹。\"files\" 属性存在时,不实现此属性。",
"jsconfig.json.files": "如果 jsconfig.json 中不存在 \"files\" 属性,则语言服务默认包括所有文件(包括目录和子目录)。指定了 \"files\" 属性时,仅包括这些文件。",
"jsconfig.json.title": "JavaScript 配置文件的 JSON 架构",
"json.schema.unabletoload": "无法从 '{0}': {1} 加载架构。",
"package.json.bugs": "应该将问题上报到的项目问题跟踪程序的 URL 和/或电子邮件地址。对于遇到与你的包有关的问题的人员,这些内容十分有用。",
"package.json.bugs.email": "应向其报告问题的电子邮件地址。",
"package.json.bugs.url": "项目的问题跟踪程序的 url。",
"package.json.bundleDependencies": "将在发布包时捆绑的包名的数组。",
"package.json.bundledDependencies": "将在发布包时捆绑的包名的数组。",
"package.json.config": "\"config\" 哈希可以用于设置在包脚本中使用并且在各个升级间保持的配置参数。",
"package.json.contributors": "为此包做出贡献的人员的列表。",
"package.json.dependency": "使用包名的简单哈希指定依赖关系到版本范围。版本范围是具有一个或多个空格分隔描述符的字符串。还可以使用 tarball 或 git URL 标识依赖关系。",
"package.json.descr": "这可帮助人们发现你的包因为它会在“npm 搜索”中列出。",
"package.json.description": "此包的 NPM 配置。",
"package.json.directories.bin": "如果指定 \"bin\" 目录,则该文件夹中的所有文件都会用作 \"bin\" 哈希。",
"package.json.directories.doc": "将标记文件置于此处。最后可能会在某天很好地显示这些文件。",
"package.json.directories.example": "将示例脚本置于此处。它可能会在某天通过某种明智的方式公开。",
"package.json.directories.lib": "告诉人们库的批量处于何处。无需以任何方式对 lib 文件夹执行任何特殊操作,但是它是有用的数据信息。",
"package.json.directories.man": "充满手册页的文件夹。可有效用于通过浏览文件夹生成 \"man\" 数组。",
"package.json.files": "\"files\" 字段是要包含在项目中的文件的数组。如果在数组中对某个文件夹命名,则它将也包含该文件夹中的文件。",
"package.json.homepage": "项目主页的 url。",
"package.json.keywords": "这可帮助人们发现你的包因为它会在“npm 搜索”中列出。",
"package.json.license": "应为你的包指定许可证,以便人们知道如何允许他们使用该包,以及你对该包施加的任何限制。",
"package.json.licenses": "应为你的包指定许可证,以便人们知道如何允许他们使用该包,以及你对该包施加的任何限制。",
"package.json.main": "主字段是你的程序的主入口点的模块 ID。",
"package.json.maintainers": "维护此包的人员的列表。",
"package.json.man": "指定单个文件或文件名数组以备 man 程序进行查找。",
"package.json.name": "包的名称。",
"package.json.person": "受邀创建或维护此包的人员",
"package.json.preferGlobal": "如果你的包主要是应在全局安装的命令行应用程序,请将此值设置为 true 以在进行本地安装时提供警告。",
"package.json.private": "如果设置为 true则 npm 会拒绝发布它。",
"package.json.repository": "指定你的代码所处的位置。对于要做出贡献的人员,这十分有用。",
"package.json.scripts": "\"scripts\" 成员是在包生命周期中各个时间运行的脚本命令的对象哈希。键是生命周期事件,值是当时运行的命令。",
"package.json.underscore": "以 _ 开头的任何属性有效。",
"package.json.version": "版本必须可由 node-semver (作为依赖项与 npm 捆绑)分析。",
"project.json.authors": "应用程序的设计者",
"project.json.bundleExclude": "要从发布输出(kpm 捆绑)中排除的文件的列表。",
"project.json.code": "指定需要编译的所有代码文件的 glob 模式。(数据类型: 具有 glob 模式的字符串或数组)。例如: [ 'Folder1*.cs', 'Folder2*.cs' ]",
"project.json.commands": "可用于该应用程序的命令",
"project.json.compilationOptions": "传递到 Roslyn 的编译选项",
"project.json.configurations": "配置是编译设置的命名组。运行时中内置了 2 个默认值,即 \"Debug\" 和 \"Release\"。",
"project.json.dependencies": "应用程序的依赖项。每次登录指定名称和 Nuget 包的版本。",
"project.json.dependency.name": "该依赖项版本。",
"project.json.dependency.type": "依赖项类型。只在生成时存在 'build' 依赖项",
"project.json.description": "应用程序的说明",
"project.json.exclude": "指示要从编译排除的所有代码文件的 glob 模式。(数据类型: 具有 glob 模式的字符串或数组)。",
"project.json.frameworks": "将生成的目标框架和特定于配置的依赖项。",
"project.json.preprocess": "指示要预处理的所有代码文件的 glob 模式。(数据类型: 具有 glob 模式的字符串)。",
"project.json.resources": "指示要作为资源编译的所有文件的 glob 模式。",
"project.json.script": "命令行脚本或脚本。\r\rAvailable variables:\r%project:Directory% - The project directory\r%project:Name% - The project name\r%project:Version% - 项目版本",
"project.json.scripts": "不同阶段要执行的脚本。",
"project.json.shared": "指定要与相关项目共享的代码文件的 glob 模式。例如: [ 'Folder1*.cs', 'Folder2*.cs' ]",
"project.json.title": "ASP.NET project.json 文件的 JSON 架构",
"project.json.version": "应用程序的版本。例如: 1.2.0.0",
"project.json.webroot": "通过指定 project.json 文件中的 Webroot 属性,指定 Web 服务器根(aka 公共文件夹)。在 Visual Studio 中,此文件夹将用于获取 IIS 的根权限。应将静态文件放置在此处。",
"schema.json": "使用架构描述 JSON 文件。参见 json-schema.org 了解详细信息。",
"schema.json.$schema": "验证此文档的架构",
"schema.json.additionalItems": "用于阵列,仅适用于项目被设置为一个数组。如果是一个架构,则在项目数组指定项目后,由此架构进行验证。如果为 false则其他项目将导致验证失败。",
"schema.json.additionalProperties": "是一个架构或者是一个布尔值。如果是一个架构,则用于验证所有与 'properties' or 'patternProperties' 不匹配的属性。如果为 false则任何与上述两者不匹配的属性将导致此架构失败。",
"schema.json.allOf": "架构的数组,所有必须匹配。",
"schema.json.anyOf": "架构的数组,必须至少有一个匹配。",
"schema.json.default": "默认值。由建议使用。",
"schema.json.definitions": "不用于验证。将您希望使用 $ref 内嵌引用的子架构放在此处。",
"schema.json.dependencies": "属性名称到属性名称数组或架构的映射。属性名称数组指的是命名的关键属性。这取决于为保证有效将显示在对象中的数组中的属性。如果该值是一个架构,则该架构仅应用于对象,如果关键属性存在于对象上。",
"schema.json.description": "元素的详细描述。用于悬停菜单和建议。",
"schema.json.enum": "一组有效的文字值",
"schema.json.exclusiveMaximum": "使最大的属性成为专有属性。",
"schema.json.exclusiveMininum": "使最小的属性成为专有属性。",
"schema.json.id": "架构的唯一标识符。",
"schema.json.items": "用于数组。可以是一个用于验证每个元素的架构,或按顺序验证每个项目的架构数组 (第一个架构将验证第一个元素,第二个架构将验证第二个元素,依此类推)。",
"schema.json.maxItems": "一个数组内的项目的最大数量。包含。",
"schema.json.maxLength": "字符串最大长度。",
"schema.json.maxProperties": "一个对象可以拥有的属性的最大数量。包含。",
"schema.json.maximum": "最大数值,默认包含。",
"schema.json.minItems": "一个数组内的项目的最小数量。包含。",
"schema.json.minLength": "一个字符串的最小长度。",
"schema.json.minProperties": "一个对象可以拥有的属性的最小数量。包含。",
"schema.json.minimum": "最小数值,默认包含。",
"schema.json.multipleOf": "一个可以除尽当前值的数 (即,没有余数)",
"schema.json.not": "必须不能匹配的架构。",
"schema.json.oneOf": "架构的数组,正好有一个必须匹配。",
"schema.json.pattern": "匹配字符串的正则表达式。不是隐含固定的。",
"schema.json.patternProperties": "属性名称的正则表达式与架构的映射,用于匹配属性。",
"schema.json.properties": "属性名称与每个属性架构的映射。",
"schema.json.required": "字符串的数组,这些字符串列出了此对象需要的所有属性的名字。",
"schema.json.title": "元素的描述性标题",
"schema.json.type": "一个基本架构类型 (数字、整数、空、数组、对象、布尔值、字符串) 的字符串或一个指定这些类型子集的字符串的数组。",
"schema.json.uniqueItems": "数组中所有项目是否必须唯一。默认为 false。",
"snippetSchema.json": "用户代码片段配置",
"snippetSchema.json.body": "代码片段内容。使用 \"${id}\"、\"${id:label}\"、\"${1:label}\" 作为变量,并使用 \"$0\" 和 \"$1\" 表示光标位置",
"snippetSchema.json.description": "代码片段描述。",
"snippetSchema.json.prefix": "在 Intellisense 中选择代码片段时将使用的前缀",
"tsconfig.json.compilerOptions": "向 TypeScript 编译器指示如何编译 .ts 文件",
"tsconfig.json.compilerOptions.charset": "输入文件的字符集",
"tsconfig.json.compilerOptions.declaration": "生成相应的 d.ts 文件。",
"tsconfig.json.compilerOptions.diagnostics": "显示诊断信息。",
"tsconfig.json.compilerOptions.emitBOM": "在输出文件开头发出 UTF-8 字节顺序标记(BOM)。",
"tsconfig.json.compilerOptions.inlineSourceMap": "发出单个文件以及源映射而不是单独的文件。",
"tsconfig.json.compilerOptions.inlineSources": "随单个文件中的源映射一起发出源;需要设置 --inlineSourceMap。",
"tsconfig.json.compilerOptions.listFiles": "编译的文件部分的打印名称。",
"tsconfig.json.compilerOptions.locale": "将用于显示错误消息的区域设置,如 zh-cn。",
"tsconfig.json.compilerOptions.mapRoot": "指定调试器应放置映射文件的位置而不是生成的位置",
"tsconfig.json.compilerOptions.module": "指定模块代码生成: \"CommonJS\"、\"Amd\"、\"System\" 或 \"UMD\"。",
"tsconfig.json.compilerOptions.newLine": "指定发出文件时要使用的行序列结尾: \"CRLF\" (dos)或 \"LF\" (unix)。",
"tsconfig.json.compilerOptions.noEmit": "不发出输出。",
"tsconfig.json.compilerOptions.noEmitHelpers": "请勿生成自定义 helper 函数,如编译输出中的 __extends。",
"tsconfig.json.compilerOptions.noEmitOnError": "如果报告了任何类型检查错误,请勿发出输出。",
"tsconfig.json.compilerOptions.noImplicitAny": "有关带隐式 \"any\" 类型的表达式和声明的警告。",
"tsconfig.json.compilerOptions.noLib": "请勿包括默认库文件(lib.d.ts)。",
"tsconfig.json.compilerOptions.out": "连接输出并将其发出到单个文件。",
"tsconfig.json.compilerOptions.outDir": "将输出结构重定向到目录。",
"tsconfig.json.compilerOptions.preserveConstEnums": "请勿清除生成代码中的常量枚举声明。",
"tsconfig.json.compilerOptions.removeComments": "请勿将注释发到输出中。",
"tsconfig.json.compilerOptions.rootDir": "指定输入文件的根目录。与 --outDir 一起用于控制输出目录结构。",
"tsconfig.json.compilerOptions.sourceMap": "生成相应的 \".map\" 文件。",
"tsconfig.json.compilerOptions.sourceRoot": "指定调试器应放置 TypeScript 文件的位置而不是源位置。",
"tsconfig.json.compilerOptions.suppressImplicitAnyIndexErrors": "抑制缺少索引签名的索引对象的 noImplicitAny 错误。",
"tsconfig.json.compilerOptions.target": "指定 ECMAScript 目标版本: \"ES3\" (默认)、\"ES5\" 或 \"ES6\" (实验)。",
"tsconfig.json.files": "如果 tsconfig.json 中不存在 \"files\" 属性,则编译器默认为包括包含目录和子目录中的所有文件。指定 \"files\" 属性时,仅包括这些文件。",
"tsconfig.json.title": "TypeScript 编译器的配置文件的 JSON 架构"
}

View file

@ -0,0 +1,44 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"ColonExpected": "需要冒号",
"DisallowedExtraPropWarning": "不允许使用属性 {0}。",
"DoubleQuotesExpected": "属性关键字必须用双引号括起来",
"DuplicateKeyWarning": "重复对象键",
"End of file expected": "预期的文件结尾",
"ExpectedCloseBrace": "需要逗号或右大括号",
"ExpectedCloseBracket": "需要逗号或右中括号",
"Invalid symbol": "预期的 JSON 对象、数组或文本",
"InvalidEscapeCharacter": "字符串中的转义字符无效",
"InvalidNumberFormat": "数字格式无效",
"InvalidUnicode": "字符串中的 Unicode 序列无效",
"MaxPropWarning": "对象拥有比 {0} 限制更多的属性",
"MinPropWarning": "对象拥有比 {0} 需要的数量更少的属性",
"MissingRequiredPropWarning": "缺少属性“{0}”",
"PropertyExpected": "预期的属性",
"RequiredDependentPropWarning": "对象缺少属性 {1} 要求的属性 {0}",
"UnexpectedEndOfComment": "意外的注释结尾",
"UnexpectedEndOfNumber": "意外的数字结尾",
"UnexpectedEndOfString": "意外的字符串结尾",
"ValueExpected": "需要值",
"additionalItemsWarning": "根据架构,数组项目过多。预期为 {0} 或更少",
"enumWarning": "值不是一个可接受的值。有效值为: {0}",
"exclusiveMaximumWarning": "值超过了 {0} 的专有最大值",
"exclusiveMinimumWarning": "值低于 {0} 的专有最小值",
"maxItemsWarning": "数组拥有的项目过多。预期为 {0} 或更少",
"maxLengthWarning": "字符串比最大长度短",
"maximumWarning": "值超过了 {0} 的最大值",
"minItemsWarning": "数组拥有的项目过少。预期为 {0} 或更多",
"minLengthWarning": "字符串比最小长度短",
"minimumWarning": "值低于 {0} 的最小值",
"multipleOfWarning": "值不能被 {0} 整除",
"notSchemaWarning": "匹配不允许的架构。",
"oneOfWarning": "当只有一个必须验证时,匹配多个架构。",
"patternWarning": "字符串不匹配“{0}”的模式",
"typeArrayMismatchWarning": "错误类型。预期为 {0} 的一种",
"typeMismatchWarning": "错误类型。预期为“{0}”",
"uniqueItemsWarning": "数组有重复的项目"
}

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.
{
"lessConfigurationTitle": "LESS 配置",
"lessLint": "控制 LESS 验证和问题严重性。"
}

View file

@ -0,0 +1,60 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"less.builtin.abs": "数字的绝对值",
"less.builtin.acos": "反余弦 - 余弦函数的反函数",
"less.builtin.alpha": "返回“@color”的 \"Alpha\" 通道",
"less.builtin.argb": "创建 #AARRGGBB",
"less.builtin.asin": "反正弦 - 正弦函数的反函数",
"less.builtin.atan": "反正切 - 正切函数的反函数",
"less.builtin.blue": "返回“@color”的“蓝色”通道",
"less.builtin.ceil": "向上取整到整数",
"less.builtin.color": "将字符串分析为颜色",
"less.builtin.contrast": "如果“@color1 > 43% luma”则返回“@darkcolor”否则返回“@lightcolor”请参阅注释",
"less.builtin.convert": "将数字从一种类型转换为另一种类型",
"less.builtin.cos": "余弦函数",
"less.builtin.darken": "返回亮度暗 10% 点的 \"@color\"",
"less.builtin.data-uri": "内联一个资源并回退到 \"url()\"",
"less.builtin.desaturate": "返回饱和度降低 10% 点的 \"@color\"",
"less.builtin.e": "转义字符串内容",
"less.builtin.escape": "对字符串进行 URL 编码",
"less.builtin.extract": "返回列表中指定位置上的值",
"less.builtin.fade": "返回透明度为 50% 的“@color”",
"less.builtin.fadein": "返回透明度降低 10% 点的 \"@color\"",
"less.builtin.fadeout": "返回透明度增加 10% 点的 \"@color\"",
"less.builtin.floor": "向下取整到整数",
"less.builtin.green": "返回“@color”的“绿色”通道",
"less.builtin.greyscale": "返回灰色的 100% 不饱和色",
"less.builtin.hsl": "创建颜色",
"less.builtin.hsla": "创建颜色",
"less.builtin.hsv": "创建颜色",
"less.builtin.hsva": "创建颜色",
"less.builtin.hsvhue": "返回 HSV 空间中“@color”的“色调”通道",
"less.builtin.hsvsaturation": "返回 HSV 空间中“@color”的“饱和度”通道",
"less.builtin.hsvvalue": "返回 HSV 空间中“@color”的“值”通道",
"less.builtin.hue": "返回 HSL 空间中“@color”的“色调”通道",
"less.builtin.length": "返回值列表中元素的数量",
"less.builtin.lighten": "返回亮度增加 10% 点的 \"@color\"",
"less.builtin.lightness": "返回 HSL 空间中“@color”的“亮度”通道",
"less.builtin.luma": "返回“@color”的 \"luma\" 值(感知亮度)",
"less.builtin.max": "返回一个或多个值中的最小值",
"less.builtin.min": "返回一个或多个值中的最小值",
"less.builtin.mix": "返回“@color1”和“@color2”的混合色",
"less.builtin.mod": "第一个参数对第二个参数进行取模运算",
"less.builtin.percentage": "转换为 %,例如 0.5 > 50%",
"less.builtin.pi": "返回 pi",
"less.builtin.pow": "第一个参数的第二参数次方",
"less.builtin.red": "返回“@color”的“红色”通道",
"less.builtin.replace": "字符串替换",
"less.builtin.round": "将数字取整到多个位置",
"less.builtin.saturate": "返回饱和度增加 10% 点的 \"@color\"",
"less.builtin.saturation": "返回 HSL 空间中“@color”的“饱和度”通道",
"less.builtin.sin": "正弦函数",
"less.builtin.spin": "返回色调增加 10 度的“@color”",
"less.builtin.sqrt": "计算数字的平方根",
"less.builtin.tan": "正切函数",
"less.builtin.unit": "删除或更改维度单位"
}

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.
{
"markdownConfigurationTitle": "标记预览配置",
"styles": "标记预览中供使用的 CSS 样式表的 URL 或本地路径列表。"
}

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.
{
"expected.from": "应输入 \"from\"",
"expected.in": "应输入 \"in\"",
"expected.through": "应输入 \"through\" 或 \"to\" "
}

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.
{
"sassConfigurationTitle": "Sass 配置",
"sassLint": "控制 Sass 验证和问题严重性。"
}

View file

@ -0,0 +1,81 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"sass.builtin.abs": "返回数字的绝对值。",
"sass.builtin.adjust-color": "增加或减少颜色的一个或多个组成部分。",
"sass.builtin.adjust-hue": "更改颜色的色调。",
"sass.builtin.alpha": "获取颜色的不透明组件。",
"sass.builtin.append": "追加一个值到列表的末尾。",
"sass.builtin.blue": "获得颜色的蓝色组件。",
"sass.builtin.call": "动态调用 Sass 函数。",
"sass.builtin.ceil": "将数字向上取整到下一个整数。",
"sass.builtin.change-color": "更改颜色的一个或多个属性。",
"sass.builtin.comparable": "返回两个数字是否可以相加、相减或进行比较。",
"sass.builtin.complement": "返回颜色的补色。",
"sass.builtin.darken": "使颜色变暗。",
"sass.builtin.desaturate": "使颜色变得更不饱和。",
"sass.builtin.fade-in": "使颜色变得更不透明。",
"sass.builtin.feature-exists": "返回当前 Sass 运行时中是否存在某个功能。",
"sass.builtin.floor": "将数字向下取整到上一个整数。",
"sass.builtin.function-exists": "返回是否存在具有给定名称的函数。",
"sass.builtin.global-variable-exists": "返回全局范围内是否存在具有给定名称的变量。",
"sass.builtin.grayscale": "将颜色转换为灰度。",
"sass.builtin.green": "获取颜色的绿色组件。",
"sass.builtin.hue": "获取颜色的色调组件。",
"sass.builtin.ie-hex-str": "将颜色转换为 IE 筛选器理解的格式。",
"sass.builtin.index": "返回列表中值的位置。",
"sass.builtin.inspect": "返回值的字符串表示形式,即该值在 Sass 中的表现形式。",
"sass.builtin.invert": "返回颜色的反色。",
"sass.builtin.is-superselector": "返回 $super 是否匹配 $sub 匹配的所有元素,甚或更多元素。",
"sass.builtin.join": "将两个列表联接为一个列表。",
"sass.builtin.keywords": "返回传递到使用变量参数的函数的关键字。",
"sass.builtin.length": "返回列表的长度。",
"sass.builtin.lighten": "使颜色变亮。",
"sass.builtin.lightness": "获取颜色的亮度组件。",
"sass.builtin.list-separator": "返回列表的分隔符。",
"sass.builtin.map-get": "返回映射中与给定键关联的值。",
"sass.builtin.map-has-key": "返回映射是否有一个与给定键关联的值。",
"sass.builtin.map-keys": "返回映射中所有键的列表。",
"sass.builtin.map-merge": "将两个映射合并为一个新映射。",
"sass.builtin.map-remove": "返回删除了键的新映射。",
"sass.builtin.map-values": "返回映射中所有值的列表。",
"sass.builtin.max": "查找几个数字中的最大值。",
"sass.builtin.min": "发现几个数字中的最小值。",
"sass.builtin.mix": "混合两种颜色。",
"sass.builtin.mixin-exists": "返回是否存在具有给定名称的 mixin。",
"sass.builtin.nth": "返回列表中的特定项。",
"sass.builtin.opacify": "使颜色变得更不透明。",
"sass.builtin.percentage": "将没有单位的数字转换为百分比。",
"sass.builtin.quote": "向字符串添加引号。",
"sass.builtin.random": "返回随机数字。",
"sass.builtin.red": "获取颜色的红色组件。",
"sass.builtin.rgba": "更改颜色的 Alpha 组件。",
"sass.builtin.round": "将数字取整到最近的整数。",
"sass.builtin.saturate": "使颜色变得更饱和。",
"sass.builtin.saturation": "获取颜色的饱和度组件。",
"sass.builtin.scale-color": "流动缩放颜色的一个或多个属性。",
"sass.builtin.selector-append": "将一个选择器追加到另一个选择器,两者之间不留空格。",
"sass.builtin.selector-extend": "使用 $selector 中的 $extender 扩展 $extendee。",
"sass.builtin.selector-nest": "将一个选择器嵌套在另一个选择器下面,如它们在样式表中的嵌套方式。",
"sass.builtin.selector-parse": "将选择器分析为由 & 返回的格式。",
"sass.builtin.selector-replace": "使用 $selector 中的 $replacement 替换 $original。",
"sass.builtin.selector-unify": "统一两个选择器,以生成一个匹配这两个选择器所匹配的元素的选择器。",
"sass.builtin.set-nth": "替换列表中的第 n 个项。",
"sass.builtin.simple-selectors": "返回组成复合选择器的单个选择器。",
"sass.builtin.str-index": "返回 $string 中 $substring 首次出现的索引。",
"sass.builtin.str-insert": "在 $index 将 $insert 插入到 $string 中。",
"sass.builtin.str-length": "返回字符串中字符的数量。",
"sass.builtin.str-slice": "从 $string 中提取子字符串。",
"sass.builtin.to-lower-case": "将字符串转换为小写。",
"sass.builtin.to-upper-case": "将字符串转换为大写。",
"sass.builtin.transparentize": "使颜色变得更透明。",
"sass.builtin.type-of": "返回值的类型。",
"sass.builtin.unit": "返回与数字关联的单位。",
"sass.builtin.unitless": "返回数字是否有单位。",
"sass.builtin.unquote": "从字符串中删除引号。",
"sass.builtin.variable-exists": "返回当前范围内是否存在具有给定名称的变量。",
"sass.builtin.zip": "将多个列表合并为一个多维列表。"
}

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.
{
"typescript.quickfix.addAsGlobal": "将“{0}”标记为全局",
"typescript.quickfix.rename": "重命名为“{0}”",
"typescript.quickfix.typeDefinitions": "下载类型定义 {0}"
}

View file

@ -0,0 +1,24 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"javascript.comparisonOperatorNotStrict": "使用“!==”和“===”,而不使用“!=”和“==”。",
"javascript.functionInsideLoop": "循环中的函数。",
"javascript.missingSemicolon": "缺少分号。",
"javascript.newOnLowercaseFunctions": "用作构造函数的具有小写名称的函数。",
"javascript.reservedKeyword": "请勿使用保留的关键字。",
"javascript.semicolonInsteadOfBlock": "分号而不是块。",
"javascript.typeofCannotBeCompared": "“typeof”操作符的意外输出。",
"javascript.typescriptSpecific": "请勿在 JavaScript 中使用特定于 TypeScript 的语言构造。",
"layout.curlyBracketsMustNotBeOmitted": "不要省略花括号。",
"layout.emptyblock": "空白块应有注释。",
"typescript.looksLikeTripleSlash": "是否意味着“/// <reference path=\"some/path.ts\" />”?",
"typescript.missingReturnType": "缺少返回类型。",
"typescript.unusedFunction": "未使用的本地函数。",
"typescript.unusedImport": "未使用的导入。",
"typescript.unusedLocalVariable": "未使用的本地变量。",
"typescript.unusedPrivateMember": "未使用的私有成员。",
"typescript.variableUsedBeforeDeclared": "变量在声明之前使用。"
}

View file

@ -0,0 +1,34 @@
/*---------------------------------------------------------------------------------------------
* 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": "始终包含当前文档的所有内容。",
"baseUrl": "允许配置用于解析模块引用(http://requirejs.org/docs/api.html#config-baseUrl)的基本 URL。此选项仅适用于使用异步模块定义(\"module\": \"amd\")的项目。",
"compilationSettings": "控制 TypeScript 验证如何运行。",
"lint": "控制验证的各个方面。",
"lint.comparisonOperatorsNotStrict": "使用“!==”和“===”,而不使用“!=”和“==”。",
"lint.curlyBracketsMustNotBeOmitted": "不要省略花括号。",
"lint.emptyBlocksWithoutComment": "空白块应有注释。",
"lint.functionsInsideLoops": "循环中的函数。",
"lint.functionsWithoutReturnType": "请勿省略函数的返回类型批注。",
"lint.missingSemicolon": "缺少分号。",
"lint.newOnLowercaseFunctions": "用作构造函数的具有小写名称的函数。",
"lint.reservedKeywords": "请勿使用保留的关键字。",
"lint.semicolonsInsteadOfBlocks": "分号而不是块。",
"lint.tripleSlashReferenceAlike": "查找输入错误的三斜线引用。",
"lint.typeScriptSpecifics": "请勿在 JavaScript 中使用特定于 TypeScript 的语言构造。",
"lint.unknownTypeOfResults": "“typeof”操作符的意外输出。",
"lint.unusedFunctions": "未使用的本地函数。",
"lint.unusedMembers": "未使用的私有成员。",
"lint.unusedVariables": "未使用的本地变量。",
"module": "指定正使用的模块系统。",
"noImplicitAny": "强制执行任何类型的声明。",
"noLib": "请勿使用针对 DOM 和浏览器环境的键入。",
"scope": "当具有多个验证设置时,定义这些设置将应用的子文件夹。",
"suggestSettings": "控制 TypeScript IntelliSense 如何运行。",
"target": "指定使用哪个版本的 ECMA 脚本。",
"tsConfigurationTitle": "TypeScript 配置",
"useCodeSnippetsOnMethodSuggest": "完成函数的参数签名。"
}

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.
{
"err.tooMuchData": "很抱歉,但 VS 代码的 JavaScript 源文件太多。请考虑使用 jsconfig.json 中的 exclude 属性。"
}

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.
{
"invalid.properties": "configuration.properties 必须是对象",
"invalid.title": "configuration.title 必须是字符串",
"invalid.type": "如果进行设置,\"configuration.type\" 必须设置为对象",
"vscode.extension.contributes.configuration": "用于配置字符串。",
"vscode.extension.contributes.configuration.properties": "配置属性的描述。",
"vscode.extension.contributes.configuration.title": "设置摘要。此标签将在设置文件中用作分隔注释。"
}

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.
{
"first.chord": "已按下({0})。正在等待同时按下第二个键...",
"missing.chord": "组合键({0}, {1})不是命令。",
"unboundCommands": "以下是其他可用命令:"
}

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.
{
"expired": "已过期",
"expiredDetail": "此预发行版 {0} 已过期。\n\n请访问 {1} 以下载当前版本。",
"newWindow": "新建窗口",
"openWebSite": "打开网站",
"quit": "退出"
}

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.
{
"globalConsoleActionMacLinux": "打开新终端",
"globalConsoleActionWin": "打开新命令提示符",
"scopedConsoleActionMacLinux": "在终端中打开",
"scopedConsoleActionWin": "在命令提示符中打开"
}

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.
{
"character left": "剩余字符",
"characters left": "剩余字符",
"commentsHeader": "注释",
"feedbackSending": "正在发送",
"feedbackSendingError": "重试",
"feedbackSent": "谢谢",
"frownCaption": "忧伤",
"label.sendASmile": "通过 Tweet 向我们发送反馈。",
"other ways to contact us": "联系我们的其他方式",
"request a missing feature": "请求缺失功能",
"sendFeedback": "Tweet 反馈",
"sentiment": "您的体验如何?",
"smileCaption": "愉快",
"submit a bug": "提交 bug",
"tell us why?": "告诉我们原因?",
"tweet": "Tweet"
}

View file

@ -0,0 +1,62 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"addToWorkingFiles": "将活动文件添加到工作文件",
"closeAllFiles": "关闭所有文件",
"closeAllLabel": "关闭所有文件",
"closeFile": "关闭文件",
"closeLabel": "关闭文件",
"closeOtherFiles": "关闭其他文件",
"closeOtherLabel": "关闭其他文件",
"compareFiles": "比较文件",
"compareLabels": "{0} ↔ {1}",
"compareSource": "选择以进行比较",
"compareWith": "与“{0}”比较",
"confirmDeleteMessageFile": "是否确定要永久删除“{0}”?",
"confirmDeleteMessageFolder": "是否确定要永久删除“{0}”及其内容?",
"confirmMoveTrashMessageFile": "是否确实要删除“{0}”?",
"confirmMoveTrashMessageFolder": "是否确实要删除“{0}”及其内容?",
"confirmOverwrite": "目标文件夹中已存在具有相同名称的文件或文件夹。是否要替换它?",
"copyFile": "复制",
"createNewFile": "新建文件",
"createNewFolder": "新建文件夹",
"delete": "删除",
"deleteButtonLabel": "删除(&&D)",
"deleteButtonLabelRecycleBin": "移动到回收站(&&M)",
"deleteButtonLabelTrash": "移动到回收站(&&M)",
"duplicateFile": "重复",
"emptyFileNameError": "必须提供文件或文件夹名。",
"fileNameExistsError": "此位置已存在文件或文件夹 **{0}**。请选择其他名称。",
"filePathTooLongError": "名称 **{0}** 导致路径太长。请选择更短的名称。",
"focusWorkingFiles": "关注工作文件",
"globalCompareFile": "比较活动文件与...",
"importFiles": "导入文件",
"invalidFileNameError": "名称 **{0}** 作为文件或文件夹名无效。请选择其他名称。",
"irreversible": "此操作不可逆!",
"newFile": "新建文件",
"newFolder": "新建文件夹",
"noFileOpen": "当前没有要关闭的已打开文件。",
"noWorkingFiles": "当前没有工作文件。",
"openFileToAdd": "首先打开文件以将其添加到工作文件。",
"openFileToCompare": "首先打开文件以将其与另外一个文件比较。",
"openNextWorkingFile": "打开下一个工作文件",
"openPreviousWorkingFile": "打开上一个工作文件",
"openToSide": "打开到侧边",
"pasteFile": "粘贴",
"permDelete": "永久删除",
"refresh": "刷新",
"rename": "重命名",
"replaceButtonLabel": "替换(&&R)",
"retry": "重试",
"revert": "还原文件",
"save": "保存",
"saveAll": "全部保存",
"saveFiles": "保存已更新文件",
"unableToFileToCompare": "无法将所选文件与“{0}”进行比较。",
"undoBin": "可以从回收站还原。",
"undoTrash": "可以从回收站还原。",
"warningFileDirty": "正在保存文件“{0}”,请稍后重试。"
}

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.
{
"createNewBranch": "创建新分支",
"dupeBranchName": "分支名称已存在。",
"invalidBranchName": "无效的分支名称。"
}

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.
{
"git": "GIT",
"openChange": "打开更改",
"openInEditor": "切换到编辑器视图",
"stageSelectedLines": "暂存选定行",
"switchToChangesView": "切换到更改视图"
}

View file

@ -0,0 +1,51 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"authFailed": "在 GIT 远程上进行身份验证失败。",
"branch": "分支",
"branch2": "分支",
"checkout": "签出",
"cleanChangesLabel": "清理更改(&&C)",
"commitAll": "全部提交",
"commitAll2": "全部提交",
"commitStaged": "提交已暂存的",
"commitStaged2": "提交已暂存的",
"confirmPublishMessage": "是否确定要将“{0}”发布到“{1}”?",
"confirmPublishMessageButton": "发布(&&P)",
"confirmUndo": "是否确实要清理“{0}”中的更改?",
"confirmUndoAllMultiple": "{0} 个文件中存在未暂存的更改。\n\n此操作是不可逆的!",
"confirmUndoAllOne": "{0} 个文件中存在未暂存的更改。\n\n此操作是不可逆的!",
"confirmUndoMessage": "是否确定要清理所有更改?",
"currentBranch": "当前分支“{0}”是最新的。",
"currentBranchPlural": "当前分支“{0}”是“{3}”之后的 {1} 个提交和之前的 {2} 个提交。",
"currentBranchPluralSingle": "当前分支“{0}”是“{3}”之后的 {1} 个提交和之前的 {2} 个提交。",
"currentBranchSingle": "当前分支“{0}”是“{3}”之后的 {1} 个提交和之前的 {2} 个提交。",
"currentBranchSinglePlural": "当前分支“{0}”是“{3}”之后的 {1} 个提交和之前的 {2} 个提交。",
"currentlyDetached": "无法在分离模式中同步。",
"dirtyChanges": "同步前,请提交、撤销或存储你的更改。",
"dirtyTreeCheckout": "无法签出。请首先提交你的工作或进行分段。",
"dirtyTreePull": "无法请求。请首先提交你的工作或进行分段。",
"init": "初始化",
"irreversible": "此操作不可逆!",
"noUpstream": "当前分支“{0}”没有配置上游分支。",
"openChange": "打开更改",
"openFile": "打开文件",
"publish": "发布",
"publishPickMessage": "选取要将分支“{0}”发布到的远程:",
"pull": "拉",
"pullWithRebase": "拉取(变基)",
"push": "推送",
"refresh": "刷新",
"stageAllChanges": "全部暂存",
"stageChanges": "暂存",
"sync": "同步",
"synchronizing": "正在同步...",
"undoAllChanges": "全部清理",
"undoChanges": "清理",
"undoLastCommit": "撤消上次提交",
"unstage": "取消暂存",
"unstageAllChanges": "取消全部暂存"
}

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.
{
"badConfigFile": "Git {0}",
"cancel": "取消",
"cantOpen": "无法打开此 git 资源。",
"cantOpenResource": "无法打开此 git 资源。",
"changesFromIndex": "{0} - 对索引的更改",
"changesFromTree": "{0} - 对 {1} 的更改",
"checkNativeConsole": "运行 GIT 操作存在问题。请审阅输出或使用控制台检查你的存储库的状态。",
"configureUsernameEmail": "请配置 GIT 用户名和电子邮件。",
"gitIndexChanges": "{0} - 对索引的更改",
"gitIndexChangesRenamed": "{0} - 已重命名 - 索引更改",
"gitMergeChanges": "{0} - 合并更改",
"showOutput": "显示输出",
"unmergedChanges": "提交更改前,你应首先解决未合并的更改。",
"workingTreeChanges": "{0} - 对工作树的更改"
}

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.
{
"commitMessage": "消息(按 {0} 提交)",
"commitMessageAriaLabel": "GIT: 键入提交信息并按 {0} 以提交",
"needMessage": "请提供提交消息。您可以始终按下“{0}”以提交更改。如果存在任何暂存的更改,将仅提交这些更改;否则,提交所有更改。",
"nothingToCommit": "在有一些更改要提交时,键入提交信息,并按下“{0}”以提交更改。如果存在任何暂存的更改,将仅提交这些更改;否则,提交所有更改。",
"showOutput": "显示 GIT 输出",
"treeAriaLabel": "GIT 更改视图"
}

View file

@ -0,0 +1,38 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"added-char": "A",
"allChanges": "更改",
"ariaLabelChanges": "更改GIT",
"ariaLabelMerge": "合并GIT",
"ariaLabelStagedChanges": "暂存的更改GIT",
"copied-char": "C",
"deleted-char": "D",
"fileStatusAriaLabel": "文件夹 {1} 中的文件 {0} 具有状态: {2}GIT",
"ignored-char": "!",
"mergeChanges": "合并更改",
"modified-char": "M",
"outsideOfWorkspace": "此文件位于当前工作区之外。",
"renamed-char": "R",
"stagedChanges": "暂存的更改",
"title-conflict-added-by-them": "冲突: 已由他们添加",
"title-conflict-added-by-us": "冲突: 已由我们添加",
"title-conflict-both-added": "冲突: 二者均已添加",
"title-conflict-both-deleted": "冲突: 二者均已删除",
"title-conflict-both-modified": "冲突: 二者均已修改",
"title-conflict-deleted-by-them": "冲突: 已由他们删除",
"title-conflict-deleted-by-us": "冲突: 已由我们删除",
"title-deleted": "已删除",
"title-ignored": "已忽略",
"title-index-added": "已添加到索引",
"title-index-copied": "已在索引中复制",
"title-index-deleted": "已在索引中删除",
"title-index-modified": "已在索引中修改",
"title-index-renamed": "已在索引中重新命名",
"title-modified": "已修改",
"title-untracked": "未跟踪的",
"untracked-char": "U"
}

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.
{
"markdownPreviewNoFile": "首先打开 Markdown 文件以显示预览。",
"openPreview": "打开预览",
"openPreviewSideBySide": "打开侧边的预览",
"toggleMarkdownPreview": "切换预览"
}

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.
{
"clearOutput": "清除输出",
"switchToOutput.label": "切换到输出",
"toggleOutput": "切换输出"
}

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.
{
"QuickCommandsAction.label": "显示编辑器命令",
"actionNotEnabled": "在当前上下文中没有启用命令“{0}”。",
"canNotRun": "无法从此处运行命令“{0}”。",
"commandLabel": "{0}: {1}",
"entryAriaLabel": "{0},命令",
"noCommandsMatching": "没有匹配的命令",
"showTriggerActions": "显示所有命令"
}

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.
{
"cannotRunGotoLine": "首先打开文本文件以转到行",
"gotoLine": "转到行...",
"gotoLineColumnLabel": "转到行 {0} 和列 {1}",
"gotoLineHandlerAriaLabel": "键入要导航到的行号。",
"gotoLineLabel": "转至行 {0}",
"gotoLineLabelEmpty": "键入要导航到的行号",
"gotoLineLabelEmptyWithLimit": "键入要导航到的介于 1 和 {0} 之间的行号"
}

View file

@ -0,0 +1,34 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"_constructor": "构造函数({0})",
"array": "阵列({0})",
"boolean": "布尔值({0})",
"cannotRunGotoSymbol": "首先打开文本文件以转到符号",
"cannotRunGotoSymbolInFile": "很遗憾,我们没有该文件的任何符号信息",
"class": "类({0})",
"entryAriaLabel": "{0},符号",
"enum": "枚举({0})",
"file": "文件({0})",
"function": "函数({0})",
"gotoSymbol": "转到符号...",
"gotoSymbolHandlerAriaLabel": "键入以减少当前活动编辑器的符号",
"interface": "接口({0})",
"key": "密钥({0})",
"method": "方法({0})",
"modules": "模块({0})",
"namespace": "命名空间({0})",
"noSymbolsFound": "找不到符号",
"noSymbolsMatching": "没有匹配的符号",
"number": "编号({0})",
"object": "对象({0})",
"package": "包({0})",
"property": "属性({0})",
"rule": "规则({0})",
"string": "字符串({0})",
"symbols": "符号({0})",
"variable": "变量({0})"
}

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.
{
"editorCommands": "编辑器命令",
"entryAriaLabel": "{0},选取器帮助",
"globalCommands": "全局命令"
}

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.
{
"fileAndTypeResults": "文件和符号结果"
}

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.
{
"entryAriaLabel": "{0},文件选取器",
"searchResults": "搜索结果"
}

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.
{
"entryAriaLabel": "{0},符号选取器",
"noSymbolsMatching": "没有匹配的符号",
"noSymbolsWithoutInput": "键入以搜索符号",
"symbols": "符号结果"
}

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.
{
"exclude": "配置全局模式以在搜索中排除文件和文件夹。从 file.exclude 设置中继承所有 glob 模式。",
"exclude.boolean": "匹配文件路径所依据的 glob 模式。设置为 true 或 false 可启用或禁用该模式。",
"exclude.when": "对匹配文件的同级文件的其他检查。使用 $(basename) 作为匹配文件名的变量。",
"findInFolder": "在文件夹中查找",
"name": "搜索",
"openAnythingHandlerDescription": "按名称打开文件和符号",
"openSymbolDescriptionNormal": "按名称打开符号",
"searchConfigurationTitle": "搜索配置",
"showSearchViewlet": "显示搜索",
"showTriggerActions": "显示所有符号",
"view": "查看"
}

View file

@ -0,0 +1,45 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"ClearSearchResultsAction.label": "清理搜索结果",
"CollapseAllAction.label": "折叠",
"ConfigureGlobalExclusionsAction.label": "打开设置",
"RefreshAction.label": "刷新",
"RemoveAction.label": "删除",
"SelectOrRemoveAction.removeLabel": "删除",
"SelectOrRemoveAction.selectLabel": "选择",
"ariaSearchResultsStatus": "搜索 {1} 文件中返回的 {0} 个结果",
"defaultLabel": "输入",
"fileMatchAriaLabel": "文件夹 {2} 的文件 {1} 中有 {0} 个匹配,搜索结果",
"findInFolder": "在文件夹中查找",
"findPlaceHolder": "按 Enter 进行搜索,按 Esc 取消",
"globLabel": "{1} 时为 {0}",
"global.searchScope.folders": "通过设置排除的文件",
"label.Search": "搜索: 键入搜索术语,然后按 Enter 进行搜索或按 Escape 取消",
"label.excludes": "搜索排除模式",
"label.global.excludes": "配置的搜索排除模式",
"label.includes": "搜索包含模式",
"moreSearch": "切换搜索详细信息",
"noMatches": "无匹配",
"noResultsExcludes": "除“{0}”外,未找到任何结果 - ",
"noResultsFound": "找不到结果。查看设置中配置的排除项 - ",
"noResultsIncludes": "“{0}”中未找到任何结果 - ",
"noResultsIncludesExcludes": "在“{0}”中找不到结果(“{1}”除外) - ",
"openSettings.message": "打开设置",
"patternDescription": "使用全局模式",
"patternHelpInclude": "要匹配的模式。例如,****/*.js** 与所有 JavaScript 文件匹配,或 **myFolder/**** 与包含所有子级的文件夹匹配。\n\n**Reference**:\n***** 匹配 0 个或更多字符\n**?** 匹配 1 个字符\n****** 匹配零个或更多目录\n**[a-z]** 匹配一系列字符\n**{a,b}** 匹配任何一种模式)",
"regexp.validationFailure": "表达式与所有内容相匹配",
"rerunSearch.message": "再次搜索",
"rerunSearchInAll.message": "在所有文件中再次搜索",
"searchCanceled": "在找到结果前取消了搜索 - ",
"searchMatch": "已找到 {0} 个匹配项",
"searchMatches": "已找到 {0} 个匹配项",
"searchMaxResultsWarning": "结果集仅包含所有匹配项的子集。请使你的搜索更加具体,减少结果。",
"searchResultAria": "{0},搜索结果",
"searchScope.excludes": "要排除的文件",
"searchScope.includes": "要包含的文件",
"treeAriaLabel": "搜索结果"
}

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.
{
"closeMessages": "关闭通知消息"
}

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.
{
"pluginHostProcess.crash": "扩展主机意外终止。请重新加载窗口以恢复。",
"pluginHostProcess.error": "扩展主机的错误: {0}",
"pluginHostProcess.startupFail": "扩展主机未在 10 秒内启动,这可能是一个问题。",
"pluginHostProcess.startupFailDebug": "扩展主机未在 10 秒内启动,可能在第一行时停止,需要调试程序才可继续。",
"reloadWindow": "重新加载窗口"
}

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.
{
"titleLabel": "{0} ({1})"
}

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,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.
{
"alertErrorMessage": "錯誤: {0}",
"alertInfoMessage": "資訊: {0}",
"alertWarningMessage": "警告: {0}",
"close": "關閉",
"error": "錯誤",
"info": "資訊",
"warning": "警告"
}

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