From c7440f0b70cfa67f79015b26a1ab741902b96305 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 24 Jul 2020 11:52:28 +0200 Subject: [PATCH] updated German translation --- HISTORY.md | 1 + locale/lang-de.js | 22 +++++++++++++++++++++- snap.html | 2 +- src/gui.js | 2 +- src/locale.js | 4 ++-- 5 files changed, 26 insertions(+), 5 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index ca85d31f..85fe5d8d 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,7 @@ ### 2020-07-24 * gui: cleaned up block-fading pre-sets +* updated German translation ### 2020-07-23 * morphic: fixed mouseDown events for touch devices diff --git a/locale/lang-de.js b/locale/lang-de.js index 65411eed..174112a8 100644 --- a/locale/lang-de.js +++ b/locale/lang-de.js @@ -185,7 +185,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org, jadga.huegle@sap.com', // optional 'last_changed': - '2020-07-09', // this, too, will appear in the Translators tab + '2020-07-24', // this, too, will appear in the Translators tab // GUI // control bar: @@ -989,6 +989,8 @@ SnapTranslator.dict.de = { 'Sprache...', 'Zoom blocks...': 'Bl\u00f6cke vergr\u00f6\u00dfern...', + 'Fade blocks...': + 'Bl\u00f6cke ausblenden...', 'Stage size...': 'B\u00fchnengr\u00f6\u00dfe...', 'Stage size': @@ -1348,6 +1350,24 @@ SnapTranslator.dict.de = { 'monstrous (10x)': 'ungeheuerlich (10x)', + // fade blocks + 'Fade blocks': + 'Bl\u00f6cke ausblenden', + 'block-solid (0)': + 'normal (0)', + 'medium (50)': + 'mittel (50)', + 'light (70)': + 'leicht (70)', + 'shimmering (80)': + 'schimmernd (80)', + 'elegant (90)': + 'elegant (90)', + 'subtle (95)': + 'angedeutet (95)', + 'text-only (100)': + 'nur Text (100)', + // Project Manager 'Untitled': 'Unbenannt', diff --git a/snap.html b/snap.html index d4c7da7a..ea608326 100755 --- a/snap.html +++ b/snap.html @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 6ccd054a..d60e29f0 100644 --- a/src/gui.js +++ b/src/gui.js @@ -5708,7 +5708,7 @@ IDE_Morph.prototype.userFadeBlocks = function () { 'block-solid (0)' : 0, 'medium (50)' : 50, 'light (70)' : 70, - 'shimmering (80' : 80, + 'shimmering (80)' : 80, 'elegant (90)' : 90, 'subtle (95)' : 95, 'text-only (100)' : 100 diff --git a/src/locale.js b/src/locale.js index 50c74ba8..567f9d19 100644 --- a/src/locale.js +++ b/src/locale.js @@ -46,7 +46,7 @@ /*global modules, contains*/ -modules.locale = '2020-July-09'; +modules.locale = '2020-July-24'; // Global stuff @@ -168,7 +168,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org, jadga.huegle@sap.com', 'last_changed': - '2020-07-09' + '2020-07-24' }; SnapTranslator.dict.it = {