提交 09618e54 编写于 作者: D Dirk Baeumer

Merge in translations input

上级 4cc85aea
/*---------------------------------------------------------------------------------------------
* 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.
{
"markdown.category": "Markdown",
"markdown.preview.title": "打开预览",
"markdown.previewSide.title": "打开侧边预览",
"markdown.showSource.title": "显示源"
}
\ No newline at end of file
......@@ -4,7 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"imgTitle": "{0} ({1}x{2})",
"missingAudioSupport": "抱歉,不支持音频文件播放。",
"missingVideoSupport": "抱歉,不支持视频文件播放。",
"nativeBinaryError": "文件无法在编辑器中显示,因为它是二进制文件、非常大或使用不支持的文本编码。"
"nativeBinaryError": "文件将不在编辑器中显示,因为它是二进制文件、非常大或使用不支持的文本编码。"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"collapse": "折叠"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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": "打开差异编辑器。需要传递两个文件路径作为参数。",
"disableExtensions": "禁用所有已安装的扩展。",
"goto": "在行和列处的路径打开文件(向路径添加 :line[:column])。",
"help": "打印使用情况。",
"installExtension": "安装扩展。",
"listExtensions": "列出已安装的扩展。",
"locale": "要使用的区域设置(例如 en-US 或 zh-TW)。",
"newWindow": "强制创建一个新的 Code 实例。",
"reuseWindow": "在上一活动窗口中强制打开文件或文件夹。",
"uninstallExtension": "卸载扩展。",
"userDataDir": "指定存放用户数据的目录,此目录在作为根运行时十分有用。",
"verbose": "打印详细输出(表示 - 等待)。",
"version": "打印版本。",
"wait": "等窗口关闭后再返回。"
}
\ No newline at end of file
......@@ -12,5 +12,5 @@
"successInstall": "已成功安装扩展“{0}” v{1}!",
"successUninstall": "已成功卸载扩展“{0}”!",
"uninstalling": "正在卸载 {0}...",
"useId": "确保使用完整扩展 ID,如: {0}"
"useId": "确保使用完整扩展 ID,包括发布服务器,如: {0}"
}
\ No newline at end of file
......@@ -6,8 +6,8 @@
{
"acceptSuggestionOnEnter": "控制除了 \"Tab\" 以外,是否还应在 \"Enter\" 时接受建议。帮助避免“插入新行”或“接受建议”之间的歧义。",
"autoClosingBrackets": "控制编辑器是否应该在左括号后自动插入右括号",
"cursorBlinking": "控制光标闪烁动画,接受的值为'blink'、'visible' 和 'hidden'",
"cursorStyle": "控制光标样式,接受的值为 'block' 和 'line'",
"cursorBlinking": "控制光标动画样式,可能的值为 \"blink\"\"smooth\"\"phase\"\"expand\"\"solid\"",
"cursorStyle": "控制光标样式,接受的值为 \"block\"\"line\"\"underline\"",
"detectIndentation": "当打开文件时,将基于文件内容检测 \"editor.tabSize\"\"editor.insertSpaces\"。",
"editorConfigurationTitle": "编辑器配置",
"folding": "控制编辑器是否启用代码折叠功能",
......@@ -23,6 +23,7 @@
"lineHeight": "控制行高。",
"lineNumbers": "控制行号的可见性",
"mouseWheelScrollSensitivity": "要对鼠标滚轮滚动事件的 \"deltaX\"\"deltaY\" 使用的乘数 ",
"mouseWheelZoom": "通过使用鼠标滚轮同时按住 Ctrl 可缩放编辑器的字体",
"overviewRulerLanes": "控制可在概述标尺同一位置显示的效果数量",
"parameterHints": "启用参数提示",
"quickSuggestions": "控制键入时是否应显示快速建议",
......
/*---------------------------------------------------------------------------------------------
* 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.
{
"carret.moveLeft": "左移 Carret",
"carret.moveRight": "右移 Carret"
}
\ No newline at end of file
......@@ -5,10 +5,12 @@
// Do not edit this file. It is machine generated.
{
"addSelectionToNextFindMatch": "将选择添加到下一个查找匹配项",
"addSelectionToPreviousFindMatch": "将选择内容添加到上一查找匹配项",
"changeAll.label": "更改所有匹配项",
"findNextMatchAction": "查找下一个",
"findPreviousMatchAction": "查找上一个",
"moveSelectionToNextFindMatch": "将上次选择移动到下一个查找匹配项",
"moveSelectionToPreviousFindMatch": "将上个选择内容移动到上一查找匹配项",
"nextSelectionMatchFindAction": "查找下一个选择",
"previousSelectionMatchFindAction": "查找上一个选择",
"selectAllOccurencesOfFindMatch": "选择所有找到的查找匹配项",
......
/*---------------------------------------------------------------------------------------------
* 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.
{
"titleAndKb": "{0} ({1})"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"dup": "命令“{0}”多次出现在“命令”部分。",
"dupe.command": "菜单项引用与默认和 alt 命令相同的命令",
"menuId.invalid": "“{0}”为无效菜单标识符",
"menus.editorContext": "编辑器上下文菜单",
"menus.editorTitle": "编辑器标题菜单",
"menus.explorerContext": "文件资源管理器上下文菜单",
"missing.altCommand": "菜单项引用未在“命令”部分进行定义的 alt 命令“{0}”。",
"missing.command": "菜单项引用未在“命令”部分进行定义的命令“{0}”。",
"nonempty": "应为非空值。",
"nosupport.altCommand": "抱歉,但目前仅“编辑器/标题”菜单的“导航”组支持 alt 命令",
"opticon": "可以省略属性“图标”或者它必须是一个字符串或类似“{dark, light}”的文本",
"optstring": "属性“{0}”可以省略,或者其类型必须是“字符串”",
"requirearry": "菜单项必须为一个数组",
"requirestring": "属性“{0}”是必需的,其类型必须是“字符串”",
"vscode.extension.contributes.commandType.category": "(可选)类别字符串按命令在 UI 中分组",
"vscode.extension.contributes.commandType.command": "要执行的命令的标识符",
"vscode.extension.contributes.commandType.icon": "(可选)在 UI 中用来表示命令的图标。文件路径或者主题配置",
"vscode.extension.contributes.commandType.icon.dark": "使用深色主题时的图标路径",
"vscode.extension.contributes.commandType.icon.light": "使用浅色主题时的图标路径",
"vscode.extension.contributes.commandType.title": "在 UI 中依据其表示命令的标题",
"vscode.extension.contributes.commands": "对命令面板提供命令。",
"vscode.extension.contributes.menuItem.alt": "要执行的替代命令的标识符。该命令必须在“命令”部分中声明",
"vscode.extension.contributes.menuItem.command": "要执行的命令的标识符。该命令必须在“命令”部分中声明",
"vscode.extension.contributes.menuItem.group": "此命令所属的组",
"vscode.extension.contributes.menuItem.when": "为显示此项必须为 \"ture\" 的条件",
"vscode.extension.contributes.menus": "向编辑器提供菜单项"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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": "关闭"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"toggleStatusbar": "切换状态栏可见性",
"view": "查看"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"clearEditorHistory": "清除编辑器历史记录",
"closeAllEditors": "关闭所有编辑器",
"closeEditor": "关闭编辑器",
"closeEditorsInGroup": "关闭组中的所有编辑器",
"closeEditorsInOtherGroups": "关闭其他组中的编辑器",
"closeEditorsToTheLeft": "关闭左侧编辑器",
"closeEditorsToTheRight": "关闭右侧编辑器",
"closeOtherEditorsInGroup": "关闭其他编辑器",
"evenEditorGroups": "编辑器组平均宽度",
"focusFirstEditorGroup": "聚焦于左侧编辑器组",
"focusLastEditorInStack": "打开组中上一个编辑器",
"focusNextGroup": "聚焦于下一个组",
"focusPreviousGroup": "聚焦于上一个组",
"focusSecondEditorGroup": "聚焦于中心编辑器组",
"focusThirdEditorGroup": "聚焦于右侧编辑器组",
"keepEditor": "保留编辑器",
"maximizeEditor": "最大化编辑器组并隐藏边栏",
"minimizeOtherEditorGroups": "最小化其他编辑器组",
"moveActiveGroupLeft": "向左移动编辑器组",
"moveActiveGroupRight": "向右移动编辑器组",
"navigateEditorGroups": "在编辑器组间进行导航",
"navigateEditorHistoryByInput": "从历史记录里打开上一个编辑器",
"navigateNext": "前进",
"navigatePrevious": "后退",
"openNextEditor": "打开下一个编辑器",
"openNextEditorInGroup": "打开组中下一个最近使用的编辑器",
"openPreviousEditor": "打开上一个编辑器",
"openPreviousEditorInGroup": "打开组中上一个最近使用的编辑器",
"openToSide": "打开到侧边",
"quickNavigateNext": "在速启中导航到下一个",
"quickNavigatePrevious": "在速启中导航到上一个",
"quickOpen": "转到文件...",
"removeFromEditorHistory": "从编辑器历史记录中删除",
"reopenClosedEditor": "重新打开已关闭的编辑器",
"showAllEditors": "显示所有编辑器",
"showEditorsInCenterGroup": "显示中心组中的编辑器",
"showEditorsInGroup": "显示组中的编辑器",
"showEditorsInLeftGroup": "显示左侧组中的编辑器",
"showEditorsInRightGroup": "显示右侧组中的编辑器",
"splitEditor": "拆分编辑器"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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}, 编辑器组选取器",
"groupLabel": "组: {0}",
"noOpenedEditors": "已打开的编辑器列表当前为空",
"noResultsFound": "未找到匹配的已打开编辑器",
"noResultsFoundInGroup": "未在组中找到匹配的已打开编辑器"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"araLabelTabActions": "选项卡操作"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"araLabelEditorActions": "编辑器操作",
"close": "关闭",
"closeAll": "全部关闭",
"closeOthers": "关闭其他",
"closeRight": "关闭到右侧",
"keepOpen": "保持打开状态",
"moveLeft": "左移",
"moveRight": "右移"
}
\ No newline at end of file
......@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"closePanel": "关闭",
"focusPanel": "焦点集中到面板",
"togglePanel": "切换面板可见性",
"view": "查看"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"copy": "复制",
"copyValue": "复制值"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"balanceInward": "Emmet: 平衡(向内)",
"balanceOutward": "Emmet: 平衡(向外)"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"nextEditPoint": "Emmet: 下一编辑点",
"previousEditPoint": "Emmet: 上一编辑点"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"evaluateMathExpression": "Emmet: 评估数学表达式"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"expandAbbreviationAction": "Emmet: 展开缩写"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"decrementNumberByOne": "Emmet: 以 1 为减量",
"decrementNumberByOneTenth": "Emmet: 以 0.1 为减量",
"decrementNumberByTen": "Emmet: 以 10 为减量",
"incrementNumberByOne": "Emmet: 以 1 为增量",
"incrementNumberByOneTenth": "Emmet: 以 0.1 为增量",
"incrementNumberByTen": "Emmet: 以 10 为增量"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"matchingPair": "Emmet: 转到匹配对"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"mergeLines": "Emmet: 合并行"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"reflectCSSValue": "Emmet: 反射 CSS 值"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"removeTag": "Emmet: 删除标记"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"selectNextItem": "Emmet: 选择下一项",
"selectPreviousItem": "Emmet: 选择上一项"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"splitJoinTag": "Emmet: 分离/联接标记"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"toggleComment": "Emmet: 切换注释"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"updateImageSize": "Emmet: 更新映像大小"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"enterTag": "输入标记",
"tag": "标记",
"updateTag": "Emmet: 更新标记"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"abbreviation": "缩写",
"enterAbbreviation": "输入缩写",
"wrapWithAbbreviationAction": "Emmet: 使用缩写进行包装"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"license": "许可证"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"neverShowAgain": "不再显示",
"reallyRecommended": "建议安装“{0}”扩展。",
"showRecommendations": "显示建议"
}
\ No newline at end of file
......@@ -4,5 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"extConfig": "基于更改的文件和打开的文件建议扩展。"
"extension": "扩展",
"extensions": "扩展",
"extensionsCommands": "管理扩展",
"galleryExtensionsCommands": "安装库扩展",
"view": "查看"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"extensionsInputName": "扩展名: {0}"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"searchExtensions": "在应用商店中搜索扩展"
}
\ No newline at end of file
......@@ -10,6 +10,7 @@
"autoSaveDelay": "控制延迟(以秒为单位),在该延迟后将自动保存更新后的文件。仅在 \"files.autoSave\" 设置为“{0}”时适用。",
"binaryFileEditor": "二进制文件编辑器",
"dynamicHeight": "控制打开的编辑器部分的高度是否应动态适应元素数量。",
"enableDragAndDrop": "控制资源管理器是否应该允许通过拖放移动文件和文件夹。",
"encoding": "读取和编写文件时将使用的默认字符集编码。",
"eol": "默认行尾字符。",
"exclude": "配置 glob 模式以排除文件和文件夹。",
......
/*---------------------------------------------------------------------------------------------
* 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.
{
"dirtyCounter": "{0} 个未保存",
"openEditors": "打开编辑器",
"openEditosrSection": "打开编辑器部分",
"treeAriaLabel": "打开编辑器"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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": "关闭",
"closeAll": "全部关闭",
"closeOthers": "关闭其他",
"editorGroupAriaLabel": "{0}, 编辑器组",
"openEditorAriaLabel": "{0}, 打开编辑器",
"saveAll": "全部保存"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"allo": "允许使用大型存储库",
"huge": "你的存储库中似乎存在大量活动更改。\n这会导致 Code 变得非常缓慢。",
"setting": "可通过以下设置永久禁用此警告:"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"RemoveAction.label": "删除"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"errors.warnings.show.label": "错误和警告",
"markers.panel.action.filter": "筛选器问题",
"markers.panel.aria.label.problems.tree": "按文件分组的问题",
"markers.panel.at.ln.col.number": "({0},{1})",
"markers.panel.filter.errors": "错误",
"markers.panel.filter.infos": "信息",
"markers.panel.filter.placeholder": "按类型或文本进行筛选",
"markers.panel.filter.warnings": "警告",
"markers.panel.multiple.errors.label": "{0} 个错误",
"markers.panel.multiple.infos.label": "{0} 条信息",
"markers.panel.multiple.unknowns.label": "{0} 个未知",
"markers.panel.multiple.warnings.label": "{0} 条警告",
"markers.panel.no.problems.build": "目前尚未在工作区检测到问题。",
"markers.panel.no.problems.filters": "使用提供的筛选条件未找到结果",
"markers.panel.single.error.label": "1 个错误",
"markers.panel.single.info.label": "1 条信息",
"markers.panel.single.unknown.label": "1 个未知",
"markers.panel.single.warning.label": "1 条警告",
"markers.panel.title.no.problems": "没有问题",
"problems.panel.configuration.autoreveal": "控制问题预览是否应在打开文件时自动显示它们。",
"problems.panel.configuration.title": "问题预览",
"problems.tree.aria.label.error.marker": "由第 {2} 行、第 {3} 列的 {0}: {1} 生成的错误",
"problems.tree.aria.label.error.marker.nosource": "错误: 第 {1} 行、第 {2} 列的 {0}",
"problems.tree.aria.label.info.marker": "由第 {2} 行、第 {3} 列的 {0}: {1} 生成的信息",
"problems.tree.aria.label.info.marker.nosource": "信息: 第 {1} 行、第 {2} 列的 {0}",
"problems.tree.aria.label.marker": "由第 {2} 行、第 {3} 列的 {0}: {1} 生成的问题",
"problems.tree.aria.label.marker.nosource": "问题: 第 {1} 行、第 {2} 列的 {0}",
"problems.tree.aria.label.resource": "含有 {1} 问题的 {0}",
"problems.tree.aria.label.warning.marker": "由第 {2} 行、第 {3} 列的 {0}: {1} 生成的浸警告",
"problems.tree.aria.label.warning.marker.nosource": "警告: 第 {1} 行、第 {2} 列的 {0}",
"problems.view.show.label": "显示问题",
"viewCategory": "查看"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"defaultLabel": "输入",
"patternDescription": "使用 Glob 模式",
"patternHelpInclude": "要匹配的模式。例如,****/*.js** 与所有 JavaScript 文件匹配,或 **myFolder/**** 与包含所有子级的文件夹匹配。\n\n**Reference**:\n***** 匹配 0 个或更多字符\n**?** 匹配 1 个字符\n****** 匹配零个或更多目录\n**[a-z]** 匹配一系列字符\n**{a,b}** 匹配任何一种模式)"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"fileReplaceChanges": "{0} ↔ {1} (替换预览)"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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": "清除搜索结果",
"ConfigureGlobalExclusionsAction.label": "打开设置",
"RefreshAction.label": "刷新",
"RemoveAction.label": "删除",
"file.replaceAll.label": "全部替换",
"findInFolder": "在文件夹中查找",
"match.replace.label": "替换",
"replaceInFiles": "在文件中替换",
"showSearchViewlet": "显示搜索"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"fileMatchAriaLabel": "文件夹 {2} 的文件 {1} 中有 {0} 个匹配项,搜索结果",
"replacePreviewResultAria": "替换预览结果, {0}",
"searchMatch": "已找到 {0} 个匹配项",
"searchMatches": "已找到 {0} 个匹配项",
"searchResultAria": "{0},搜索结果"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.Replace": "替换: 键入替换术语,然后按 Enter 预览或按 Escape 取消",
"label.Search": "搜索: 键入搜索术语,然后按 Enter 进行搜索或按 Escape 取消",
"regexp.validationFailure": "表达式与所有内容相匹配",
"search.action.replaceAll.disabled.label": "全部替换(提交搜索以启用)",
"search.action.replaceAll.enabled.label": "全部替换",
"search.placeHolder": "搜索",
"search.replace.placeHolder": "替换",
"search.replace.toggle.button.title": "切换替换"
}
\ No newline at end of file
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"Maven": "执行常见的 maven 命令",
"dotnetCore": "执行 .NET Core 生成命令",
"externalCommand": "运行任意外部命令的示例",
"msbuild": "执行生成目标",
......
/*---------------------------------------------------------------------------------------------
* 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.
{
"terminal": "终端",
"terminal.integrated.fontFamily": "控制终端的字体系列,这在编辑器中是默认的。fontFamily 的值。",
"terminal.integrated.fontLigatures": "控制是否在终端中启用字体连字。",
"terminal.integrated.fontSize": "控制终端的字号,这在编辑器中是默认的。fontSize 的值。",
"terminal.integrated.lineHeight": "控制终端的行高,这默认为常规行高。",
"terminal.integrated.shell.linux": "终端在 Linux 上使用的 shell 的路径。",
"terminal.integrated.shell.osx": "终端在 OS X 上使用的 shell 的路径。",
"terminal.integrated.shell.windows": "终端在 Windows 上使用的 shell 的路径。",
"terminal.integrated.shellArgs.linux": "在 Linux 终端上时要使用的命令行参数。",
"terminal.integrated.shellArgs.osx": "在 OS X 终端上时要使用的命令行参数。",
"terminalIntegratedConfigurationTitle": "集成终端",
"viewCategory": "查看"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"terminal.integrated.exitedWithCode": "通过退出代码 {0} 终止的终端进程"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"markdown.category": "Markdown",
"markdown.preview.title": "開啟預覽",
"markdown.previewSide.title": "在一側開啟預覽",
"markdown.showSource.title": "顯示來源"
}
\ No newline at end of file
......@@ -4,7 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"imgTitle": "{0} ({1}x{2})",
"missingAudioSupport": "抱歉,不支援播放音訊檔案。",
"missingVideoSupport": "抱歉,不支援播放視訊檔案。",
"nativeBinaryError": "檔案為二進位檔、非常大或使用不支援的文字編碼,所以無法顯示於編輯器中。"
"nativeBinaryError": "檔案為二進位檔、非常大或使用不支援的文字編碼,因此將不會顯示於編輯器中。"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"collapse": "摺疊"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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": "開啟 Diff 編輯器。要求傳遞兩個檔案路徑作為引數。",
"disableExtensions": "停用所有已安裝的擴充功能。",
"goto": "開啟位於行與欄中路徑的檔案 (將 :line[:column] 加入路徑中)。",
"help": "列印使用方式。",
"installExtension": "安裝擴充功能。",
"listExtensions": "列出已安裝的擴充功能。",
"locale": "要使用的地區設定 (例如 en-US 或 zh-TW)。",
"newWindow": "強制執行 Code 的新執行個體。",
"reuseWindow": "強制在最近使用的視窗中開啟檔案或資料夾。",
"uninstallExtension": "解除安裝擴充功能。",
"userDataDir": "指定保留使用者資料的目錄,這在以根目錄身分執行時有用。",
"verbose": "列印詳細資訊輸出 (表示 --wait)。",
"version": "列印版本。",
"wait": "等候視窗在傳回前關閉。"
}
\ No newline at end of file
......@@ -12,5 +12,5 @@
"successInstall": "已成功安裝擴充功能 '{0}' v{1}!",
"successUninstall": "已成功將擴充功能 '{0}' 解除安裝!",
"uninstalling": "正在將 {0} 解除安裝...",
"useId": "請確定您使用完整的擴充功能識別碼,例如 {0}"
"useId": "請確定您使用完整擴充功能識別碼 (包括發行者),例如: {0}"
}
\ No newline at end of file
......@@ -6,8 +6,8 @@
{
"acceptSuggestionOnEnter": "控制除了 'Tab' 外,是否也藉由按下 'Enter' 接受建議。如此可避免混淆要插入新行或接受建議。",
"autoClosingBrackets": "控制編輯器是否應在左括號後自動插入右括號",
"cursorBlinking": "控制游標閃爍動畫,接受的值為 'blink'、'visible' 和 'hidden'",
"cursorStyle": "控制游標樣式,接受的值為 'block' 和 'line'",
"cursorBlinking": "控制游標動畫樣式,可能的值為 'blink'、'smooth'、'phase'、'expand' 和 'solid'",
"cursorStyle": "控制游標樣式,接受的值為 'block'、'line' 和 'underline'",
"detectIndentation": "開啟檔案時,會依據檔案內容來偵測 `editor.tabSize` 及 `editor.insertSpaces`。",
"editorConfigurationTitle": "編輯器組態",
"folding": "控制編輯器是否已啟用程式碼摺疊功能",
......@@ -23,6 +23,7 @@
"lineHeight": "控制行高。",
"lineNumbers": "控制是否顯示行號",
"mouseWheelScrollSensitivity": "滑鼠滾輪捲動事件的 'deltaX' 與 'deltaY' 所使用的乘數",
"mouseWheelZoom": "使用滑鼠滾輪並按住 Ctrl 時,縮放編輯器的字型",
"overviewRulerLanes": "控制可在概觀尺規中相同位置顯示的裝飾項目數",
"parameterHints": "啟用參數提示",
"quickSuggestions": "控制輸入時是否應顯示快速建議",
......
/*---------------------------------------------------------------------------------------------
* 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.
{
"carret.moveLeft": "將 Carret 往左移",
"carret.moveRight": "將 Carret 往右移"
}
\ No newline at end of file
......@@ -5,10 +5,12 @@
// Do not edit this file. It is machine generated.
{
"addSelectionToNextFindMatch": "將選取項目加入下一個找到的相符項",
"addSelectionToPreviousFindMatch": "將選取項目加入前一個找到的相符項中",
"changeAll.label": "變更所有發生次數",
"findNextMatchAction": "尋找下一個",
"findPreviousMatchAction": "尋找上一個",
"moveSelectionToNextFindMatch": "將最後一個選擇項目移至下一個找到的相符項",
"moveSelectionToPreviousFindMatch": "將最後一個選擇項目移至前一個找到的相符項",
"nextSelectionMatchFindAction": "尋找下一個選取項目",
"previousSelectionMatchFindAction": "尋找上一個選取項目",
"selectAllOccurencesOfFindMatch": "選取所有找到的相符項出現處",
......
/*---------------------------------------------------------------------------------------------
* 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.
{
"titleAndKb": "{0} ({1})"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"dup": "命令 `{0}` 在 `commands` 區段中出現多次。",
"dupe.command": "功能表項目參考了與預設相同的命令和替代命令",
"menuId.invalid": "`{0}` 不是有效的功能表識別碼",
"menus.editorContext": "編輯器操作功能表",
"menus.editorTitle": "編輯器標題功能表",
"menus.explorerContext": "檔案總管操作功能表",
"missing.altCommand": "功能表項目參考了 'commands' 區段中未定義的替代命令 `{0}`。",
"missing.command": "功能表項目參考了 'commands' 區段中未定義的命令 `{0}`。",
"nonempty": "必須是非空白值。",
"nosupport.altCommand": "很抱歉,目前只有 [編輯器/標題] 功能表的 [導覽] 群組支援替代命令",
"opticon": "屬性 `icon` 可以省略,否則必須為字串或類似 `{dark, light}` 的常值",
"optstring": "屬性 `{0}` 可以省略或必須屬於 `string` 類型",
"requirearry": "功能表項目必須為陣列",
"requirestring": "屬性 '{0}' 為強制項目且必須屬於 `string` 類型",
"vscode.extension.contributes.commandType.category": "(選用) UI 中用以將命令分組的分類字串",
"vscode.extension.contributes.commandType.command": "所要執行命令的識別碼",
"vscode.extension.contributes.commandType.icon": "(選用) UI 中用以代表命令的圖示。會是檔案路徑或可設定佈景主題的組態",
"vscode.extension.contributes.commandType.icon.dark": "使用深色佈景主題時的圖示路徑",
"vscode.extension.contributes.commandType.icon.light": "使用淺色佈景主題時的圖示路徑",
"vscode.extension.contributes.commandType.title": "UI 中用以代表命令的標題",
"vscode.extension.contributes.commands": "將命令提供給命令選擇區。",
"vscode.extension.contributes.menuItem.alt": "所要執行替代命令的識別碼。命令必須在 'commands' 區段中宣告",
"vscode.extension.contributes.menuItem.command": "所要執行命令的識別碼。命令必須在 'commands' 區段中宣告",
"vscode.extension.contributes.menuItem.group": "此命令所屬群組",
"vscode.extension.contributes.menuItem.when": "必須為 true 以顯示此項目的條件",
"vscode.extension.contributes.menus": "將功能表項目提供給編輯器"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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": "關閉"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"toggleStatusbar": "切換狀態列可見度",
"view": "檢視"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"clearEditorHistory": "清除編輯器記錄",
"closeAllEditors": "關閉所有編輯器",
"closeEditor": "關閉編輯器",
"closeEditorsInGroup": "關閉群組中的所有編輯器",
"closeEditorsInOtherGroups": "關閉其他群組中的編輯器",
"closeEditorsToTheLeft": "將編輯器關到左側",
"closeEditorsToTheRight": "將編輯器關到右側",
"closeOtherEditorsInGroup": "關閉其他編輯器",
"evenEditorGroups": "均分編輯器群組寬度",
"focusFirstEditorGroup": "聚焦左側編輯器群組",
"focusLastEditorInStack": "開啟群組中最後一個編輯器",
"focusNextGroup": "聚焦下一個群組",
"focusPreviousGroup": "聚焦上一個群組",
"focusSecondEditorGroup": "聚焦置中編輯器群組",
"focusThirdEditorGroup": "聚焦右側編輯器群組",
"keepEditor": "保留編輯器",
"maximizeEditor": "將編輯器群組最大化並隱藏側邊欄",
"minimizeOtherEditorGroups": "將其他編輯器群組最小化",
"moveActiveGroupLeft": "將編輯器群組向左移",
"moveActiveGroupRight": "將編輯器群組向右移",
"navigateEditorGroups": "在編輯器群組間導覽",
"navigateEditorHistoryByInput": "從記錄中開啟上一個編輯器",
"navigateNext": "向前",
"navigatePrevious": "向後",
"openNextEditor": "開啟下一個編輯器",
"openNextEditorInGroup": "開啟群組中下一個最近使用的編輯器",
"openPreviousEditor": "開啟上一個編輯器",
"openPreviousEditorInGroup": "開啟群組中上一個最近使用的編輯器",
"openToSide": "開至側邊",
"quickNavigateNext": "快速開啟時導覽至下一個項目",
"quickNavigatePrevious": "快速開啟時導覽至上一個項目",
"quickOpen": "移至檔案...",
"removeFromEditorHistory": "從編輯器記錄中移除",
"reopenClosedEditor": "重新開啟已關閉的編輯器",
"showAllEditors": "顯示所有編輯器",
"showEditorsInCenterGroup": "在置中群組顯示編輯器",
"showEditorsInGroup": "在群組顯示編輯器",
"showEditorsInLeftGroup": "在左側群組顯示編輯器",
"showEditorsInRightGroup": "在右側群組顯示編輯器",
"splitEditor": "分割編輯器"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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},編輯器群組選擇器",
"groupLabel": "群組: {0}",
"noOpenedEditors": "已開啟編輯器的清單目前為空白",
"noResultsFound": "找不到任何相符的已開啟編輯器",
"noResultsFoundInGroup": "在群組中找不到任何相符的已開啟編輯器"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"araLabelTabActions": "索引標籤動作"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"araLabelEditorActions": "編輯器動作",
"close": "關閉",
"closeAll": "全部關閉",
"closeOthers": "關閉其他",
"closeRight": "關到右側",
"keepOpen": "保持開啟",
"moveLeft": "左移",
"moveRight": "右移"
}
\ No newline at end of file
......@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"closePanel": "關閉",
"focusPanel": "將焦點移至面板",
"togglePanel": "切換面板可見度",
"view": "檢視"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"copy": "複製",
"copyValue": "複製值"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"balanceInward": "Emmet: 平衡 (向內)",
"balanceOutward": "Emmet: 平衡 (向外)"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"nextEditPoint": "Emmet: 下一個編輯端點",
"previousEditPoint": "Emmet: 上一個編輯端點"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"evaluateMathExpression": "Emmet: 評估數學運算式"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"expandAbbreviationAction": "Emmet: 展開縮寫"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"decrementNumberByOne": "Emmet: 依 1 遞減",
"decrementNumberByOneTenth": "Emmet: 依 0.1 遞減",
"decrementNumberByTen": "Emmet: 依 10 遞減",
"incrementNumberByOne": "Emmet: 依 1 遞增",
"incrementNumberByOneTenth": "Emmet: 依 0.1 遞增",
"incrementNumberByTen": "Emmet: 依 10 遞增"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"matchingPair": "Emmet: 前往相符的配對"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"mergeLines": "Emmet: 合併行"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"reflectCSSValue": "Emmet: 反射 CSS 值"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"removeTag": "Emmet: 移除標記"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"selectNextItem": "Emmet: 選取下一個項目",
"selectPreviousItem": "Emmet: 選取上一個項目"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"splitJoinTag": "Emmet: 分割/聯結標記"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"toggleComment": "Emmet: 切換註解"
}
\ No newline at end of file
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册