Files
azuredatastudio/i18n/ads-language-pack-zh-hant/translations/extensions/json-language-features.i18n.json
Alex Ma f7b9ca775a Update for language packs, (#14912)
* update DE lang pack extension strings from previous refresh

* bump lang pack versions for DE

* update for spanish langpack

* update for french langpack

* update for italian pack

* update for japanese pack

* update for korean pack

* update for Brazilian Portuguese pack

* update for Russian pack

* Update for Simplified Chinese pack

* update for Traditional Chinese pack

* added updated language packs for german and spanish

* changed vscode version

* added french and italian packs

* changes made to main

* japanese language pack added

* added korean pack

* Added Portuguese pack

* added russian pack, also small change to pt pack

* simplified chinese pack

* added traditional chinese pack

* deleted old language packs

* restore sql.i18n.json files

* Main.i18n.json reverted

* Revert sql json files

* main.i18n.json file for German updated

* updates to language packs 1

* main json for italian updated.

* update to japanese main

* finished translations for vs and sql in main.

* added ADS exclusive extensions to package.json

* fixed markdown and seti translation ids

* German language pack fixed

* Removed make from ads-language-pack-de and fixed es language pack

* french language pack fixed

* fixed italian language pack and restored typescript-basics

* removed unnecessary readme strings and nsions.

* fixed japanese pack

* Korean language pack fixed

* Portuguese language pack fixed

* fixed russian language pack

* Simplified Chinese pack fixed

* traditional chinese fixed

* restored sqlservernotebook
2021-03-31 11:08:45 -07:00

42 lines
2.7 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"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": "JSON 語言功能",
"description": "為 JSON 檔案提供豐富的語言支援",
"json.schemas.desc": "在結構描述與目前專案的 JSON 檔案之間建立關聯",
"json.schemas.url.desc": "目前目錄中的結構描述 URL 或結構描述相對路徑",
"json.schemas.fileMatch.desc": "各種在將 JSON 檔案解析為結構描述時,用以比對的檔案樣式。可使用 '*' 作為萬用字元,也可在開頭使用 '!' 來定義排除樣式。只要有一個比對樣式,就會比對檔案,而且最後一個比對樣式不得為排除樣式。",
"json.schemas.fileMatch.item.desc": "可包含 '*' 的檔案模式,在將 JSON 檔案解析成結構描述時的比對對象。",
"json.schemas.schema.desc": "指定 URL 的結構描述定義。只須提供結構描述以避免存取結構描述 URL。",
"json.format.enable.desc": "啟用/停用預設 JSON 格式器",
"json.tracing.desc": "追蹤 VS Code 與 JSON 語言伺服器之間的通訊。",
"json.colorDecorators.enable.desc": "啟用或停用彩色裝飾項目",
"json.colorDecorators.enable.deprecationMessage": "設定 `json.colorDecorators.enable` 已淘汰,將改為 `editor.colorDecorators`。",
"json.schemaResolutionErrorMessage": "無法解析結構描述。",
"json.clickToRetry": "按一下以重試。",
"json.maxItemsComputed.desc": "大綱符號和計算摺疊區域的數目上限 (因效能原因限制)。",
"json.maxItemsExceededInformation.desc": "超過大綱符號和摺疊區域的數目上限時顯示通知。",
"json.enableSchemaDownload.desc": "若啟用,則可以從 http 和 https 位置擷取 JSON 結構描述。"
},
"client\\dist\\node/jsonClient": {
"json.resolveError": "JSON: 結構描述解析錯誤",
"jsonserver.name": "JSON 語言伺服器",
"untitled.schema": "無法載入 {0}",
"schemaDownloadDisabled": "已透過設定 '{0}' 停用下載結構描述",
"ok": "確定",
"goToSetting": "開啟設定",
"yes never again": "不再顯示",
"configureLimit": "使用設定 '{0}' 來設定限制。",
"json.schemaResolutionErrorMessage": "無法解析結構描述。按一下以重試。",
"json.schemaResolutionDisabledMessage": "已停用下載結構描述。按一下以進行設定。"
}
}
}