mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-03 10:30:31 -04:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"cursorNotInConflict": "Der Editor-Cursor ist nicht innerhalb eines Mergingkonflikts",
|
||||
"compareChangesTitle": "{0}: Aktuelle Änderungen ⟷ Eingehende Änderungen",
|
||||
"cursorOnCommonAncestorsRange": "Der Editor-Cursor ist innerhalb des Blocks gemeinsamer Vorgänger, verschieben Sie ihn entweder in den Block \"aktuell\" oder \"eingehend\". ",
|
||||
"cursorOnSplitterRange": "Der Editor-Cursor ist innerhalb der Mergingkonfliktaufteilung, verschieben Sie ihn entweder in den Block \"aktuell\" oder \"eingehend\".",
|
||||
"noConflicts": "Keine Merge-Konflikte in dieser Datei gefunden",
|
||||
"noOtherConflictsInThisFile": "Keine weiteren Merge-Konflikte in dieser Datei"
|
||||
}
|
||||
Reference in New Issue
Block a user