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>2017-12-12 23:53:30 +0300
committerAlex Dima <alexdima@microsoft.com>2017-12-13 14:22:34 +0300
commit50b7c7bd0705cb933cad905cc6caa73324b9f32c (patch)
tree88f62076de0474277bcf3d3057a02dd8ae53956f /i18n/deu/src/vs/editor/contrib/folding/folding.i18n.json
parent472a41a8d59f467072de5542d3583ed19726d664 (diff)
2017-12-12. Merged in translations from Transifex.
Diffstat (limited to 'i18n/deu/src/vs/editor/contrib/folding/folding.i18n.json')
-rw-r--r--i18n/deu/src/vs/editor/contrib/folding/folding.i18n.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/i18n/deu/src/vs/editor/contrib/folding/folding.i18n.json b/i18n/deu/src/vs/editor/contrib/folding/folding.i18n.json
index 113379281fd..4e3ffb44a69 100644
--- a/i18n/deu/src/vs/editor/contrib/folding/folding.i18n.json
+++ b/i18n/deu/src/vs/editor/contrib/folding/folding.i18n.json
@@ -9,6 +9,8 @@
"foldAction.label": "Falten",
"foldRecursivelyAction.label": "Rekursiv falten",
"foldAllBlockComments.label": "Alle Blockkommentare falten",
+ "foldAllMarkerRegions.label": "Alle Regionen falten",
+ "unfoldAllMarkerRegions.label": "Alle Regionen auffalten",
"foldAllAction.label": "Alle falten",
"unfoldAllAction.label": "Alle auffalten",
"foldLevelAction.label": "Faltebene {0}"