From 242cbd9947be39d23395ab7202fbc569b0e9a49d Mon Sep 17 00:00:00 2001 From: jmoenig Date: Thu, 2 May 2019 14:49:22 +0200 Subject: [PATCH] updated German, Catalan, Spanish and French translations for "blitz-HOF" primitives --- HISTORY.md | 2 ++ locale/lang-ca.js | 8 +++++++- locale/lang-de.js | 8 +++++++- locale/lang-es.js | 8 +++++++- locale/lang-fr.js | 8 +++++++- snap.html | 2 +- src/locale.js | 10 +++++----- 7 files changed, 36 insertions(+), 10 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index d126f240..e992db14 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -81,6 +81,8 @@ * Blocks, Threads: added "width" and "height" to the MY block's dropdown * Blocks, Threads: added "width" and "height" to the OF block's dropdown for sprites * Blocks, Objects: added hidden "blitz-HOF primitives" for MAP, KEEP and COMBINE +* updated German, Catalan, Spanish and French translations for "blitz-HOF" primitives + ### 2019-04-30 * Blocks, Threads: added "id" to image attributes dropdown diff --git a/locale/lang-ca.js b/locale/lang-ca.js index 916d3c65..0ba5ad69 100644 --- a/locale/lang-ca.js +++ b/locale/lang-ca.js @@ -185,7 +185,7 @@ SnapTranslator.dict.ca = { 'translator_e-mail': 'bernat@snap4arduino.rocks, jguille2@xtec.cat', // optional 'last_changed': - '2019-04-28', // this, too, will appear in the Translators tab + '2019-05-02', // this, too, will appear in the Translators tab // GUI // control bar: @@ -676,6 +676,12 @@ SnapTranslator.dict.ca = { 'manté els elements on %predRing de %l', 'combine with %repRing items of %l': 'combina amb %repRing els elements de %l', + '%blitz map %repRing over %l': + '%blitz mapeja %repRing sobre %l', + '%blitz keep items such that %predRing from %l': + '%blitz manté els elements on %predRing de %l', + '%blitz combine with %repRing items of %l': + '%blitz combina amb %repRing els elements de %l', 'for each %upvar in %l %cla': 'per cada %upvar de %l %cla', 'item': diff --git a/locale/lang-de.js b/locale/lang-de.js index 88136336..85528e2b 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-04-30', // this, too, will appear in the Translators tab + '2019-05-02', // this, too, will appear in the Translators tab // GUI // control bar: @@ -777,6 +777,12 @@ SnapTranslator.dict.de = { 'behalte Elemente, die %predRing aus %l', 'combine with %repRing items of %l': 'kombiniere mit %repRing die Elemente von %l', + '%blitz map %repRing over %l': + '%blitz wende %repRing an auf %l', + '%blitz keep items such that %predRing from %l': + '%blitz behalte Elemente, die %predRing aus %l', + '%blitz combine with %repRing items of %l': + '%blitz kombiniere mit %repRing die Elemente von %l', 'for each %upvar in %l %cla': 'für jedes %upvar von %l %cla', 'item': diff --git a/locale/lang-es.js b/locale/lang-es.js index 94400208..501b8943 100755 --- a/locale/lang-es.js +++ b/locale/lang-es.js @@ -185,7 +185,7 @@ SnapTranslator.dict.es = { 'translator_e-mail': 'victor.muratalla@yahoo.com / rizzi.cristian@gmail.com', // optional 'last_changed': - '2019-04-27', // this, too, will appear in the Translators tab + '2019-05-02', // this, too, will appear in the Translators tab // GUI // control bar: @@ -1088,6 +1088,12 @@ SnapTranslator.dict.es = { 'mantener los elementos donde %predRing de %l', 'combine with %repRing items of %l': 'combinar con %repRing los elementos de %l', + '%blitz map %repRing over %l': + '%blitz mapear %repRing sobre %l', + '%blitz keep items such that %predRing from %l': + '%blitz mantener los elementos donde %predRing de %l', + '%blitz combine with %repRing items of %l': + '%blitz combinar con %repRing los elementos de %l', 'for each %upvar in %l %cla': 'para cada %upvar de %l %cla', 'item': diff --git a/locale/lang-fr.js b/locale/lang-fr.js index e259055d..4e8795aa 100644 --- a/locale/lang-fr.js +++ b/locale/lang-fr.js @@ -197,7 +197,7 @@ SnapTranslator.dict.fr = { 'translator_e-mail': 'i.scool@mac.com', // optional 'last_changed': - '2019-04-27', // this, too, will appear in the Translators tab + '2019-05-02', // this, too, will appear in the Translators tab // GUI // control bar: @@ -708,6 +708,12 @@ SnapTranslator.dict.fr = { 'garder les items tels que %predRing de %l', 'combine with %repRing items of %l': 'combine avec %repRing les items de %l', + '%blitz map %repRing over %l': + '%blitz appliquer %repRing à %l', + '%blitz keep items such that %predRing from %l': + '%blitz garder les items tels que %predRing de %l', + '%blitz combine with %repRing items of %l': + '%blitz combine avec %repRing les items de %l', 'for each %upvar in %l %cla': 'pour chaque %upvar de %l %cla', 'item': diff --git a/snap.html b/snap.html index f38c3c85..c519a55e 100755 --- a/snap.html +++ b/snap.html @@ -18,7 +18,7 @@ - + diff --git a/src/locale.js b/src/locale.js index e0b8c12b..98262735 100644 --- a/src/locale.js +++ b/src/locale.js @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2019-April-30'; +modules.locale = '2019-May-02'; // Global stuff @@ -160,7 +160,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org, jadga.huegle@sap.com', 'last_changed': - '2019-04-30' + '2019-05-02' }; SnapTranslator.dict.it = { @@ -259,7 +259,7 @@ SnapTranslator.dict.fr = { 'translator_e-mail': 'i.scool@mac.com', 'last_changed': - '2019-04-27' + '2019-05-02' }; SnapTranslator.dict.si = { @@ -292,7 +292,7 @@ SnapTranslator.dict.es = { 'translator_e-mail': 'victor.muratalla@yahoo.com / rizzi.cristian@gmail.com', 'last_changed': - '2019-04-27' + '2019-05-02' }; SnapTranslator.dict.nl = { @@ -369,7 +369,7 @@ SnapTranslator.dict.ca = { 'translator_e-mail': 'bernat@snap4arduino.rocks, jguille2@xtec.cat', 'last_changed': - '2019-04-28' + '2019-05-02' }; SnapTranslator.dict.ca_VA = {