Files
azuredatastudio/i18n/language-pack-de/translations/extensions/grunt.i18n.json
Karl Burtram 2ed9a93bae Add initial lang pack resources (#6035)
* Initial vs code lang packs

* Update resource to merge in ADS-specific strings
2019-06-14 13:38:04 -07:00

24 lines
1.2 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": {
"description": "Erweiterung zum Hinzufügen von Grunt-Funktionen in VS Code.",
"displayName": "Grunt-Unterstützung für VS Code",
"config.grunt.autoDetect": "Steuert, ob die automatische Erkennung von Grunt-Tasks aktiviert oder deaktiviert ist. Standardmäßig ist die Funktion aktiviert.",
"grunt.taskDefinition.type.description": "Die anzupassende Grunt-Aufgabe.",
"grunt.taskDefinition.file.description": "Die Grunt-Datei zum Bereitstellen der Aufgabe. Kann ausgelassen werden."
},
"out/main": {
"gulpTaskDetectError": "Fehler bei der Suche nach jake-Tasks. In der Ausgabe finden Sie weitere Informationen.",
"jakeShowOutput": "Zu Ausgabe wechseln",
"execFailed": "Fehler bei der automatischen Grunt-Erkennung für den Ordner {0}. Fehlermeldung: {1}"
}
}
}