From 6ab1965cf7296d684346700f184aa5ec16dffd48 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Sun, 31 Mar 2019 13:28:28 +0200 Subject: [PATCH] updated German translation --- HISTORY.md | 1 + locale/lang-de.js | 6 +++++- snap.html | 2 +- src/locale.js | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9a2045d0..d8e11f94 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -55,6 +55,7 @@ ### 2019-03-31 * Blocks, Threads: added "stage width" and "stage height" as gettable attributes to MY +* updated German translation ### 2019-03-30 * Objects: support multi-channel live-audio scripting diff --git a/locale/lang-de.js b/locale/lang-de.js index 927bf1a7..5f47fd4e 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': - '2019-03-18', // this, too, will appear in the Translators tab + '2019-03-31', // this, too, will appear in the Translators tab // GUI // control bar: @@ -1729,6 +1729,10 @@ SnapTranslator.dict.de = { 'Teile', 'anchor': 'Verankerung', + 'stage width': + 'Bühnenbreite', + 'stage height': + 'Bühnenhöhe', 'parent': 'Vorfahr', 'children': diff --git a/snap.html b/snap.html index 3ad81ab5..5b54edff 100755 --- a/snap.html +++ b/snap.html @@ -18,7 +18,7 @@ - + diff --git a/src/locale.js b/src/locale.js index b8eaba6b..8346de26 100644 --- a/src/locale.js +++ b/src/locale.js @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2019-March-26'; +modules.locale = '2019-March-31'; // Global stuff @@ -160,7 +160,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org, jadga.huegle@sap.com', 'last_changed': - '2019-03-18' + '2019-03-31' }; SnapTranslator.dict.it = {