Skip to content

Commit

Permalink
2017/11/7. Final localization merge for October update from Transifex.
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeh authored and dbaeumer committed Nov 9, 2017
1 parent 09452aa commit 924e63e
Show file tree
Hide file tree
Showing 310 changed files with 834 additions and 158 deletions.
2 changes: 1 addition & 1 deletion i18n/chs/extensions/git/out/commands.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"no changes stash": "没有要储藏的更改。",
"provide stash message": "提供储藏消息(可选)",
"stash message": "储藏消息",
"no stashes": "没有可以恢复的存储",
"no stashes": "没有可以恢复的储藏",
"pick stash to pop": "选择要弹出的储藏",
"clean repo": "在签出前,请清理存储库工作树。",
"cant push": "无法推送 refs 到远端。请先运行“拉取”功能以整合你的更改。",
Expand Down
8 changes: 7 additions & 1 deletion i18n/chs/extensions/git/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,11 @@
"config.defaultCloneDirectory": "克隆 Git 存储库的默认位置",
"config.enableSmartCommit": "在没有暂存的更改时提交所有更改。",
"config.enableCommitSigning": "启用使用 GPG 签名的提交",
"config.discardAllScope": "控制运行“放弃所有更改”命令时放弃的更改类型。\"all\" 放弃所有更改。\"tracked\" 只放弃跟踪的文件。\"prompt\" 表示在每次运行此操作时显示提示对话框。"
"config.discardAllScope": "控制运行“放弃所有更改”命令时放弃的更改类型。\"all\" 放弃所有更改。\"tracked\" 只放弃跟踪的文件。\"prompt\" 表示在每次运行此操作时显示提示对话框。",
"config.decorations.enabled": "控制 Git 是否向资源管理器和“打开的编辑器”视图添加颜色和小标。",
"colors.modified": "已修改资源的颜色。",
"colors.deleted": "已删除资源的颜色。",
"colors.untracked": "未跟踪资源的颜色。",
"colors.ignored": "已忽略资源的颜色。",
"colors.conflict": "存在冲突的资源的颜色。"
}
3 changes: 2 additions & 1 deletion i18n/chs/extensions/npm/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"config.npm.autoDetect": "控制自动检测 npm 脚本是否打开。默认开启。",
"config.npm.runSilent": "使用 \"--silent\" 选项运行 npm 命令",
"config.npm.runSilent": "使用 \"--silent\" 选项运行 npm 命令。",
"config.npm.packageManager": "用于运行脚本的程序包管理器。",
"npm.parseError": "Npm 任务检测: 无法分析文件 {0}"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
// Do not edit this file. It is machine generated.
{
"acquiringTypingsLabel": "正在获取 typings...",
"acquiringTypingsDetail": "获取 IntelliSense 的 typings 定义。"
"acquiringTypingsDetail": "获取 IntelliSense 的 typings 定义。",
"autoImportLabel": "从 {0} 自动导入"
}
1 change: 1 addition & 0 deletions i18n/chs/src/vs/workbench/common/theme.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"editorGroupBorder": "将多个编辑器组彼此分隔开的颜色。编辑器组是编辑器的容器。",
"editorDragAndDropBackground": "拖动编辑器时的背景颜色。此颜色应有透明度,以便编辑器内容能透过背景。",
"panelBackground": "面板的背景色。面板显示在编辑器区域下方,可包含输出和集成终端等视图。",
"panelBorder": "将面板与编辑器隔开的边框的颜色。面板显示在编辑区域下方,包含输出和集成终端等视图。",
"panelActiveTitleForeground": "活动面板的标题颜色。面板显示在编辑器区域下方,并包含输出和集成终端等视图。",
"panelInactiveTitleForeground": "非活动面板的标题颜色。面板显示在编辑器区域下方,并包含输出和集成终端等视图。",
"panelActiveTitleBorder": "活动面板的边框颜色。面板显示在编辑器区域下方,包含输出和集成终端等视图。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"preserveInput": "控制是否在再次打开命令面板时恢复上一次的输入内容。",
"closeOnFocusLost": "控制 Quick Open 是否应在失去焦点时自动关闭。",
"openDefaultSettings": "控制打开设置时是否打开显示所有默认设置的编辑器。",
"experimentalFuzzySearchEndpoint": "表示用于实验性设置搜索的端点。",
"experimentalFuzzySearchKey": "表示用于实验性设置搜索的密钥。",
"sideBarLocation": "控制边栏的位置。它可显示在工作台的左侧或右侧。",
"panelLocation": "控制面板的位置。它可显示在工作台的底部或右侧。",
"statusBarVisibility": "控制工作台底部状态栏的可见性。",
"activityBarVisibility": "控制工作台中活动栏的可见性。",
"closeOnFileDelete": "控制文件被其他某些进程删除或重命名时是否应该自动关闭显示文件的编辑器。禁用此项会保持编辑器作为此类事件的脏文件打开。请注意,从应用程序内部进行删除操作会始终关闭编辑器,并且脏文件始终不会关闭以保存数据。",
"experimentalFuzzySearchEndpoint": "表示用于实验性设置搜索的端点。",
"experimentalFuzzySearchKey": "表示用于实验性设置搜索的密钥。",
"fontAliasing": "控制工作台中字体的渲染方式\n- default: 次像素平滑字体。将在大多数非 retina 显示器上显示最清晰的文字\n- antialiased: 进行像素而不是次像素级别的字体平滑。可能会导致字体整体显示得更细\n- none: 禁用字体平滑。将显示边缘粗糙、有锯齿的文字",
"workbench.fontAliasing.default": "次像素平滑字体。将在大多数非 retina 显示器上显示最清晰的文字。",
"workbench.fontAliasing.antialiased": "进行像素而不是次像素级别的字体平滑。可能会导致字体整体显示得更细。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"selectAndStartDebug": "选择并启动调试配置"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"compoundMustHaveConfigurations": "复合项必须拥有 \"configurations\" 属性集,才能启动多个配置。",
"configMissing": "\"launch.json\" 中缺少配置“{0}”。",
"debugRequestNotSupported": "所选调试配置的属性“{0}”的值“{1}”不受支持。",
"debugRequesMissing": "所选的调试配置缺少属性“{0}”。",
"debugTypeNotSupported": "配置的类型“{0}”不受支持。",
"debugTypeMissing": "所选的启动配置缺少属性 \"type\"",
"debugAnyway": "仍进行调试",
Expand All @@ -21,5 +22,6 @@
"preLaunchTaskExitCode": "preLaunchTask“{0}”已终止,退出代码为 {1}。",
"noFolderWorkspaceDebugError": "无法调试活动文件。请确保它保存在磁盘上,并确保已为该文件类型安装了调试扩展。",
"NewLaunchConfig": "请设置应用程序的启动配置文件。{0}",
"DebugTaskNotFound": "找不到 preLaunchTask“{0}”。"
"DebugTaskNotFound": "找不到 preLaunchTask“{0}”。",
"taskNotTracked": "无法跟踪预启动任务“{0}”。"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{
"fileBasedRecommendation": "根据您最近打开的文件推荐此扩展。",
"workspaceRecommendation": "当前工作区的用户推荐此扩展。",
"exeBasedRecommendation": "根据你安装的 {0},向你推荐此扩展。",
"reallyRecommended2": "建议对这种类型的文件使用“{0}”扩展。",
"reallyRecommendedExtensionPack": "建议对这种类型的文件使用“{0}”扩展包。",
"showRecommendations": "显示建议",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"dynamicHeight": "控制打开的编辑器部分的高度是否应动态适应元素数量。",
"autoReveal": "控制资源管理器是否应在打开文件时自动显示并选择它们。",
"enableDragAndDrop": "控制资源管理器是否应该允许通过拖放移动文件和文件夹。",
"confirmDragAndDrop": "控制在资源管理器内拖放移动文件或文件夹时是否进行确认。",
"confirmDelete": "控制资源管理器是否应在删除文件到回收站时进行确认。",
"sortOrder.default": "按名称的字母顺序排列文件和文件夹。文件夹显示在文件前。",
"sortOrder.mixed": "按名称的字母顺序排列文件和文件夹。两者穿插显示。",
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.
{
"label": "资源管理器"
"label": "资源管理器",
"canNotResolve": "无法解析工作区文件夹"
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"exclude.boolean": "匹配文件路径所依据的 glob 模式。设置为 true 或 false 可启用或禁用该模式。",
"exclude.when": "对匹配文件的同级文件的其他检查。使用 $(basename) 作为匹配文件名的变量。",
"useRipgrep": "控制是否在文本和文件搜索中使用 ripgrep",
"useIgnoreFilesByDefault": "控制在新工作区中搜索文本时是否默认使用 .gitignore 和 .ignore 文件。",
"useIgnoreFiles": "控制搜索文件时是否使用 .gitignore 和 .ignore 文件。",
"search.quickOpen.includeSymbols": "配置为在 Quick Open 文件结果中包括全局符号搜索的结果。",
"search.followSymlinks": "控制是否在搜索中跟踪符号链接。"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"bubbleTitle": "包含强调项"
}
9 changes: 8 additions & 1 deletion i18n/cht/extensions/emmet/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
"emmetSyntaxProfiles": "為指定的語法定義設定檔,或透過特定規則使用自己的設定檔。",
"emmetExclude": "不應展開 Emmet 縮寫的語言陣列。",
"emmetExtensionsPath": "包含 Emmet 設定檔及程式碼片段的資料夾路徑",
"emmetShowExpandedAbbreviation": "顯示建議之展開的 Emmet 縮寫。\n\"inMarkupAndStylesheetFilesOnly\" 選項適用於 html、haml、jade、slim、xml、xsl、css、scss、sass、less 和 stylus。\n不論 markup/css 為何,該選項「一律」適用於檔案的所有部分。",
"emmetShowAbbreviationSuggestions": "顯示建議可能的 Emmet 縮寫。但在樣式表內或 emmet.showExpandedAbbreviation 設為「永不」時,則不適用。",
"emmetIncludeLanguages": "以預設未支援的語言啟用 Emmet 縮寫。在此新增該語言和 Emmet 支援的語言間之對應。\n例如: {\"vue-html\": \"html\", \"javascript\": \"javascriptreact\"} ",
"emmetVariables": "在 Emmet 程式碼片段中使用的變數",
"emmetTriggerExpansionOnTab": "啟用時,按下 Tab 鍵即可展開 Emmet 縮寫。",
"emmetPreferences": "喜好設定,用以修改某些動作的行為及 Emmet 的解析程式。",
Expand All @@ -42,5 +44,10 @@
"emmetPreferencesCssBetween": "展開 CSS 縮寫時,要放在 CSS 屬性與值之間的符號",
"emmetPreferencesSassBetween": "在 SASS 檔案中展開 CSS 縮寫時,要放在 CSS 屬性與值之間的符號",
"emmetPreferencesStylusBetween": "在手寫筆檔案中展開 CSS 縮寫時,要放在 CSS 屬性與值之間的符號",
"emmetShowSuggestionsAsSnippets": "若為 true,則 Emmet 建議會顯示為程式碼片段,可讓您在每個 editor.snippetSuggestions 設定為其排序。"
"emmetShowSuggestionsAsSnippets": "若為 true,則 Emmet 建議會顯示為程式碼片段,可讓您在每個 editor.snippetSuggestions 設定為其排序。",
"emmetPreferencesBemElementSeparator": "使用 BEM 篩選時用於類別的元素分隔符號",
"emmetPreferencesBemModifierSeparator": "使用 BEM 篩選時用於類別的修飾詞分隔符號",
"emmetPreferencesFilterCommentBefore": "套用註解篩選時必須置於相符元素前的註解定義。",
"emmetPreferencesFilterCommentAfter": "套用註解篩選時必須置於相符元素後的註解定義。 ",
"emmetPreferencesFilterCommentTrigger": "必須採用縮寫以套用註解篩選的屬性名稱逗點分隔清單"
}
8 changes: 7 additions & 1 deletion i18n/cht/extensions/git/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,11 @@
"config.defaultCloneDirectory": "複製 Git 儲存庫的預設位置",
"config.enableSmartCommit": "無暫存變更時提交所有變更。",
"config.enableCommitSigning": "啟用 GPG 認可簽署。",
"config.discardAllScope": "控制 `Discard all changes` 命令會捨棄的變更。`all` 會捨棄所有變更。`tracked` 只會捨棄追蹤的檔案。`prompt` 會在每次動作執行時顯示提示對話方塊。"
"config.discardAllScope": "控制 `Discard all changes` 命令會捨棄的變更。`all` 會捨棄所有變更。`tracked` 只會捨棄追蹤的檔案。`prompt` 會在每次動作執行時顯示提示對話方塊。",
"config.decorations.enabled": "控制 Git 是否提供色彩及徽章給總管及開啟編輯器視窗。",
"colors.modified": "修改資源的顏色。",
"colors.deleted": "刪除資源的顏色",
"colors.untracked": "未追蹤資源的顏色。",
"colors.ignored": "忽略資源的顏色。",
"colors.conflict": "帶有衝突資源的顏色。"
}
4 changes: 3 additions & 1 deletion i18n/cht/extensions/npm/out/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"npm.parseError": "Npm 工作刪除: 解析檔案 {0} 失敗"
}
4 changes: 3 additions & 1 deletion i18n/cht/extensions/npm/package.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.
{
"config.npm.autoDetect": "控制是否自動檢測npm腳本.預設為開啟.",
"config.npm.runSilent": "以 '--silent' 選項執行 npm 命令 "
"config.npm.runSilent": "以 `--silent` 選項執行 npm 命令。 ",
"config.npm.packageManager": "用來執行指令碼的套件管理員。",
"npm.parseError": "Npm 工作刪除: 解析檔案 {0} 失敗"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
// Do not edit this file. It is machine generated.
{
"acquiringTypingsLabel": "正在擷取 typings...",
"acquiringTypingsDetail": "正在為 IntelliSense 擷取 typings 定義。"
"acquiringTypingsDetail": "正在為 IntelliSense 擷取 typings 定義。",
"autoImportLabel": "自動從 {0} 匯入"
}
4 changes: 3 additions & 1 deletion i18n/cht/extensions/typescript/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@
"typescript.problemMatchers.tsc.label": "TypeScript 問題",
"typescript.problemMatchers.tscWatch.label": " TypeScript 問題 (監看模式)",
"typescript.quickSuggestionsForPaths": "啟用/停用在輸入匯入路徑顯示即時建議。",
"typescript.locale": "設定報告 TypeScript 錯誤的語系。需要 TypeScript >= 2.6.0。預設值 'null' 則使用 VS Code 的語系來顯示 TypeScript 錯誤。"
"typescript.locale": "設定報告 TypeScript 錯誤的語系。需要 TypeScript >= 2.6.0。預設值 'null' 則使用 VS Code 的語系來顯示 TypeScript 錯誤。",
"javascript.implicitProjectConfig.experimentalDecorators": "啟用/停用 JavaScript 檔案中非專案部分的 'experimentalDecorators'。現有的 jsconfig.json 或 tsconfig.json 檔案會覆寫此設定。需要 TypeScript >=2.3.1。",
"typescript.autoImportSuggestions.enabled": "啟用/停用 自動匯入建議。需要 TypeScript >=2.6.1"
}
3 changes: 3 additions & 0 deletions i18n/cht/src/vs/code/electron-main/windows.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"ok": "確定",
"pathNotExistTitle": "路徑不存在",
"pathNotExistDetail": "磁碟上似乎已沒有路徑 '{0}'。",
"reopen": "重新開啟(&&R)",
"wait": "繼續等候(&&K)",
"close": "關閉(&&C)",
"appStalled": "視窗已沒有回應",
"appStalledDetail": "您可以重新開啟或關閉視窗,或是繼續等候。",
"appCrashed": "視窗已損毀",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"listHoverForeground": "滑鼠暫留在項目時的清單/樹狀前景。",
"listDropBackground": "使用滑鼠四處移動項目時的清單/樹狀拖放背景。",
"highlight": "在清單/樹狀內搜尋時,相符醒目提示的清單/樹狀前景色彩。",
"invalidItemForeground": "列表/樹狀 無效項目的前景色彩,例如在瀏覽視窗無法解析的根目錄",
"pickerGroupForeground": "分組標籤的快速選擇器色彩。",
"pickerGroupBorder": "分組邊界的快速選擇器色彩。",
"buttonForeground": "按鈕前景色彩。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"manageExtension": "管理延伸模組",
"titleKeybinding": "{0} ({1})",
"hide": "隱藏",
"keep": "保留",
"toggle": "切換釘選的檢視"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"closePanel": "關閉面板",
"togglePanel": "切換面板",
"focusPanel": "將焦點移至面板",
"toggledPanelPosition": "切換面板位置",
"moveToRight": "向右移",
"moveToBottom": "向下移",
"toggleMaximizedPanel": "切換最大化面板",
"maximizePanel": "最大化面板大小",
"minimizePanel": "還原面板大小",
Expand Down
2 changes: 2 additions & 0 deletions i18n/cht/src/vs/workbench/common/theme.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
"editorGroupBorder": "用以分隔多個編輯器群組彼此的色彩。編輯器群組是編輯器的容器。",
"editorDragAndDropBackground": "拖拉編輯器時的背景顏色,可設置透明度讓內容穿透顯示.",
"panelBackground": "面板的前景色彩。面板會顯示在編輯器區域的下方,其中包含諸如輸出與整合式終端機等檢視。",
"panelBorder": "用來區隔面板與編輯器的面板邊界色彩。面板會顯示於編輯器區域的下方,並會包含檢視,如輸出和整合終端機。",
"panelActiveTitleForeground": "使用中之面板標題的標題色彩。面板會顯示在編輯器區域的下方,其中包含諸如輸出與整合式終端機等檢視。",
"panelInactiveTitleForeground": "非使用中之面板標題的標題色彩。面板會顯示在編輯器區域的下方,其中包含諸如輸出與整合式終端機等檢視。",
"panelActiveTitleBorder": "使用中之面板標題的框線色彩。面板會顯示在編輯器區域的下方,其中包含諸如輸出與整合式終端機等檢視。",
"panelDragAndDropBackground": "拖放面板標題項目的意見反應色彩。色彩必須具有透明度,面板項目才能顯示。面板會顯示於編輯區域的底部,並會包含檢視,如輸出和整合終端機。",
"statusBarForeground": "當一個工作區被開啟時,狀態列的前景色彩。狀態列會顯示在視窗的底部。",
"statusBarNoFolderForeground": "當未開啟任何資料夾時,狀態列的前景色彩。狀態列會顯示在視窗的底部。",
"statusBarBackground": "當一個工作區被開啟時,狀態列的背景色彩。狀態列會顯示在視窗的底部。",
Expand Down
Loading

0 comments on commit 924e63e

Please sign in to comment.