Update resource strings for 1.9.0 langpacks (#6144)

* Refresh loc resources

* Update loc strings
This commit is contained in:
Karl Burtram
2019-06-24 13:34:30 -07:00
committed by GitHub
parent cf85bb14f5
commit e3f26e8f12
1757 changed files with 41821 additions and 17438 deletions

View File

@@ -22,7 +22,7 @@
"out/extension": {
"server.ready.nocapture.error": "格式 URI ({0}) 使用替代預留位置,但模式並未擷取任何內容。",
"server.ready.placeholder.error": "格式 URI ('{0}) 必須剛好包含一個替代預留位置。",
"server.ready.chrome.not.installed": "動作 'debugWithChrome' 需要 '{0}"
"server.ready.chrome.not.installed": "The action '{0}' requires the '{1}' extension."
}
}
}

View File

@@ -0,0 +1,16 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"version": "1.0.0",
"contents": {
"package": {
"displayName": "Git UI",
"description": "Git SCM UI Integration"
}
}
}

View File

@@ -57,8 +57,8 @@
"command.pushForce": "推送(強制更新)",
"command.pushTo": "推送至...",
"command.pushToForce": "推送至...(強制更新)",
"command.pushWithTags": "使用標籤推送",
"command.pushWithTagsForce": "使用標籤推送 (強制)",
"command.pushFollowTags": "Push (Follow Tags)",
"command.pushFollowTagsForce": "Push (Follow Tags, Force)",
"command.addRemote": "新增遠端存放庫",
"command.removeRemote": "移除遠端存放庫",
"command.sync": "同步處理",
@@ -122,6 +122,7 @@
"config.rebaseWhenSync": "當執行同步命令時強制 git 使用 rebase。",
"config.confirmEmptyCommits": "建立空白認可時一律進行確認。",
"config.fetchOnPull": "當提取或目前分支時,擷取所有分支。",
"config.pullTags": "Fetch all tags when pulling.",
"config.autoStash": "先隱藏再提取任何變更,並在成功提取後,將其還原。",
"config.allowForcePush": "控制是否啟用強制推送 (不論是否有新的認可)。",
"config.useForcePushWithLease": "控制強制推送是否使用較安全的 force-with-lease 方法。",
@@ -200,7 +201,8 @@
"selectFolder": "選擇儲存庫位置",
"cloning": "正在複製 Git 儲存庫 '{0}'... ",
"proposeopen": "要開啟複製的儲存庫嗎?",
"openrepo": "開啟存放庫",
"openrepo": "開啟",
"openreponew": "Open in New Window",
"add": "新增到工作區",
"proposeopen2": "要開啟以複製的儲存庫, 或將其新增到目前工作區?",
"init": "選擇工作區資料夾以初始化 git 儲存庫",
@@ -277,7 +279,6 @@
"confirm force push": "您即將強制推送自己的變更,這可能具有破壞性且可能不小心覆寫他人所做的變更。\n\n確定要繼續嗎?",
"ok": "確定",
"never ask again": "確定,不要再詢問",
"push with tags success": "已成功使用標籤推送。",
"nobranch": "請簽出分支以推送到遠端。",
"confirm publish branch": "分支 '{0}' 沒有任何上游分支。 您仍想發布這個分支嗎?",
"pick remote": "挑選要發行分支 '{0}' 的目標遠端:",

View File

@@ -47,6 +47,9 @@
"previewTitle": "預覽 [0]",
"preview.clickOpenFailed": "無法開啟 {0}"
},
"out/features/documentLinkProvider": {
"documentLink.tooltip": "follow link"
},
"out/security": {
"strict.title": "嚴謹",
"strict.description": "僅載入安全內容",

View File

@@ -25,7 +25,11 @@
"config.title": "合併衝突",
"config.autoNavigateNextConflictEnabled": "是否在解決合併衝突後自動導覽至下一個合併衝突。",
"config.codeLensEnabled": "為編輯器內的合併衝突區塊建立 Code Lens。",
"config.decoratorsEnabled": "為編輯器內的合併衝突區塊建立裝飾項目。 "
"config.decoratorsEnabled": "為編輯器內的合併衝突區塊建立裝飾項目。 ",
"config.diffViewPosition": "Controls where the diff view should be opened when comparing changes in merge conflicts.",
"config.diffViewPosition.current": "Open the diff view in the current editor group.",
"config.diffViewPosition.beside": "Open the diff view next to the current editor group.",
"config.diffViewPosition.below": "Open the diff view below the current editor group."
},
"out/mergeDecorator": {
"currentChange": "(目前變更)",

View File

@@ -67,7 +67,7 @@
"typescript.suggestionActions.enabled": "在編輯器中為 TypeScript 檔案啟用/停用建議診斷。需要在工作區中使用 TypeScript 2.8 或更新版。",
"typescript.preferences.quoteStyle": "建議用於快速修正的引號樣式: `single` 單引號、`double` 雙引號或 `auto` 從現有匯入自動推斷引號類型。需要在工作區中使用 TypeScript 2.9 或更新版。",
"typescript.preferences.importModuleSpecifier": "自動匯入的偏好路徑樣式。",
"typescript.preferences.importModuleSpecifier.auto": "推斷最短的路徑類型。",
"typescript.preferences.importModuleSpecifier.auto": "Automatically select import path style. Prefers using a relative import if `baseUrl` is configured and the relative path has fewer segments than the non-relative import.",
"typescript.preferences.importModuleSpecifier.relative": "相對於檔案位置。",
"typescript.preferences.importModuleSpecifier.nonRelative": "以 `jsconfig.json` / `tsconfig.json` 中設定的 `baseUrl` 為基礎。",
"typescript.updateImportsOnFileMove.enabled": "當在 VS Code 重新命名或移動檔案時,啟用/停用自動更新匯入路徑。必須在工作區中使用 TypeScript 2.9 或更新版本。",
@@ -80,6 +80,9 @@
"configuration.suggest.completeJSDocs": "啟用/停用完成 JSDoc 註解的建議。",
"typescript.preferences.renameShorthandProperties": "啟用/停用在重新命名期間為物件速記屬性引入別名。必須在工作區中使用 TypeScript 3.4 或更新版本。"
},
"out/utils/versionStatus": {
"typescriptVersion": "TypeScript: Version"
},
"out/utils/versionProvider": {
"couldNotLoadTsVersion": "無法在此路徑載入 TypeScript 版本",
"noBundledServerFound": "其他應用程式已刪除了 VS Code 的 tsserver例如行為不當的病毒偵測工具。請重新安裝 VS Code。"
@@ -102,6 +105,7 @@
"neverAgain": "停用 JS/TS 調查"
},
"out/utils/projectStatus": {
"statusExclude": "TypeScript: Configure Excludes",
"hintExclude": "若要讓整個專案都能使用 JavaScript/TypeScript 語言功能,請排除內含許多檔案的資料夾,例如: {0}",
"hintExclude.generic": "若要讓整個專案都能使用 JavaScript/TypeScript 語言功能,請排除內含您未使用之來源檔案的大型資料夾。",
"large.label": "設定排除項目",

File diff suppressed because it is too large Load Diff