diff --git a/HISTORY.md b/HISTORY.md index 23aa81ef..d0a61b7d 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -74,6 +74,7 @@ ### 2019-04-26 * updated Catalan translation (for new HOF prims) * updated Spanish translation (for new HOF prims) +* updated French translation (for new HOF prims) ### 2019-04-25 * updated German translation (for new HOF prims) diff --git a/locale/lang-fr.js b/locale/lang-fr.js index 774202d5..36df60b8 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-03-26', // this, too, will appear in the Translators tab + '2019-04-26', // this, too, will appear in the Translators tab // GUI // control bar: @@ -466,10 +466,14 @@ SnapTranslator.dict.fr = { 'r\u00E9p\u00E9ter %n fois %loop', 'repeat until %b %loop': 'r\u00E9p\u00E9ter jusqu\u0027\u00E0 %b %loop', + 'for %upvar = %n to %n %cla': + 'pour %upvar allant de %n à %n %cla', 'if %b %c': 'si %b %c', 'if %b %c else %c': 'si %b %c sinon %c', + 'if %b then %s else %s': + 'si %b alors %s sinon %s', 'report %s': 'rapporte %s', 'stop block': @@ -694,6 +698,16 @@ SnapTranslator.dict.fr = { '%l contient %s', 'thing': 'qqchose', + 'for each %upvar in %l %cla': + 'pour chaque %upvar de %l %cla', + 'item': + 'item', + 'map %repRing over %l': + 'appliquer %repRing à %l', + 'keep items such that %predRing from %l': + 'garder les items tels que %predRing de %l', + 'combine with %repRing items of %l': + 'combine avec %repRing les items de %l', 'add %s to %l': 'ajouter %s \u00E0 %l', 'delete %ida of %l': diff --git a/src/locale.js b/src/locale.js index a8f0bcef..0d3fecc9 100644 --- a/src/locale.js +++ b/src/locale.js @@ -259,7 +259,7 @@ SnapTranslator.dict.fr = { 'translator_e-mail': 'i.scool@mac.com', 'last_changed': - '2019-03-26' + '2019-04-26' }; SnapTranslator.dict.si = {