From 09dac66e3957d26aa3f5531bced9ea7d966faa15 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Tue, 6 Jul 2021 09:51:05 +0200 Subject: [PATCH] German translation update (hiding helper blocks in the palette) --- HISTORY.md | 1 + locale/lang-de.js | 8 +++++++- snap.html | 2 +- src/locale.js | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 91bc3300..5cc83951 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -21,6 +21,7 @@ ### 2021-07-06 * byob, objects: new feature: hide custom helper blocks in palette +* German translation update (hiding helper blocks in the palette) ### 2021-07-05 * gui: unified palette: indicate "selected" category in selector buttons diff --git a/locale/lang-de.js b/locale/lang-de.js index 174cdc75..89e4b25f 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': - '2021-07-03', // this, too, will appear in the Translators tab + '2021-07-06', // this, too, will appear in the Translators tab // GUI // control bar: @@ -1251,6 +1251,12 @@ SnapTranslator.dict.de = { 'mit allen verwendeten Blöcken', 'edit...': 'Bearbeiten...', + 'translations...': + 'Übersetzungen...', + 'block variables...': + 'Blockvariablen...', + 'in palette': + 'In der Palette', // sprites: 'edit': diff --git a/snap.html b/snap.html index f819ce39..16e4e653 100755 --- a/snap.html +++ b/snap.html @@ -23,7 +23,7 @@ - + diff --git a/src/locale.js b/src/locale.js index 6b95a57e..4babac35 100644 --- a/src/locale.js +++ b/src/locale.js @@ -170,7 +170,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org, jadga.huegle@sap.com', 'last_changed': - '2021-07-03' + '2021-07-06' }; SnapTranslator.dict.it = {