Files
azuredatastudio/i18n/ads-language-pack-de/package.json
Alex Ma a187e8f2de Updated langpacks to be pushed in (#15519)
* updated langpacks to be pushed in

* bumped version number to 1.29.0

* patched german lang pack

* patched spanish langpack

* patched french langpack

* italian langpack patched

* Japanese langpack patched

* Korean langpack patched

* portuguese langpack patched

* russian langpack patched

* patched chinese simplified langpack and fixed changelog for ru and pt

* patched chinese traditional langpack
2021-05-20 12:54:37 -07:00

199 lines
5.4 KiB
JSON

{
"name": "ads-language-pack-de",
"displayName": "German Language Pack for Azure Data Studio",
"description": "Language pack extension for German",
"version": "1.29.0",
"publisher": "Microsoft",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/azuredatastudio"
},
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
"engines": {
"vscode": "*",
"azdata": ">=1.29.0"
},
"icon": "languagepack.png",
"categories": [
"Language Packs"
],
"contributes": {
"localizations": [
{
"languageId": "de",
"languageName": "German",
"localizedLanguageName": "Deutsch",
"translations": [
{
"id": "vscode",
"path": "./translations/main.i18n.json"
},
{
"id": "vscode.bat",
"path": "./translations/extensions/bat.i18n.json"
},
{
"id": "vscode.configuration-editing",
"path": "./translations/extensions/configuration-editing.i18n.json"
},
{
"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"
},
{
"id": "vscode.git",
"path": "./translations/extensions/git.i18n.json"
},
{
"id": "vscode.github-authentication",
"path": "./translations/extensions/github-authentication.i18n.json"
},
{
"id": "vscode.github",
"path": "./translations/extensions/github.i18n.json"
},
{
"id": "vscode.image-preview",
"path": "./translations/extensions/image-preview.i18n.json"
},
{
"id": "vscode.json-language-features",
"path": "./translations/extensions/json-language-features.i18n.json"
},
{
"id": "vscode.json",
"path": "./translations/extensions/json.i18n.json"
},
{
"id": "vscode.markdown-basics",
"path": "./translations/extensions/markdown-basics.i18n.json"
},
{
"id": "vscode.markdown-language-features",
"path": "./translations/extensions/markdown-language-features.i18n.json"
},
{
"id": "vscode.merge-conflict",
"path": "./translations/extensions/merge-conflict.i18n.json"
},
{
"id": "vscode.microsoft-authentication",
"path": "./translations/extensions/microsoft-authentication.i18n.json"
},
{
"id": "vscode.powershell",
"path": "./translations/extensions/powershell.i18n.json"
},
{
"id": "vscode.python",
"path": "./translations/extensions/python.i18n.json"
},
{
"id": "vscode.r",
"path": "./translations/extensions/r.i18n.json"
},
{
"id": "vscode.search-result",
"path": "./translations/extensions/search-result.i18n.json"
},
{
"id": "vscode.sql",
"path": "./translations/extensions/sql.i18n.json"
},
{
"id": "vscode.theme-abyss",
"path": "./translations/extensions/theme-abyss.i18n.json"
},
{
"id": "vscode.theme-defaults",
"path": "./translations/extensions/theme-defaults.i18n.json"
},
{
"id": "vscode.theme-kimbie-dark",
"path": "./translations/extensions/theme-kimbie-dark.i18n.json"
},
{
"id": "vscode.theme-monokai-dimmed",
"path": "./translations/extensions/theme-monokai-dimmed.i18n.json"
},
{
"id": "vscode.theme-monokai",
"path": "./translations/extensions/theme-monokai.i18n.json"
},
{
"id": "vscode.theme-quietlight",
"path": "./translations/extensions/theme-quietlight.i18n.json"
},
{
"id": "vscode.theme-red",
"path": "./translations/extensions/theme-red.i18n.json"
},
{
"id": "vscode.vscode-theme-seti",
"path": "./translations/extensions/theme-seti.i18n.json"
},
{
"id": "vscode.theme-solarized-dark",
"path": "./translations/extensions/theme-solarized-dark.i18n.json"
},
{
"id": "vscode.theme-solarized-light",
"path": "./translations/extensions/theme-solarized-light.i18n.json"
},
{
"id": "vscode.theme-tomorrow-night-blue",
"path": "./translations/extensions/theme-tomorrow-night-blue.i18n.json"
},
{
"id": "vscode.typescript-basics",
"path": "./translations/extensions/typescript-basics.i18n.json"
},
{
"id": "vscode.xml",
"path": "./translations/extensions/xml.i18n.json"
},
{
"id": "vscode.yaml",
"path": "./translations/extensions/yaml.i18n.json"
},
{
"id": "Microsoft.azurecore",
"path": "./translations/extensions/azurecore.i18n.json"
},
{
"id": "Microsoft.big-data-cluster",
"path": "./translations/extensions/big-data-cluster.i18n.json"
},
{
"id": "Microsoft.sqlservernotebook",
"path": "./translations/extensions/Microsoft.sqlservernotebook.i18n.json"
},
{
"id": "Microsoft.mssql",
"path": "./translations/extensions/mssql.i18n.json"
},
{
"id": "Microsoft.notebook",
"path": "./translations/extensions/notebook.i18n.json"
},
{
"id": "Microsoft.resource-deployment",
"path": "./translations/extensions/resource-deployment.i18n.json"
}
]
}
]
},
"scripts": {
"update": "cd ../vscode && npm run update-localization-extension de"
}
}