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-11-27 23:07:06 +0300
committerDaniel Ye <danyeh@microsoft.com>2017-11-27 23:07:06 +0300
commit58adb6a040fb833fa1f34f749580183dfad39fa0 (patch)
tree22ab50af348874b6de3f2eda6b79b630ef54d58d /i18n/deu/src/vs/editor/contrib/folding/folding.i18n.json
parent8f99fcd5a2a6305f71b16f83aba7ceeaa1170a55 (diff)
2017-11-27. 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.json14
1 files changed, 14 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
new file mode 100644
index 00000000000..1f466539372
--- /dev/null
+++ b/i18n/deu/src/vs/editor/contrib/folding/folding.i18n.json
@@ -0,0 +1,14 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "unfoldAction.label": "Auffalten",
+ "unFoldRecursivelyAction.label": "Faltung rekursiv aufheben",
+ "foldAction.label": "Falten",
+ "foldRecursivelyAction.label": "Rekursiv falten",
+ "foldAllAction.label": "Alle falten",
+ "unfoldAllAction.label": "Alle auffalten",
+ "foldLevelAction.label": "Faltebene {0}"
+} \ No newline at end of file