Skip to content

Commit

Permalink
Merge pull request #40134 from Microsoft/loc/1.19
Browse files Browse the repository at this point in the history
2017-12-12. Merged in translations from Transifex.
  • Loading branch information
alexdima committed Dec 13, 2017
2 parents db59f5e + f3030d3 commit 816be67
Show file tree
Hide file tree
Showing 327 changed files with 918 additions and 159 deletions.
5 changes: 4 additions & 1 deletion i18n/chs/extensions/emmet/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
"emmetPreferencesBemModifierSeparator": "在使用 BEM 过滤器时,类名使用的修饰符分隔符",
"emmetPreferencesFilterCommentBefore": "使用注释过滤器时,应置于匹配元素前注释的定义。",
"emmetPreferencesFilterCommentAfter": "使用注释过滤器时,应置于匹配元素后注释的定义。",
"emmetPreferencesFilterCommentTrigger": "用半角逗号 (\",\") 隔开的属性名缩写的数组,将由注释筛选器应用"
"emmetPreferencesFilterCommentTrigger": "用半角逗号 (\",\") 隔开的属性名缩写的数组,将由注释筛选器应用",
"emmetPreferencesFormatNoIndentTags": "表示不应向内缩进的标记名称数组",
"emmetPreferencesFormatForceIndentTags": "表示应始终向内缩进的标记名称数组",
"emmetPreferencesAllowCompactBoolean": "若为 \"true\",将生成紧凑型布尔属性"
}
6 changes: 3 additions & 3 deletions i18n/chs/extensions/git/out/commands.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"parent": "父目录",
"cancel": "$(sync~spin) 正在克隆存储库... 点击取消",
"cancel tooltip": "取消克隆",
"cloning": "正在克隆 GIT 存储库...",
"cloning": "正在克隆 Git 存储库...",
"openrepo": "打开存储库",
"proposeopen": "是否要打开已克隆存储库?",
"init": "选择用于初始化 Git 储存库的工作区文件夹",
Expand Down Expand Up @@ -78,7 +78,7 @@
"pick stash to pop": "选择要弹出的储藏",
"clean repo": "在签出前,请清理存储库工作树。",
"cant push": "无法推送 refs 到远端。您可以试着运行“拉取”功能,整合您的更改。",
"git error details": "Git:{0}",
"git error details": "Git: {0}",
"git error": "Git 错误",
"open git log": "打开 GIT 日志"
"open git log": "打开 Git 日志"
}
4 changes: 2 additions & 2 deletions i18n/chs/extensions/git/out/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
// Do not edit this file. It is machine generated.
{
"looking": "在 {0} 查找 Git 中",
"using git": "使用 {1} 中的 GIT {0}",
"using git": "使用 {1} 中的 Git {0}",
"downloadgit": "下载 Git",
"neverShowAgain": "不再显示",
"notfound": "未找到 Git。请安装 Git,或在 \"git.path\" 设置中配置。",
"updateGit": "更新 GIT",
"updateGit": "更新 Git",
"git20": "你似乎已安装 Git {0}。Code 和 Git 版本 >=2 一起工作最佳"
}
4 changes: 2 additions & 2 deletions i18n/chs/extensions/git/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"command.sync": "同步",
"command.syncRebase": "同步(变基)",
"command.publish": "发布分支",
"command.showOutput": "显示 GIT 输出",
"command.showOutput": "显示 Git 输出",
"command.ignore": "将文件添加到 .gitignore",
"command.stashIncludeUntracked": "储藏(包含未跟踪)",
"command.stash": "储藏",
Expand All @@ -57,7 +57,7 @@
"config.autorefresh": "是否启用自动刷新",
"config.autofetch": "是否启用自动拉取",
"config.enableLongCommitWarning": "是否针对长段提交消息进行警告",
"config.confirmSync": "同步 Git 存储库前进行确认",
"config.confirmSync": "同步 GIT 存储库前请先进行确认",
"config.countBadge": "控制 Git 徽章计数器。“all”计算所有更改。“tracked”只计算跟踪的更改。“off”关闭此功能。",
"config.checkoutType": "控制运行“签出到...”命令时列出的分支的类型。\"all\" 显示所有 refs,\"local\" 只显示本地分支,\"tags\" 只显示标记,\"remote\" 只显示远程分支。",
"config.ignoreLegacyWarning": "忽略旧版 Git 警告",
Expand Down
1 change: 1 addition & 0 deletions i18n/chs/src/vs/code/node/cliProcessMain.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"notInstalled": "未安装扩展“{0}”。",
"useId": "确保使用完整扩展 ID,包括发布服务器,如: {0}",
"successVsixInstall": "已成功安装扩展“{0}”!",
"cancelVsixInstall": "已取消安装扩展“{0}”。",
"alreadyInstalled": "已安装扩展“{0}”。",
"foundExtension": "在商店中找到了“{0}”。",
"installing": "正在安装...",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"minimap.maxColumn": "限制最小映射的宽度,尽量多地呈现特定数量的列",
"find.seedSearchStringFromSelection": "控制是否将编辑器的选中内容作为搜索词填入到查找组件",
"find.autoFindInSelection": "控制当编辑器中选中多个字符或多行文字时是否开启“在选定内容中查找”选项 ",
"find.globalFindClipboard": "控制查找小组件是否应在 macOS 上读取或修改在应用间共享的查找剪贴板",
"wordWrap.off": "永不换行。",
"wordWrap.on": "将在视区宽度处换行。",
"wordWrap.wordWrapColumn": "将在 \"editor.wordWrapColumn\" 处换行。",
Expand Down Expand Up @@ -77,7 +78,7 @@
"renderControlCharacters": "控制编辑器是否应呈现控制字符",
"renderIndentGuides": "控制编辑器是否应呈现缩进参考线",
"renderLineHighlight": "控制编辑器应如何呈现当前行突出显示,可能为“无”、“装订线”、“线”和“全部”。",
"codeLens": "控制编辑器是否显示代码滤镜",
"codeLens": "控制编辑器是否显示 CodeLens",
"folding": "控制编辑器是否启用代码折叠功能",
"showFoldingControls": "控制是否自动隐藏导航线上的折叠控件。",
"matchBrackets": "当选择其中一项时,将突出显示匹配的括号。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"lineHighlight": "光标所在行高亮内容的背景颜色。",
"lineHighlightBorderBox": "光标所在行四周边框的背景颜色。",
"rangeHighlight": "突出显示范围的背景颜色,例如 \"Quick Open\" 和“查找”功能",
"rangeHighlight": "高亮范围的背景色,例如由 \"Quick Open\" 和“查找”功能高亮的范围",
"caret": "编辑器光标颜色。",
"editorCursorBackground": "编辑器光标的背景色。可以自定义块型光标覆盖字符的颜色。",
"editorWhitespaces": "编辑器中空白字符的颜色。",
Expand All @@ -15,7 +15,7 @@
"editorRuler": "编辑器标尺的颜色。",
"editorCodeLensForeground": "编辑器 CodeLens 的前景色",
"editorBracketMatchBackground": "匹配括号的背景色",
"editorBracketMatchBorder": "匹配括号外框颜色",
"editorBracketMatchBorder": "匹配括号外框的颜色",
"editorOverviewRulerBorder": "概览标尺边框的颜色。",
"editorGutter": "编辑器导航线的背景色。导航线包括边缘符号和行号。",
"errorForeground": "编辑器中错误波浪线的前景色。",
Expand Down
2 changes: 2 additions & 0 deletions i18n/chs/src/vs/editor/contrib/folding/folding.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"foldAction.label": "折叠",
"foldRecursivelyAction.label": "以递归方式折叠",
"foldAllBlockComments.label": "折叠所有块注释",
"foldAllMarkerRegions.label": "折叠所有区域",
"unfoldAllMarkerRegions.label": "展开所有区域",
"foldAllAction.label": "全部折叠",
"unfoldAllAction.label": "全部展开",
"foldLevelAction.label": "折叠级别 {0}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"requirestring": "属性“{0}”是必要属性,其类型必须是“string”",
"optstring": "属性“{0}”可以被省略,否则其类型必须为“string”",
"vscode.extension.contributes.menuItem.command": "要执行的命令的标识符。该命令必须在 \"commands\" 部分中声明",
"vscode.extension.contributes.menuItem.alt": "要执行的替代命令的标识符。该命令必须在“命令”部分中声明",
"vscode.extension.contributes.menuItem.when": "为显示此项必须为 \"ture\" 的条件",
"vscode.extension.contributes.menuItem.alt": "要执行的替代命令的标识符。该命令必须在 ”commands\" 部分中声明",
"vscode.extension.contributes.menuItem.when": "为显示此项必须为 \"true\" 的条件",
"vscode.extension.contributes.menuItem.group": "此命令所属的组",
"vscode.extension.contributes.menus": "向编辑器提供菜单项",
"menus.commandPalette": "命令面板",
Expand All @@ -26,17 +26,17 @@
"view.viewTitle": "提供的视图的标题菜单",
"view.itemContext": "提供的视图中的项目的上下文菜单",
"nonempty": "应为非空值。",
"opticon": "可以省略属性“图标”或者它必须是一个字符串或类似“{dark, light}的文本",
"requireStringOrObject": "属性“{0}”为必需且其类型必须为“字符串”或“对象”",
"requirestrings": "属性“{0}”和“{1}`”为必需且其类型必须为“字符串”",
"opticon": "属性 \"icon\" 可以省略,否则其必须为字符串或是类似 \"{dark, light}\" 的文本",
"requireStringOrObject": "属性“{0}”是必要属性,其类型必须是 \"string\"\"object\"",
"requirestrings": "属性“{0}”和“{1}”是必要属性,其类型必须是 \"string\"",
"vscode.extension.contributes.commandType.command": "要执行的命令的标识符",
"vscode.extension.contributes.commandType.title": "在 UI 中依据其表示命令的标题",
"vscode.extension.contributes.commandType.category": "(可选)类别字符串按命令在 UI 中分组",
"vscode.extension.contributes.commandType.icon": "(可选)在 UI 中用来表示命令的图标。文件路径或者主题配置",
"vscode.extension.contributes.commandType.icon.light": "使用浅色主题时的图标路径",
"vscode.extension.contributes.commandType.icon.dark": "使用深色主题时的图标路径",
"vscode.extension.contributes.commands": "对命令面板提供命令。",
"dup": "命令“{0}”多次出现在“命令”部分",
"dup": "命令“{0}”\"commands\" 部分重复出现",
"menuId.invalid": "“{0}”为无效菜单标识符",
"missing.command": "菜单项引用未在“命令”部分进行定义的命令“{0}”。",
"missing.altCommand": "菜单项引用了未在 \"commands\" 部分定义的替代命令“{0}”。",
Expand Down
3 changes: 2 additions & 1 deletion i18n/chs/src/vs/platform/environment/node/argv.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"gotoValidation": "\"--goto\" 模式中的参数格式应为 \"FILE(:LINE(:CHARACTER))\"",
"diff": "将两个文件相互比较。",
"add": "将文件夹添加到最后一个活动窗口。",
"goto": "打开路径下的文件并定位到特定行和特定字符",
"goto": "打开路径下的文件并定位到特定行和特定列",
"locale": "要使用的区域设置(例如 en-US 或 zh-TW)。",
"newWindow": "强制创建一个新的 Code 实例。",
"performance": "通过启用 \"Developer: Startup Performance\" 命令开始。",
Expand All @@ -16,6 +16,7 @@
"inspect-brk-extensions": "允许在扩展主机在启动后暂停时进行扩展的调试与分析。检查开发人员工具可获取连接 URI。",
"reuseWindow": "在上一活动窗口中强制打开文件或文件夹。",
"userDataDir": "指定存放用户数据的目录。此目录在以 root 身份运行时十分有用。",
"log": "使用的日志级别。默认值为 \"info\"。允许的值为 \"critical\" (关键)、\"error\" (错误)、\"warn\" (警告)、\"info\" (信息)、\"debug\" (调试)、\"trace\" (跟踪) 和 \"off\" (关闭)。",
"verbose": "打印详细输出(隐含 --wait 参数)。",
"wait": "等文件关闭后再返回。",
"extensionHomePath": "设置扩展的根路径。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"vscode.extension.engines.vscode": "对于 VS Code 扩展程序,指定该扩展程序与之兼容的 VS Code 版本。不能为 *. 例如: ^0.10.5 表示最低兼容 VS Code 版本 0.10.5。",
"vscode.extension.engines.vscode": "对于 VS Code 扩展,指定与其兼容的 VS Code 版本。不能为 * 例如: ^0.10.5 表示最低兼容 VS Code 版本 0.10.5。",
"vscode.extension.publisher": "VS Code 扩展的发布者。",
"vscode.extension.displayName": "VS Code 库中使用的扩展的显示名称。",
"vscode.extension.categories": "VS Code 库用于对扩展进行分类的类别。",
"vscode.extension.galleryBanner": "VS Code 商店中使用的横幅",
"vscode.extension.galleryBanner": "VS Code 商城使用的横幅",
"vscode.extension.galleryBanner.color": "VS Code 商城页标题上的横幅颜色。",
"vscode.extension.galleryBanner.theme": "横幅文字的颜色主题。",
"vscode.extension.contributes": "由此包表示的 VS Code 扩展的所有贡献。",
"vscode.extension.preview": "在商店中将扩展标记为“预览版”",
"vscode.extension.preview": "在 Marketplace 中设置扩展,将其标记为“预览”。",
"vscode.extension.activationEvents": "VS Code 扩展的激活事件。",
"vscode.extension.activationEvents.onLanguage": "在打开被解析为指定语言的文件时发出的激活事件。",
"vscode.extension.activationEvents.onCommand": "在调用指定命令时发出的激活事件。",
Expand All @@ -22,7 +22,7 @@
"vscode.extension.activationEvents.workspaceContains": "在打开至少包含一个匹配指定 glob 模式的文件的文件夹时发出的激活事件。",
"vscode.extension.activationEvents.onView": "在指定视图被展开时发出的激活事件。",
"vscode.extension.activationEvents.star": "在 VS Code 启动时发出的激活事件。为确保良好的最终用户体验,请仅在其他激活事件组合不适用于你的情况时,才在扩展中使用此事件。",
"vscode.extension.badges": "在商店扩展页面侧边栏中显示的徽章的数组",
"vscode.extension.badges": "在 Marketplace 的扩展页边栏中显示的徽章数组",
"vscode.extension.badges.url": "徽章图像 URL。",
"vscode.extension.badges.href": "徽章链接。",
"vscode.extension.badges.description": "徽章说明。",
Expand Down
3 changes: 2 additions & 1 deletion i18n/chs/src/vs/workbench/electron-browser/actions.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@
"warn": "警告",
"err": "错误",
"critical": "关键",
"off": "关闭"
"off": "关闭",
"selectLogLevel": "选择日志级别"
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"breakpointAdded": "已添加断点,行 {0}, 文件 {1}",
"breakpointRemoved": "已删除断点,行 {0},文件 {1}",
"compoundMustHaveConfigurations": "复合项必须拥有 \"configurations\" 属性集,才能启动多个配置。",
"configMissing": "\"launch.json\" 中缺少配置“{0}”。",
"launchJsonDoesNotExist": "\"launch.json\" 不存在。",
"debugRequestNotSupported": "所选调试配置的属性“{0}”的值“{1}”不受支持。",
"debugRequesMissing": "所选的调试配置缺少属性“{0}”。",
"debugTypeNotSupported": "配置的类型“{0}”不受支持。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"name": "扩展名",
"extension id": "扩展标识符",
"preview": "预览",
"preview": "预览版",
"publisher": "发布服务器名称",
"install count": "安装计数",
"rating": "评级",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ratedByUsers": "评价来自 {0} 位用户"
"ratedByUsers": "评价来自 {0} 位用户",
"ratedBySingleUser": "评价来自 1 位用户"
}
4 changes: 3 additions & 1 deletion i18n/cht/extensions/css/client/out/cssMain.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cssserver.name": "CSS 語言伺服器"
"cssserver.name": "CSS 語言伺服器",
"folding.start": "摺疊區域開始",
"folding.end": "摺疊區域結尾"
}
5 changes: 4 additions & 1 deletion i18n/cht/extensions/emmet/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
"emmetPreferencesBemModifierSeparator": "使用 BEM 篩選時用於類別的修飾詞分隔符號",
"emmetPreferencesFilterCommentBefore": "套用註解篩選時必須置於相符元素前的註解定義。",
"emmetPreferencesFilterCommentAfter": "套用註解篩選時必須置於相符元素後的註解定義。 ",
"emmetPreferencesFilterCommentTrigger": "必須採用縮寫以套用註解篩選的屬性名稱逗點分隔清單"
"emmetPreferencesFilterCommentTrigger": "必須採用縮寫以套用註解篩選的屬性名稱逗點分隔清單",
"emmetPreferencesFormatNoIndentTags": "陣列的標籤名稱不應向內縮排",
"emmetPreferencesFormatForceIndentTags": "陣列的標籤名稱應總是向內縮排",
"emmetPreferencesAllowCompactBoolean": "若為 true,則生成布林屬性的嚴謹表示法"
}
4 changes: 3 additions & 1 deletion i18n/cht/extensions/git/out/autofetch.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
// Do not edit this file. It is machine generated.
{
"yes": "",
"no": ""
"no": "",
"not now": "不是現在",
"suggest auto fetch": "是否啟用 Git 儲存庫的自動擷取?"
}
4 changes: 4 additions & 0 deletions i18n/cht/extensions/git/out/commands.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"create branch": "$(plus) 建立新的分支",
"repourl": "儲存庫 URL",
"parent": "父目錄",
"cancel": "$ (同步 ~ 旋轉) 複製儲存庫.. 按一下以取消",
"cancel tooltip": "取消複製",
"cloning": "正在複製 Git 儲存庫...",
"openrepo": "開啟儲存庫",
"proposeopen": "要開啟複製的儲存庫嗎?",
"init": "選擇工作區資料夾以初始化 git 儲存庫",
"init repo": "初始化儲存庫",
"create repo": "初始化儲存庫",
"are you sure": "這會建立一個 Git 儲存庫在 '{0}'。確定要繼續嗎?",
Expand Down Expand Up @@ -58,6 +60,7 @@
"provide tag name": "請提供標籤名稱",
"tag message": "訊息",
"provide tag message": "請提供訊息以標註標籤",
"no remotes to fetch": "您的儲存庫未設定要擷取的遠端來源。",
"no remotes to pull": "您的儲存庫未設定要提取的遠端來源。",
"pick remote pull repo": "挑選要將分支提取出的遠端",
"no remotes to push": "您的儲存庫未設定要推送的遠端目標。",
Expand All @@ -74,6 +77,7 @@
"no stashes": "沒有要隱藏可供還原。",
"pick stash to pop": "請挑選要快顯的隱藏",
"clean repo": "請先清除您的本地儲存庫工作區再簽出。",
"cant push": "無法將參考推送到遠端。請先嘗試執行 '提取' 以整合您的變更。",
"git error details": "Git: {0}",
"git error": "Git 錯誤",
"open git log": "開啟 Git 記錄"
Expand Down
3 changes: 3 additions & 0 deletions i18n/cht/extensions/git/out/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"looking": "尋找 git : {0}",
"using git": "正在使用來自 {1} 的 git {0}",
"downloadgit": "下載 Git",
"neverShowAgain": "不要再顯示",
"notfound": "找不到 Git。安裝它或使用 \"git. path\" 設置。",
"updateGit": "更新 Git",
"git20": "您似乎已安裝 Git {0}。Code 搭配 Git >= 2 的執行效果最佳"
}
2 changes: 2 additions & 0 deletions i18n/cht/extensions/git/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"command.renameBranch": "重新命名分支...",
"command.merge": "合併分支...",
"command.createTag": "建立標籤",
"command.fetch": "擷取",
"command.pull": "提取",
"command.pullRebase": "提取 (重訂基底)",
"command.pullFrom": "從...提取",
Expand All @@ -60,6 +61,7 @@
"config.countBadge": "控制 git 徽章計數器。[全部] 會計算所有變更。[已追蹤] 只會計算追蹤的變更。[關閉] 會將其關閉。",
"config.checkoutType": "控制在執行 [簽出至...] 時,會列出那些類型的分支。[全部] 會顯示所有參考,[本機] 只會顯示本機分支,[標記] 只會顯示標記,[遠端] 只會顯示遠端分支。",
"config.ignoreLegacyWarning": "略過舊的 Git 警告",
"config.ignoreMissingGitWarning": "忽略遺漏 Git 時的警告",
"config.ignoreLimitWarning": "當儲存庫中有過多變更時,略過警告。",
"config.defaultCloneDirectory": "複製 Git 儲存庫的預設位置",
"config.enableSmartCommit": "無暫存變更時提交所有變更。",
Expand Down
4 changes: 3 additions & 1 deletion i18n/cht/extensions/html/client/out/htmlMain.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"htmlserver.name": "HTML 語言伺服器"
"htmlserver.name": "HTML 語言伺服器",
"folding.start": "摺疊區域開始",
"folding.end": "摺疊區域結束"
}
3 changes: 3 additions & 0 deletions i18n/cht/extensions/markdown/out/security.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"disable.title": "停用",
"disable.description": "允許所有內容與指令碼執行。不建議",
"moreInfo.title": "詳細資訊",
"enableSecurityWarning.title": "在此工作區中啟用預覽安全警告",
"disableSecurityWarning.title": "禁用此工作區中的預覽安全警告",
"toggleSecurityWarning.description": "不影響內容安全級別",
"preview.showPreviewSecuritySelector.title": "選擇此工作區 Markdown 預覽的安全性設定"
}

0 comments on commit 816be67

Please sign in to comment.