Skip to content

Commit fff2411

Browse files
committed
Merged in translations
1 parent 84e23b5 commit fff2411

143 files changed

Lines changed: 421 additions & 246 deletions

File tree

Some content is hidden

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

i18n/chs/extensions/css/package.i18n.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,61 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7+
"css.lint.argumentsInColorFunction.desc": "参数数量无效",
78
"css.lint.boxModel.desc": "使用边距或边框时,不要使用宽度或高度",
89
"css.lint.compatibleVendorPrefixes.desc": "使用供应商特定前缀时,确保同时包括所有其他供应商特定属性",
10+
"css.lint.duplicateProperties.desc": "不要使用重复的样式定义",
11+
"css.lint.emptyRules.desc": "不要使用空规则集",
912
"css.lint.float.desc": "避免使用“float”。浮动会带来脆弱的 CSS,如果布局的某一方面更改,将很容易破坏 CSS。",
13+
"css.lint.fontFaceProperties.desc": "@font-face 规则必须定义 \"src\"\"font-family\" 属性",
1014
"css.lint.hexColorLength.desc": "十六进制颜色必须由三个或六个十六进制数字组成",
1115
"css.lint.idSelector.desc": "选择器不应包含 ID,因为这些规则与 HTML 的耦合过于紧密。",
1216
"css.lint.ieHack.desc": "仅当支持 IE7 及更低版本时,才需要 IE hack",
17+
"css.lint.importStatement.desc": "Import 语句不会并行加载",
1318
"css.lint.important.desc": "避免使用 !important。它表明整个 CSS 的特异性已经失去控制且需要重构。",
1419
"css.lint.propertyIgnoredDueToDisplay.desc": "因显示而忽略属性。例如,使用 \"display: inline\"时,宽度、高度、上边距、下边距和 float 属性将不起作用",
20+
"css.lint.universalSelector.desc": "已知通配选择符 (*) 慢",
21+
"css.lint.unknownProperties.desc": "未知的属性。",
22+
"css.lint.unknownVendorSpecificProperties.desc": "未知的供应商特定属性。",
1523
"css.lint.vendorPrefix.desc": "使用供应商特定前缀时,还应包括标准属性",
24+
"css.lint.zeroUnits.desc": "零不需要单位",
25+
"css.validate.desc": "启用或禁用所有验证",
26+
"less.lint.argumentsInColorFunction.desc": "参数数量无效",
1627
"less.lint.boxModel.desc": "使用边距或边框时,不要使用宽度或高度",
1728
"less.lint.compatibleVendorPrefixes.desc": "使用供应商特定前缀时,确保同时包括所有其他供应商特定属性",
29+
"less.lint.duplicateProperties.desc": "不要使用重复的样式定义",
30+
"less.lint.emptyRules.desc": "不要使用空规则集",
1831
"less.lint.float.desc": "避免使用“float”。浮动会带来脆弱的 CSS,如果布局的某一方面更改,将很容易破坏 CSS。",
32+
"less.lint.fontFaceProperties.desc": "@font-face 规则必须定义 \"src\"\"font-family\" 属性",
1933
"less.lint.hexColorLength.desc": "十六进制颜色必须由三个或六个十六进制数字组成",
2034
"less.lint.idSelector.desc": "选择器不应包含 ID,因为这些规则与 HTML 的耦合过于紧密。",
2135
"less.lint.ieHack.desc": "仅当支持 IE7 及更低版本时,才需要 IE hack",
36+
"less.lint.importStatement.desc": "Import 语句不会并行加载",
2237
"less.lint.important.desc": "避免使用 !important。它表明整个 CSS 的特异性已经失去控制且需要重构。",
2338
"less.lint.propertyIgnoredDueToDisplay.desc": "因显示而忽略属性。例如,使用 \"display: inline\"时,宽度、高度、上边距、下边距和 float 属性将不起作用",
39+
"less.lint.universalSelector.desc": "已知通配选择符 (*) 慢",
40+
"less.lint.unknownProperties.desc": "未知的属性。",
41+
"less.lint.unknownVendorSpecificProperties.desc": "未知的供应商特定属性。",
2442
"less.lint.vendorPrefix.desc": "使用供应商特定前缀时,还应包括标准属性",
43+
"less.lint.zeroUnits.desc": "零不需要单位",
44+
"less.validate.desc": "启用或禁用所有验证",
45+
"scss.lint.argumentsInColorFunction.desc": "参数数量无效",
2546
"scss.lint.boxModel.desc": "使用边距或边框时,不要使用宽度或高度",
2647
"scss.lint.compatibleVendorPrefixes.desc": "使用供应商特定前缀时,确保同时包括所有其他供应商特定属性",
48+
"scss.lint.duplicateProperties.desc": "不要使用重复的样式定义",
49+
"scss.lint.emptyRules.desc": "不要使用空规则集",
2750
"scss.lint.float.desc": "避免使用“float”。浮动会带来脆弱的 CSS,如果布局的某一方面更改,将很容易破坏 CSS。",
51+
"scss.lint.fontFaceProperties.desc": "@font-face 规则必须定义 \"src\"\"font-family\" 属性",
2852
"scss.lint.hexColorLength.desc": "十六进制颜色必须由三个或六个十六进制数字组成",
2953
"scss.lint.idSelector.desc": "选择器不应包含 ID,因为这些规则与 HTML 的耦合过于紧密。",
3054
"scss.lint.ieHack.desc": "仅当支持 IE7 及更低版本时,才需要 IE hack",
55+
"scss.lint.importStatement.desc": "Import 语句不会并行加载",
3156
"scss.lint.important.desc": "避免使用 !important。它表明整个 CSS 的特异性已经失去控制且需要重构。",
3257
"scss.lint.propertyIgnoredDueToDisplay.desc": "因显示而忽略属性。例如,使用 \"display: inline\"时,宽度、高度、上边距、下边距和 float 属性将不起作用",
33-
"scss.lint.vendorPrefix.desc": "使用供应商特定前缀时,还应包括标准属性"
58+
"scss.lint.universalSelector.desc": "已知通配选择符 (*) 慢",
59+
"scss.lint.unknownProperties.desc": "未知的属性。",
60+
"scss.lint.unknownVendorSpecificProperties.desc": "未知的供应商特定属性。",
61+
"scss.lint.vendorPrefix.desc": "使用供应商特定前缀时,还应包括标准属性",
62+
"scss.lint.zeroUnits.desc": "零不需要单位",
63+
"scss.validate.desc": "启用或禁用所有验证"
3464
}

