mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
update localization resource files (#14389)
This commit is contained in:
12
i18n/deu/extensions/notebook/dist/book/bookModel.i18n.json
vendored
Normal file
12
i18n/deu/extensions/notebook/dist/book/bookModel.i18n.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"missingFileError": "Fehlende Datei: {0}",
|
||||
"InvalidError.tocFile": "{0}",
|
||||
"Invalid toc.yml": "Fehler: \"{0}\" weist eine falsche Datei \"toc.yml\" auf."
|
||||
}
|
||||
12
i18n/deu/extensions/notebook/dist/book/bookTreeItem.i18n.json
vendored
Normal file
12
i18n/deu/extensions/notebook/dist/book/bookTreeItem.i18n.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"openNotebookCommand": "Notebook öffnen",
|
||||
"openMarkdownCommand": "Markdown öffnen",
|
||||
"openExternalLinkCommand": "Externen Link öffnen"
|
||||
}
|
||||
17
i18n/deu/extensions/notebook/dist/book/bookTreeView.i18n.json
vendored
Normal file
17
i18n/deu/extensions/notebook/dist/book/bookTreeView.i18n.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"openBookError": "Fehler beim Öffnen von Book \"{0}\": {1}",
|
||||
"openNotebookError": "Fehler beim Öffnen des Notebooks \"{0}\": {1}",
|
||||
"openMarkdownError": "Fehler beim Öffnen von Markdown \"{0}\": {1}",
|
||||
"openUntitledNotebookError": "Fehler beim Öffnen des Notebooks \"{0}\" ohne Titel: {1}",
|
||||
"allFiles": "Alle Dateien",
|
||||
"labelPickFolder": "Ordner auswählen",
|
||||
"openExternalLinkError": "Fehler beim Öffnen von Link {0}: {1}",
|
||||
"confirmReplace": "Der Ordner ist bereits vorhanden. Möchten Sie diesen Ordner löschen und ersetzen?"
|
||||
}
|
||||
Reference in New Issue
Block a user