mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
14 lines
832 B
JSON
14 lines
832 B
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.
|
|
{
|
|
"looking": "Suchen nach Git in: {0}",
|
|
"using git": "Verwenden von Git {0} von {1}",
|
|
"downloadgit": "Git herunterladen",
|
|
"neverShowAgain": "Nicht mehr anzeigen",
|
|
"notfound": "Git nicht gefunden. Installieren Sie es, oder konfigurieren Sie es mithilfe der Einstellung \"git.path\".",
|
|
"updateGit": "Git aktualisieren",
|
|
"git20": "Sie haben anscheinend Git {0} installiert. Code funktioniert am besten mit Git 2 oder neuer"
|
|
} |