From f77516effe04c896761e9e8f66b9078ad7f280b1 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 28 Dec 2018 20:12:25 +0100 Subject: [PATCH] updated German translation --- HISTORY.md | 1 + locale/lang-de.js | 10 +++++++--- snap.html | 2 +- src/locale.js | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index e0fefd06..274c426c 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,6 +5,7 @@ ###2018-12-28 * Blocks, Threads: added 'neg' selector to monad operator dropdown * Blocks, Objects, Threads: added "front/back" options to "go to front" layer primitive +* updated German translation ### 2018-12-07 * GUI: fixed #2284 (executing "inherit" should not un-hide palette in presentation mode) diff --git a/locale/lang-de.js b/locale/lang-de.js index 39bc4cce..55ef8484 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': - '2018-11-06', // this, too, will appear in the Translators tab + '2018-12-28', // this, too, will appear in the Translators tab // GUI // control bar: @@ -367,8 +367,12 @@ SnapTranslator.dict.de = { 'anzeigen', 'hide': 'verstecken', - 'go to front': - 'komme nach vorn', + 'go to %layer layer': + 'gehe nach %layer', + 'front': + 'vorn', + 'back': + 'hinten', 'go back %n layers': 'gehe %n Ebenen zur\u00fcck', diff --git a/snap.html b/snap.html index 38572d5e..905f4bc9 100755 --- a/snap.html +++ b/snap.html @@ -18,7 +18,7 @@ - + diff --git a/src/locale.js b/src/locale.js index a465f7e0..d9af009b 100644 --- a/src/locale.js +++ b/src/locale.js @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2018-November-06'; +modules.locale = '2018-December-28'; // Global stuff @@ -160,7 +160,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org, jadga.huegle@sap.com', 'last_changed': - '2018-11-06' + '2018-12-28' }; SnapTranslator.dict.it = {