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:
authorDaniel Ye <danyeh@microsoft.com>2018-06-06 20:17:59 +0300
committerRachel Macfarlane <ramacfar@microsoft.com>2018-06-06 20:17:59 +0300
commit6a6e02cef0f2122ee1469765b704faf5d0e0d859 (patch)
treea402641ba1c3824e0b13d975c00f4bb4c06cf305 /i18n/deu/src/vs/editor/contrib/codeAction/codeActionCommands.i18n.json
parent2a14872b08ea5f82f427a36be6deaac926660b0e (diff)
2018-06-06. Merged in translations from Transifex. (#51241)1.24.0
Merged in latest translation of German language.
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",