Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/deu/src/vs/editor/contrib')
-rw-r--r--i18n/deu/src/vs/editor/contrib/codeAction/codeActionCommands.i18n.json3
-rw-r--r--i18n/deu/src/vs/editor/contrib/fontZoom/fontZoom.i18n.json2
-rw-r--r--i18n/deu/src/vs/editor/contrib/format/formatActions.i18n.json1
3 files changed, 6 insertions, 0 deletions
diff --git a/i18n/deu/src/vs/editor/contrib/codeAction/codeActionCommands.i18n.json b/i18n/deu/src/vs/editor/contrib/codeAction/codeActionCommands.i18n.json
index 112e8659153..87a58e790f1 100644
--- a/i18n/deu/src/vs/editor/contrib/codeAction/codeActionCommands.i18n.json
+++ b/i18n/deu/src/vs/editor/contrib/codeAction/codeActionCommands.i18n.json
@@ -9,6 +9,9 @@
"quickFixWithKb": "Korrekturen anzeigen ({0})",
"quickFix": "Korrekturen anzeigen",
"quickfix.trigger.label": "Schnelle Problembehebung …",
+ "editor.action.quickFix.noneMessage": "Keine Codeaktionen verfügbar",
+ "refactor.label": "Refactoring durchführen...",
+ "editor.action.refactor.noneMessage": "Keine Refactorings verfügbar",
"source.label": "Quellaktion…",
"editor.action.source.noneMessage": "Keine Quellaktionen verfügbar",
"organizeImports.label": "Importe organisieren",
diff --git a/i18n/deu/src/vs/editor/contrib/fontZoom/fontZoom.i18n.json b/i18n/deu/src/vs/editor/contrib/fontZoom/fontZoom.i18n.json
index 71a044f2f98..4050df46d2d 100644
--- a/i18n/deu/src/vs/editor/contrib/fontZoom/fontZoom.i18n.json
+++ b/i18n/deu/src/vs/editor/contrib/fontZoom/fontZoom.i18n.json
@@ -6,5 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
+ "EditorFontZoomIn.label": "Editorschriftart vergrößern",
+ "EditorFontZoomOut.label": "Editorschriftart verkleinern",
"EditorFontZoomReset.label": "Editor Schriftart Vergrößerung zurücksetzen"
} \ No newline at end of file
diff --git a/i18n/deu/src/vs/editor/contrib/format/formatActions.i18n.json b/i18n/deu/src/vs/editor/contrib/format/formatActions.i18n.json
index a5d36cee00b..c75efebe28c 100644
--- a/i18n/deu/src/vs/editor/contrib/format/formatActions.i18n.json
+++ b/i18n/deu/src/vs/editor/contrib/format/formatActions.i18n.json
@@ -12,6 +12,7 @@
"hintnn": "{0} Formatierungen zwischen Zeilen {1} und {2} vorgenommen",
"no.provider": "Es ist kein Formatierer für \"{0}\"-Dateien installiert. ",
"formatDocument.label": "Dokument formatieren",
+ "no.documentprovider": "Es ist kein Dokumentformatierer für \"{0}\"-Dateien installiert.",
"formatSelection.label": "Auswahl formatieren",
"no.selectionprovider": "Es ist kein Auswahl-Formatierer für \"{0}\"-Dateien installiert. "
} \ No newline at end of file