mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
[Loc] update to langpack base files for vscode-merge 1.62 (#20059)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "ads-language-pack-zh-hant",
|
||||
"displayName": "Chinese (Traditional) Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for Chinese (Traditional)",
|
||||
"version": "1.37.0",
|
||||
"version": "1.38.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,7 +11,7 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.37.0"
|
||||
"azdata": "^1.38.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
@@ -40,10 +40,6 @@
|
||||
"id": "vscode.docker",
|
||||
"path": "./translations/extensions/docker.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.extension-editing",
|
||||
"path": "./translations/extensions/extension-editing.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.git-ui",
|
||||
"path": "./translations/extensions/git-ui.i18n.json"
|
||||
@@ -180,6 +176,10 @@
|
||||
"id": "Microsoft.asde-deployment",
|
||||
"path": "./translations/extensions/asde-deployment.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.azcli",
|
||||
"path": "./translations/extensions/azcli.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.azurecore",
|
||||
"path": "./translations/extensions/azurecore.i18n.json"
|
||||
@@ -263,10 +263,6 @@
|
||||
{
|
||||
"id": "Microsoft.xml-language-features",
|
||||
"path": "./translations/extensions/xml-language-features.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.azcli",
|
||||
"path": "./translations/extensions/azcli.i18n.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"assocLabelPath": "檔案路徑",
|
||||
"derivedDescription": "比對名稱相同但副檔名不同的同層級檔案。",
|
||||
"derivedLabel": "依名稱排列且同層級的檔案",
|
||||
"dirty": "若使用中的編輯器已變更,即為已變更的指示區",
|
||||
"dirty": "當使用中編輯器具有未儲存變更的指示器",
|
||||
"falseDescription": "停用模式。",
|
||||
"fileDescription": "比對所有具特定副檔名的檔案。",
|
||||
"fileLabel": "依副檔名排列的檔案",
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": {
|
||||
"dist/extensionLinter": {
|
||||
"dataUrlsNotValid": "資料 URL 不是有效的影像來源。",
|
||||
"embeddedSvgsNotValid": "內嵌 SVGs 不是有效的影像來源。",
|
||||
"httpsRequired": "影像必須使用 HTTPS 通訊協定。",
|
||||
"relativeBadgeUrlRequiresHttpsRepository": "相對徽章 URL 必須在 package.json 中指定使用 HTTPS 通訊協定的存放庫。",
|
||||
"relativeIconUrlRequiresHttpsRepository": "圖示必須在 package.json 中指定使用 HTTPS 通訊協定的存放庫。",
|
||||
"relativeUrlRequiresHttpsRepository": "相對影像 URL 必須在 package.json 中指定使用 HTTPS 通訊協定的存放庫。",
|
||||
"svgsNotValid": "SVGs 不是有效的影像來源。"
|
||||
},
|
||||
"dist/packageDocumentHelper": {
|
||||
"languageSpecificEditorSettings": "語言專用編輯器設定",
|
||||
"languageSpecificEditorSettingsDescription": "針對語言覆寫編輯器設定"
|
||||
},
|
||||
"package": {
|
||||
"description": "提供 lint 功能以撰寫延伸模組。",
|
||||
"displayName": "延伸模組撰寫"
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user