kopia lustrzana https://github.com/backface/turtlestitch
updated French translation (for new HOF prims)
rodzic
ca4dcf7eac
commit
9af72c27c1
|
@ -74,6 +74,7 @@
|
||||||
### 2019-04-26
|
### 2019-04-26
|
||||||
* updated Catalan translation (for new HOF prims)
|
* updated Catalan translation (for new HOF prims)
|
||||||
* updated Spanish translation (for new HOF prims)
|
* updated Spanish translation (for new HOF prims)
|
||||||
|
* updated French translation (for new HOF prims)
|
||||||
|
|
||||||
### 2019-04-25
|
### 2019-04-25
|
||||||
* updated German translation (for new HOF prims)
|
* updated German translation (for new HOF prims)
|
||||||
|
|
|
@ -197,7 +197,7 @@ SnapTranslator.dict.fr = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'i.scool@mac.com', // optional
|
'i.scool@mac.com', // optional
|
||||||
'last_changed':
|
'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
|
// GUI
|
||||||
// control bar:
|
// control bar:
|
||||||
|
@ -466,10 +466,14 @@ SnapTranslator.dict.fr = {
|
||||||
'r\u00E9p\u00E9ter %n fois %loop',
|
'r\u00E9p\u00E9ter %n fois %loop',
|
||||||
'repeat until %b %loop':
|
'repeat until %b %loop':
|
||||||
'r\u00E9p\u00E9ter jusqu\u0027\u00E0 %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':
|
'if %b %c':
|
||||||
'si %b %c',
|
'si %b %c',
|
||||||
'if %b %c else %c':
|
'if %b %c else %c':
|
||||||
'si %b %c sinon %c',
|
'si %b %c sinon %c',
|
||||||
|
'if %b then %s else %s':
|
||||||
|
'si %b alors %s sinon %s',
|
||||||
'report %s':
|
'report %s':
|
||||||
'rapporte %s',
|
'rapporte %s',
|
||||||
'stop block':
|
'stop block':
|
||||||
|
@ -694,6 +698,16 @@ SnapTranslator.dict.fr = {
|
||||||
'%l contient %s',
|
'%l contient %s',
|
||||||
'thing':
|
'thing':
|
||||||
'qqchose',
|
'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':
|
'add %s to %l':
|
||||||
'ajouter %s \u00E0 %l',
|
'ajouter %s \u00E0 %l',
|
||||||
'delete %ida of %l':
|
'delete %ida of %l':
|
||||||
|
|
|
@ -259,7 +259,7 @@ SnapTranslator.dict.fr = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'i.scool@mac.com',
|
'i.scool@mac.com',
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2019-03-26'
|
'2019-04-26'
|
||||||
};
|
};
|
||||||
|
|
||||||
SnapTranslator.dict.si = {
|
SnapTranslator.dict.si = {
|
||||||
|
|
Ładowanie…
Reference in New Issue