mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Additional i18n files
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"invalid.properties": "configuration.properties muss ein Objekt sein.",
|
||||
"invalid.title": "configuration.title muss eine Zeichenfolge sein.",
|
||||
"invalid.type": "Wenn eine Festlegung erfolgt, muss \"configuration.type\" auf \"object\" festgelegt werden.",
|
||||
"vscode.extension.contributes.configuration": "Trägt Konfigurationseigenschaften bei.",
|
||||
"vscode.extension.contributes.configuration.properties": "Die Beschreibung der Konfigurationseigenschaften.",
|
||||
"vscode.extension.contributes.configuration.title": "Eine Zusammenfassung der Einstellungen. Diese Bezeichnung wird in der Einstellungsdatei als trennender Kommentar verwendet."
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"first.chord": "({0}) wurde gedrückt. Es wird auf die zweite Taste der Kombination gewartet...",
|
||||
"missing.chord": "Der Tastenkombination ({0}, {1}) ist kein Befehl.",
|
||||
"unboundCommands": "Die folgenden weiteren Befehle sind verfügbar: "
|
||||
}
|
||||
Reference in New Issue
Block a user