mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
30 lines
1.4 KiB
JSON
30 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.
|
|
{
|
|
"command.branch": "Branch wird erstellt...",
|
|
"command.checkout": "Auschecken an...",
|
|
"command.clean": "Bereinigen",
|
|
"command.cleanAll": "Alle bereinigen",
|
|
"command.commitAll": "Alle committen",
|
|
"command.commitAllSigned": "Alle committen (abgemeldet)",
|
|
"command.commitStaged": "Commit bereitgestellt",
|
|
"command.commitStagedSigned": "Gestaffelt committen (abgemeldet)",
|
|
"command.openChange": "Änderung öffnen",
|
|
"command.openFile": "Datei öffnen",
|
|
"command.publish": "Veröffentlichen",
|
|
"command.pull": "Pull",
|
|
"command.pullRebase": "Pull (Rebase)",
|
|
"command.push": "Push",
|
|
"command.pushTo": "Push zu...",
|
|
"command.refresh": "Aktualisieren",
|
|
"command.showOutput": "Git-Ausgabe anzeigen",
|
|
"command.stage": "Phase",
|
|
"command.stageAll": "Alle bereitstellen",
|
|
"command.sync": "Synchronisierung",
|
|
"command.undoCommit": "Letzten Commit rückgängig machen",
|
|
"command.unstage": "Bereitstellung aufheben",
|
|
"command.unstageAll": "Bereitstellung für alle aufheben"
|
|
} |