i18n/chs/extensions/html/package.i18n.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7+
"html.format.enable.desc": "启用/禁用默认 HTML 格式化程序(需要重启)",
8+
"html.format.endWithNewline.desc": "以新行结束。",
79
"html.format.extraLiners.desc": "标记列表,以逗号分隔,其前应有额外新行。\"null\" 默认为“标头、正文、/html”。",
10+
"html.format.indentHandlebars.desc": "格式和缩进 {{#foo}} 和 {{/foo}}。",
11+
"html.format.indentInnerHtml.desc": "缩进 <head> 和 <body> 部分。",
812
"html.format.maxPreserveNewLines.desc": "要保留在一个区块中的换行符的最大数量。对于无限制使用 \"null\"",
913
"html.format.preserveNewLines.desc": "是否要保留元素前面的现有换行符。仅适用于元素前,不适用于标记内或文本。",
1014
"html.format.unformatted.desc": "以逗号分隔的标记列表不应重设格式。\"null\" 默认为所有列于 https://www.w3.org/TR/html5/dom.html#phrasing-content 的标记。",
15+
"html.format.wrapLineLength.desc": "每行最大字符数(0 = 禁用)。",
1116
"html.suggest.angular1.desc": "配置内置 HTML 语言支持是否建议 Angular V1 标记和属性。",
1217
"html.suggest.html5.desc": "配置内置 HTML 语言支持是否建议 HTML5 标记、属性和值。",
1318
"html.suggest.ionic.desc": "配置内置 HTML 语言支持是否建议 Ionic 标记、属性和值。"

i18n/chs/extensions/javascript/out/features/bowerJSONContribution.i18n.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
{
77
"json.bower.default": "默认 bower.json",
88
"json.bower.error.repoaccess": "对 Bower 存储库发出的请求失败: {0}",
9-
"json.bower.latest.version": "最新",
10-
"json.bower.package.hover": "{0}"
9+
"json.bower.latest.version": "最新"
1110
}

i18n/chs/extensions/javascript/out/features/packageJSONContribution.i18n.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"json.npm.latestversion": "当前最新版本的包",
99
"json.npm.majorversion": "与最新主要版本(1.x.x)匹配",
1010
"json.npm.minorversion": "与最新次要版本(1.2.x)匹配",
11-
"json.npm.package.hover": "{0}",
1211
"json.npm.version.hover": "最新版本: {0}",
1312
"json.package.default": "默认 package.json"
1413
}

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
6-
{}
6+
{
7+
"json.format.enable.desc": "启用/禁用默认 JSON 格式化程序(需要重启)",
8+
"json.schemas.desc": "将当前项目中的 JSON 文件与架构关联起来",
9+
"json.schemas.fileMatch.desc": "将 JSON 文件解析到架构时,用于匹配的文件模式的数组。",
10+
"json.schemas.fileMatch.item.desc": "将 JSON 文件解析到架构时,用于匹配的可以包含 \"*\" 的文件模式。",
11+
"json.schemas.schema.desc": "给定 URL 的架构定义。只需提供该架构以避免对架构 URL 的访问。",
12+
"json.schemas.url.desc": "当前目录中指向架构的 URL 或相对路径"
13+
}

