mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
[Loc] update to langpack base files for vscode-merge 1.62 (#20059)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "ads-language-pack-zh-hans",
|
||||
"displayName": "Chinese (Simplified) Language Pack for Azure Data Studio",
|
||||
"displayName": "Chinese (Simplified) (简体中文) Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for Chinese (Simplified)",
|
||||
"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": "嵌入的 SVG 不是有效的图像源。",
|
||||
"httpsRequired": "图像必须使用 HTTPS 协议。",
|
||||
"relativeBadgeUrlRequiresHttpsRepository": "相对徽章 URL 要求在 package.json 中指定使用 HTTPS 协议的存储库。",
|
||||
"relativeIconUrlRequiresHttpsRepository": "图标要求在此 package.json 中指定使用 HTTPS 协议的存储库。",
|
||||
"relativeUrlRequiresHttpsRepository": "相关 URL 要求在 package.json 中指定使用 HTTPS 协议的存储库。",
|
||||
"svgsNotValid": "SVG 不是有效的图像源。"
|
||||
},
|
||||
"dist/packageDocumentHelper": {
|
||||
"languageSpecificEditorSettings": "特定语言编辑器设置",
|
||||
"languageSpecificEditorSettingsDescription": "替代语言编辑器设置"
|
||||
},
|
||||
"package": {
|
||||
"description": "在创建扩展时提供 linting 功能。",
|
||||
"displayName": "扩展创建"
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user