mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update to langpack base source file, and fix to xlf generation. (#22829)
* update to build lib and langpack base files * fix for gulp localization xlf task and xlf update * fix to yarn
This commit is contained in:
@@ -44,7 +44,6 @@
|
||||
"derivedDescription": "比對名稱相同但副檔名不同的同層級檔案。",
|
||||
"derivedLabel": "依名稱排列且同層級的檔案",
|
||||
"dirty": "當使用中編輯器具有未儲存變更的指示器",
|
||||
"falseDescription": "停用模式。",
|
||||
"fileDescription": "比對所有具特定副檔名的檔案。",
|
||||
"fileLabel": "依副檔名排列的檔案",
|
||||
"filesDescription": "比對所有具任何副檔名的檔案。",
|
||||
@@ -61,8 +60,7 @@
|
||||
"topFolderDescription": "比對具特定名稱的最上層資料夾。",
|
||||
"topFolderLabel": "依名稱排列的資料夾 (最上層)",
|
||||
"topFoldersDescription": "比對多個最上層資料夾。",
|
||||
"topFoldersLabel": "具多個名稱的資料夾 (最上層)",
|
||||
"trueDescription": "啟用模式。"
|
||||
"topFoldersLabel": "具多個名稱的資料夾 (最上層)"
|
||||
},
|
||||
"package": {
|
||||
"description": "在設定、啟動及延伸模組建議檔案等組態檔案中,提供進階 IntelliSense 及自動修正等功能。",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"contents": {
|
||||
"dist/remoteSource": {
|
||||
"branch name": "分支名稱",
|
||||
"error": "$(error) 錯誤: {0}",
|
||||
"error": "{0} 錯誤: {1}",
|
||||
"none found": "找不到遠端存放庫。",
|
||||
"pick url": "選擇複製的來源 URL。",
|
||||
"provide url": "提供存放庫 URL",
|
||||
|
||||
@@ -11,11 +11,11 @@
|
||||
"dist/publish": {
|
||||
"ignore": "選取要包含在存放庫中的檔案。",
|
||||
"openingithub": "在 GitHub 上開啟",
|
||||
"pick folder": "挑選要發佈至 GitHub 的資料夾",
|
||||
"publishing_done": "已成功將 '{0}' 存放庫發行到 GitHub。",
|
||||
"pick folder": "挑選要發布至 GitHub 的資料夾",
|
||||
"publishing_done": "已成功將 '{0}' 存放庫發布到 GitHub。",
|
||||
"publishing_firstcommit": "正在建立第一個提交",
|
||||
"publishing_private": "正在發行到私人 GitHub 存放庫",
|
||||
"publishing_public": "正在發行到公用 GitHub 存放庫",
|
||||
"publishing_private": "正在發布到私人 GitHub 存放庫",
|
||||
"publishing_public": "正在發布到公用 GitHub 存放庫",
|
||||
"publishing_uploading": "正在上傳檔案"
|
||||
},
|
||||
"dist/pushErrorHandler": {
|
||||
@@ -39,8 +39,8 @@
|
||||
"config.gitProtocol": "控制要用來複製 GitHub 存放庫的通訊協定",
|
||||
"description": "適用於 VS Code 的 GitHub 功能",
|
||||
"displayName": "GitHub",
|
||||
"welcome.publishFolder": "您也可以直接將此資料夾發佈到 GitHub 存放庫。發佈之後,您就可以存取 git 與 GitHub 所支援的原始檔控制功能。\r\n[$(github) 發佈至 GitHub](command:github.publish)",
|
||||
"welcome.publishWorkspaceFolder": "您也可以直接將工作區資料夾發佈到 GitHub 存放庫。發佈之後,您就可以存取 git 與 GitHub 所支援的原始檔控制功能。\r\n[$(github) 發佈至 GitHub](command:github.publish)"
|
||||
"welcome.publishFolder": "您也可以直接將此資料夾發布到 GitHub 存放庫。發布之後,您就可以存取 git 與 GitHub 所支援的原始檔控制功能。\r\n[$(github) 發布至 GitHub](command:github.publish)",
|
||||
"welcome.publishWorkspaceFolder": "您也可以直接將工作區資料夾發布到 GitHub 存放庫。發布之後,您就可以存取 git 與 GitHub 所支援的原始檔控制功能。\r\n[$(github) 發布至 GitHub](command:github.publish)"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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": {
|
||||
"description": "提供開啟和讀取 Jupyter .ipynb 筆記本檔案的基本支援",
|
||||
"displayName": ".ipynb 支援"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,19 +9,18 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"client\\dist\\node/jsonClient": {
|
||||
"configureLimit": "使用設定 '{0}' 來設定限制。",
|
||||
"goToSetting": "開啟設定",
|
||||
"json.clearCache.completed": "JSON 結構描述快取已清除。",
|
||||
"json.resolveError": "JSON: 結構描述解析錯誤",
|
||||
"json.schemaResolutionDisabledMessage": "已停用下載結構描述。按一下以進行設定。",
|
||||
"json.schemaResolutionErrorMessage": "無法解析結構描述。按一下以重試。",
|
||||
"jsonserver.name": "JSON 語言伺服器",
|
||||
"ok": "確定",
|
||||
"schemaDownloadDisabled": "已透過設定 '{0}' 停用下載結構描述",
|
||||
"untitled.schema": "無法載入 {0}",
|
||||
"yes never again": "不再顯示"
|
||||
"untitled.schema": "無法載入 {0}"
|
||||
},
|
||||
"client\\dist\\node/languageStatus": {
|
||||
"documentColorsStatusItem.name": "JSON 色彩符號狀態",
|
||||
"documentSymbolsStatusItem.name": "JSON 大綱狀態",
|
||||
"foldingRangesStatusItem.name": "JSON 摺疊狀態",
|
||||
"openExtension": "開啟延伸模組",
|
||||
"openSettings": "開啟設定",
|
||||
"pending.detail": "正在載入 JSON 資訊",
|
||||
@@ -31,13 +30,20 @@
|
||||
"schemaFromUserSettings": "在使用者設定中設定",
|
||||
"schemaFromextension": "由延伸模組設定: {0}",
|
||||
"schemaPicker.title": "用於 {0} 的 JSON 結構描述",
|
||||
"status.button.configure": "設定",
|
||||
"status.error": "無法計算使用的架構",
|
||||
"status.multipleSchema": "已設定多個 JSON 架構。",
|
||||
"status.noSchema": "未設定 JSON 架構。",
|
||||
"status.limitedDocumentColors.details": "只顯示 {0} 個色彩裝飾項目",
|
||||
"status.limitedDocumentColors.short": "色彩符號有限",
|
||||
"status.limitedDocumentSymbols.details": "只顯示 {0} 個文件符號",
|
||||
"status.limitedDocumentSymbols.short": "大綱有限",
|
||||
"status.limitedFoldingRanges.details": "只顯示 {0} 個摺疊範圍",
|
||||
"status.limitedFoldingRanges.short": "摺疊範圍有",
|
||||
"status.multipleSchema": "已設定多個 JSON 結構描述",
|
||||
"status.noSchema": "未設定 JSON 結構描述",
|
||||
"status.noSchema.short": "背結構描述驗證",
|
||||
"status.notJSON": "不是 JSON 編輯器",
|
||||
"status.openSchemasLink": "顯示結構描述",
|
||||
"status.singleSchema": "已設定 JSON 架構。",
|
||||
"status.singleSchema": "已設定 JSON 結構描述",
|
||||
"status.withSchema.short": "結構描述已驗證",
|
||||
"status.withSchemas.short": "結構描述已驗證",
|
||||
"statusItem.name": "JSON 驗證狀態"
|
||||
@@ -51,6 +57,7 @@
|
||||
"json.command.clearCache": "清除結構描述快取",
|
||||
"json.enableSchemaDownload.desc": "若啟用,則可以從 http 和 https 位置擷取 JSON 結構描述。",
|
||||
"json.format.enable.desc": "啟用/停用預設 JSON 格式器",
|
||||
"json.format.keepLines.desc": "格式化時保留所有現有的新行。",
|
||||
"json.maxItemsComputed.desc": "大綱符號和計算摺疊區域的數目上限 (因效能原因限制)。",
|
||||
"json.maxItemsExceededInformation.desc": "超過大綱符號和摺疊區域的數目上限時顯示通知。",
|
||||
"json.schemaResolutionErrorMessage": "無法解析結構描述。",
|
||||
|
||||
@@ -8,15 +8,21 @@
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/languageFeatures/documentLinkProvider": {
|
||||
"documentLink.tooltip": "追蹤連結"
|
||||
"dist/client": {
|
||||
"markdownServer.name": "Markdown 語言伺服器"
|
||||
},
|
||||
"dist/languageFeatures/diagnostics": {
|
||||
"ignoreLinksQuickFix.title": "從連結驗證排除'{0}'。"
|
||||
},
|
||||
"dist/languageFeatures/fileReferences": {
|
||||
"error.noResource": "尋找檔案參考失敗。未提供任何資源。",
|
||||
"progress.title": "正在尋找檔案參考"
|
||||
},
|
||||
"dist/languageFeatures/rename": {
|
||||
"invalidRenameLocation": "位置不支援重新命名"
|
||||
"dist/preview/documentRenderer": {
|
||||
"preview.notFound": "找不到 {0}",
|
||||
"preview.securityMessage.label": "內容已停用安全性警告",
|
||||
"preview.securityMessage.text": "此文件中的部分內容已停用",
|
||||
"preview.securityMessage.title": "Markdown 預覽中已停用可能不安全或無防護的內容。請將 Markdown 預覽的安全性設定變更為允許無防護的內容,或啟用指令碼"
|
||||
},
|
||||
"dist/preview/preview": {
|
||||
"lockedPreviewTitle": "[預覽] {0}",
|
||||
@@ -24,12 +30,6 @@
|
||||
"preview.clickOpenFailed": "無法開啟 {0}",
|
||||
"previewTitle": "預覽 {0}"
|
||||
},
|
||||
"dist/preview/previewContentProvider": {
|
||||
"preview.notFound": "找不到 {0}",
|
||||
"preview.securityMessage.label": "內容已停用安全性警告",
|
||||
"preview.securityMessage.text": "此文件中的部分內容已停用",
|
||||
"preview.securityMessage.title": "Markdown 預覽中已停用可能不安全或無防護的內容。請將 Markdown 預覽的安全性設定變更為允許無防護的內容,或啟用指令碼"
|
||||
},
|
||||
"dist/preview/security": {
|
||||
"disable.description": "允許所有內容與指令碼執行。不建議",
|
||||
"disable.title": "停用",
|
||||
@@ -46,7 +46,14 @@
|
||||
"toggleSecurityWarning.description": "不影響內容安全性層級"
|
||||
},
|
||||
"package": {
|
||||
"configuration.markdown.editor.drop.enabled": "啟用/停用放入 Markdown 編輯器以插入班次。需要啟用 `#workbenck.experimental.editor.dropIntoEditor.enabled#`。",
|
||||
"configuration.markdown.editor.drop.enabled": "將啟用/停用放入 Markdown editor 以插入班次。需要啟用 `#editor.dropIntoEditor.enabled#`。",
|
||||
"configuration.markdown.editor.pasteLinks.enabled": "啟用/停用將檔案貼到 Markdown 編輯器時插入 Markdown 連結。需要啟用 `#editor.experimental.pasteActions.enabled#`。",
|
||||
"configuration.markdown.experimental.validate.enabled.description": "啟用/停用 Markdown 檔案中的所有錯誤報告。",
|
||||
"configuration.markdown.experimental.validate.fileLinks.enabled.description": "驗證 Markdown 檔案中其他檔案的連結,例如 `[link](/path/to/file.md)`。這會檢查目標檔案是否存在。需要啟用 `#markdown.experimental.validate.enabled#`。",
|
||||
"configuration.markdown.experimental.validate.fileLinks.markdownFragmentLinks.description": "驗證 Markdown 檔案中其他檔案中標題連結的片段部分,例如 '[link](/path/to/file.md#header)'。根據預設,從 '#markdown.experimental.validate.fragmentLinks.enabled#' 繼承設定值。",
|
||||
"configuration.markdown.experimental.validate.fragmentLinks.enabled.description": "驗證目前 Markdown 檔案中標頭的片段連結,例如 `[link](#header)`。需要啟用 `#markdown.experimental.validate.enabled#`。",
|
||||
"configuration.markdown.experimental.validate.ignoreLinks.description": "設定不應驗證的連結。例如,`/about` 不會驗證連結 `[about](/about)`,而 glob `/assets/**/*.svg` 可讓您略過驗證 'assets' 目錄下之 '.svg' 檔案的任何連結。",
|
||||
"configuration.markdown.experimental.validate.referenceLinks.enabled.description": "驗證 Markdown 檔案中的參考連結,例如 `[link][ref]`。需要啟用 `#markdown.experimental.validate.enabled#`。",
|
||||
"configuration.markdown.links.openLocation.beside": "開啟使用中編輯器旁邊的連結。",
|
||||
"configuration.markdown.links.openLocation.currentGroup": "在使用中的編輯器群組開啟連結。",
|
||||
"configuration.markdown.links.openLocation.description": "控制應在何處開啟 Markdown 檔案中的連結。",
|
||||
@@ -75,7 +82,8 @@
|
||||
"markdown.showPreviewSecuritySelector.title": "變更預覽的安全性設定",
|
||||
"markdown.showSource.title": "顯示來源",
|
||||
"markdown.styles.dec": "可從 Markdown 預覽使用之 CSS 樣式表的 URL 或本機路徑清單。相對路徑指的是相對於在總管中開啟的資料夾。若沒有開啟的資料夾,相對路徑則是相對於 Markdown 檔案的位置。所有 '\\' 都必須寫成 '\\\\'。",
|
||||
"markdown.trace.desc": "允許 Markdown 延伸模組進行偵錯記錄。",
|
||||
"markdown.trace.extension.desc": "允許 Markdown 延伸模組進行偵錯記錄。",
|
||||
"markdown.trace.server.desc": "追蹤 VS Code 與 Markdown 語言伺服器之間的通訊。",
|
||||
"workspaceTrust": "載入工作區中設定的樣式時所需。"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/AADHelper": {
|
||||
"pasteCodePlaceholder": "在這裡貼上授權碼...",
|
||||
"pasteCodePrompt": "提供授權碼以完成登入流程。",
|
||||
"pasteCodeTitle": "Microsoft 驗證",
|
||||
"signOut": "因為讀取儲存的驗證資訊失敗,所以已將您登出。"
|
||||
},
|
||||
"package": {
|
||||
|
||||
@@ -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": {
|
||||
"description": "為筆記本提供基本輸出轉譯器",
|
||||
"displayName": "內建筆記本輸出轉譯器"
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user