i18n/chs/extensions/typescript/out/typescriptServiceClient.i18n.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,16 @@
66
{
77
"channelName": "TypeScript",
88
"close": "关闭",
9-
"doNotCheckAgain": "不要再次检查",
109
"localTSFound": "工作区文件夹包含 TypeScript 版本 {0}。是否要使用此版本而不是捆绑的版本 {1}?",
11-
"moreInformation": "详细信息",
1210
"neverCheckLocalVesion": "从不检查工作区版本",
1311
"noServerFound": "路径 {0} 未指向有效的 tsserver 安装。将禁用 TypeScript 语言功能。",
1412
"serverCouldNotBeStarted": "无法启动 TypeScript 语言服务器。错误消息为: {0}",
1513
"serverDied": "在过去 5 分钟内,TypeScript 语言服务意外中止了 5 次。请考虑启用 bug 报告。",
1614
"serverDiedAfterStart": "TypeScript 语言服务在其启动后已中止 5 次。将不会重启该服务。请启用 bug 报告。",
1715
"updateGlobalWorkspaceCheck": "已将用户设置 \"typescript.check.workspaceVersion\" 更新为 false",
1816
"updateLocalWorkspaceCheck": "已将工作区设置 \"typescript.check.workspaceVersion\" 更新为 false",
19-
"updateTscCheck": "已将用户设置 \"typescript.check.tscVersion\" 更新为 false",
2017
"updatedtsdk": "已将工作区设置 \"typescript.tsdk\" 更新为 {0}",
2118
"use": "使用工作区({0})",
2219
"useBundled": "捆绑使用({0})",
23-
"versionMismatch": "版本不匹配! 全局 tsc ({0}) != VS Code 的语言服务({1})。可能出现不一致的编译错误",
2420
"versionNumber.custom": "自定义"
2521
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"miCloseWindow": "关闭窗口(&&W)",
3535
"miCommandPalette": "命令面板(&&C)...",
3636
"miCopy": "复制(&&O)",
37-
"miCopyLinesDown": "向下复制行(&&P)",
38-
"miCopyLinesUp": "向上复制行(&&C)",
37+
"miCopyLinesDown": "向下复制一行(&&P)",
38+
"miCopyLinesUp": "向上复制一行(&&C)",
3939
"miCut": "剪切(&&C)",
4040
"miDocumentation": "文档(&&D)",
4141
"miDownloadUpdate": "下载可用更新",
@@ -63,8 +63,8 @@
6363
"miKeyboardShortcuts": "键盘快捷方式引用(&&K)",
6464
"miLicense": "查看许可证(&&V)",
6565
"miMarker": "问题(&&P)",
66-
"miMoveLinesDown": "向下移动行(&&L)",
67-
"miMoveLinesUp": "向上移动行(&&V)",
66+
"miMoveLinesDown": "向下移动一行(&&L)",
67+
"miMoveLinesUp": "向上移动一行(&&V)",
6868
"miMoveSidebarLeft": "向左移动侧边栏(&&M)",
6969
"miMoveSidebarRight": "向右移动侧边栏(&&M)",
7070
"miNewFile": "新建文件(&&N)",

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@
66
{
77
"markerAction.next.label": "转到下一个错误或警告",
88
"markerAction.previous.label": "转到上一个错误或警告",
9-
"quickfix.multiple.label": "建议的修正:",
10-
"quickfix.single.label": "建议的修正:",
11-
"title.w_source": "({0}/{1}) [{2}]",
129
"title.wo_source": "({0}/{1})"
1310
}

i18n/chs/src/vs/workbench/node/extensionHostMain.i18n.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
*--------------------------------------------------------------------------------------------*/
55
// Do not edit this file. It is machine generated.
66
{
7-
"extensionTestError": "路径 {0} 未指向有效的扩展测试运行程序。",
8-
"extensionUnderDevelopment": "正在 {0} 中加载开发扩展",
9-
"overwritingExtension": "使用 {1} 覆盖扩展 {0}。"
7+
"extensionTestError": "路径 {0} 未指向有效的扩展测试运行程序。"
108
}

i18n/chs/src/vs/workbench/parts/debug/browser/debugActions.i18n.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"restartDebug": "重启",
3434
"restartFrame": "重新启动框架",
3535
"reverseContinue": "反向",
36-
"selectConfig": "选择配置",
3736
"setValue": "设置值",
3837
"startDebug": "开始调试",
3938
"startWithoutDebugging": "开始执行(不调试)",

0 commit comments

Comments
 (0)