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/codeAction/codeActionCommands.i18n.json')
-rw-r--r--i18n/deu/src/vs/editor/contrib/codeAction/codeActionCommands.i18n.json3
1 files changed, 3 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",