mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-30 16:50:30 -04:00
Extensions Localization (#7426)
* Correct Schema comapre single file path in xlfs * converting SC and Dacpac from Xlf to Json * Adding all exts other than mssql (needs fixing)
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"Copyright": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0.0",
|
||||
"contents": {
|
||||
"extensions/admin-tool-ext-win/package": {
|
||||
"adminToolExtWin.displayName": "Erweiterungen für Datenbankverwaltungstools für Windows",
|
||||
"adminToolExtWin.description": "Fügt Azure Data Studio zusätzliche Windows-spezifische Funktionen hinzu.",
|
||||
"adminToolExtWin.propertiesMenuItem": "Eigenschaften",
|
||||
"adminToolExtWin.launchGswMenuItem": "Skripts generieren..."
|
||||
},
|
||||
"extensions/admin-tool-ext-win/out/main": {
|
||||
"adminToolExtWin.noConnectionContextForProp": "Für handleLaunchSsmsMinPropertiesDialogCommand wurde kein ConnectionContext angegeben.",
|
||||
"adminToolExtWin.noOENode": "Der Objekt-Explorer-Knoten konnte aus dem connectionContext nicht ermittelt werden: {0}",
|
||||
"adminToolExtWin.noConnectionContextForGsw": "Für handleLaunchSsmsMinPropertiesDialogCommand wurde kein ConnectionContext angegeben.",
|
||||
"adminToolExtWin.noConnectionProfile": "Aus connectionContext wurde kein connectionProfile bereitgestellt: {0}",
|
||||
"adminToolExtWin.launchingDialogStatus": "Das Dialogfeld wird gestartet...",
|
||||
"adminToolExtWin.ssmsMinError": "Fehler beim Aufruf von SsmsMin mit den Argumenten \"{0}\": {1}"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user