mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Merge VS Code 1.21 source code (#1067)
* Initial VS Code 1.21 file copy with patches * A few more merges * Post npm install * Fix batch of build breaks * Fix more build breaks * Fix more build errors * Fix more build breaks * Runtime fixes 1 * Get connection dialog working with some todos * Fix a few packaging issues * Copy several node_modules to package build to fix loader issues * Fix breaks from master * A few more fixes * Make tests pass * First pass of license header updates * Second pass of license header updates * Fix restore dialog issues * Remove add additional themes menu items * fix select box issues where the list doesn't show up * formatting * Fix editor dispose issue * Copy over node modules to correct location on all platforms
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"tag at": "Tag bei {0}",
|
||||
"remote branch at": "Remotebranch unter {0}",
|
||||
"create branch": "$(plus) Neuen Branch erstellen",
|
||||
@@ -41,11 +43,15 @@
|
||||
"confirm discard all 2": "{0}\n\nDies kann NICHT rückgängig gemacht werden, und Ihr aktueller Arbeitssatz geht DAUERHAFT verloren.",
|
||||
"yes discard tracked": "1 verfolgte Datei verwerfen",
|
||||
"yes discard tracked multiple": "{0} verfolgte Dateien verwerfen",
|
||||
"unsaved files single": "Die folgende Datei ist nicht gespeichert: {0}.\n\nMöchten Sie diese vor dem Committen speichern?",
|
||||
"unsaved files": "{0} Dateien sind nicht gespeichert.\n\nMöchten Sie diese vor dem Committen speichern?",
|
||||
"save and commit": "Alles speichern und committen",
|
||||
"commit": "Trotzdem committen",
|
||||
"no staged changes": "Es sind keine Änderungen bereitgestellt.\n\nMöchten Sie alle Ihre Änderungen automatisch bereitstellen und direkt committen?",
|
||||
"always": "Immer",
|
||||
"no changes": "Keine Änderungen zum Speichern vorhanden.",
|
||||
"commit message": "Commit-Nachricht",
|
||||
"provide commit message": "Geben Sie eine Commit-Nachrichte ein.",
|
||||
"provide commit message": "Geben Sie eine Commit-Nachricht ein.",
|
||||
"select a ref to checkout": "Referenz zum Auschecken auswählen",
|
||||
"branch name": "Branchname",
|
||||
"provide branch name": "Geben Sie einen Branchnamen an.",
|
||||
@@ -64,11 +70,12 @@
|
||||
"no remotes to pull": "In Ihrem Repository wurden keine Remoteelemente für den Pull konfiguriert.",
|
||||
"pick remote pull repo": "Remoteelement zum Pullen des Branch auswählen",
|
||||
"no remotes to push": "In Ihrem Repository wurden keine Remoteelemente für den Push konfiguriert.",
|
||||
"push with tags success": "Push mit Tags erfolgreich ausgeführt.",
|
||||
"nobranch": "Wählen Sie ein Branch für den Push zu einem Remoteelement aus.",
|
||||
"confirm publish branch": "Der Branch \"{0}\" verfügt über keinen Upstreambranch. Möchten Sie diesen Branch veröffentlichen?",
|
||||
"ok": "OK",
|
||||
"push with tags success": "Push mit Tags erfolgreich ausgeführt.",
|
||||
"pick remote": "Remotespeicherort auswählen, an dem der Branch \"{0}\" veröffentlicht wird:",
|
||||
"sync is unpredictable": "Mit dieser Aktion werden Commits per Push und Pull an und von \"{0}\" übertragen.",
|
||||
"ok": "OK",
|
||||
"never again": "OK, nicht mehr anzeigen",
|
||||
"no remotes to publish": "In Ihrem Repository wurden keine Remoteelemente für die Veröffentlichung konfiguriert.",
|
||||
"no changes stash": "Es sind keine Änderungen vorhanden, für die ein Stash ausgeführt werden kann.",
|
||||
|
||||
Reference in New Issue
Block a user