mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-21 20:30:29 -04:00
* 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
29 lines
1.4 KiB
JSON
29 lines
1.4 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": "扩展创建",
|
||
"description": "在创建扩展时提供 linting 功能。"
|
||
},
|
||
"dist/packageDocumentHelper": {
|
||
"languageSpecificEditorSettings": "特定语言编辑器设置",
|
||
"languageSpecificEditorSettingsDescription": "替代语言编辑器设置"
|
||
},
|
||
"dist/extensionLinter": {
|
||
"httpsRequired": "图像必须使用 HTTPS 协议。",
|
||
"svgsNotValid": "SVG 不是有效的图像源。",
|
||
"embeddedSvgsNotValid": "嵌入的 SVG 不是有效的图像源。",
|
||
"dataUrlsNotValid": "数据 URL 不是有效的图像源。",
|
||
"relativeUrlRequiresHttpsRepository": "相关 URL 要求在 package.json 中指定使用 HTTPS 协议的存储库。",
|
||
"relativeIconUrlRequiresHttpsRepository": "图标要求在此 package.json 中指定使用 HTTPS 协议的存储库。",
|
||
"relativeBadgeUrlRequiresHttpsRepository": "相对徽章 URL 要求在 package.json 中指定使用 HTTPS 协议的存储库。"
|
||
}
|
||
}
|
||
} |