kopia lustrzana https://github.com/backface/turtlestitch
updated Spanish translation (for new HOF prims)
rodzic
c31b4d8d7c
commit
ca4dcf7eac
|
@ -67,11 +67,13 @@
|
||||||
* Indonesian, thanks, Emanuella!
|
* Indonesian, thanks, Emanuella!
|
||||||
* Greek, thanks, Alexandros!
|
* Greek, thanks, Alexandros!
|
||||||
* Catalan, thanks, Joan!
|
* Catalan, thanks, Joan!
|
||||||
|
* Spanish
|
||||||
* German
|
* German
|
||||||
* French
|
* French
|
||||||
|
|
||||||
### 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)
|
||||||
|
|
||||||
### 2019-04-25
|
### 2019-04-25
|
||||||
* updated German translation (for new HOF prims)
|
* updated German translation (for new HOF prims)
|
||||||
|
|
|
@ -185,7 +185,7 @@ SnapTranslator.dict.es = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'victor.muratalla@yahoo.com / rizzi.cristian@gmail.com', // optional
|
'victor.muratalla@yahoo.com / rizzi.cristian@gmail.com', // optional
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2018-02-19', // 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:
|
||||||
|
@ -600,10 +600,14 @@ SnapTranslator.dict.es = {
|
||||||
'repetir %n %loop',
|
'repetir %n %loop',
|
||||||
'repeat until %b %loop':
|
'repeat until %b %loop':
|
||||||
'repetir hasta que %b %loop',
|
'repetir hasta que %b %loop',
|
||||||
|
'for %upvar = %n to %n %cla':
|
||||||
|
'para %upvar = %n hasta %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 sino %c',
|
'si %b %c sino %c',
|
||||||
|
'if %b then %s else %s':
|
||||||
|
'si %b entonces %s sino %s',
|
||||||
'report %s':
|
'report %s':
|
||||||
'reportar %s',
|
'reportar %s',
|
||||||
'stop %stopChoices':
|
'stop %stopChoices':
|
||||||
|
@ -1074,6 +1078,16 @@ SnapTranslator.dict.es = {
|
||||||
'longitud de %l',
|
'longitud de %l',
|
||||||
'%l contains %s':
|
'%l contains %s':
|
||||||
'\u00BF %l contiene %s ?',
|
'\u00BF %l contiene %s ?',
|
||||||
|
'for each %upvar in %l %cla':
|
||||||
|
'para cada %upvar de %l %cla',
|
||||||
|
'item':
|
||||||
|
'elemento',
|
||||||
|
'map %repRing over %l':
|
||||||
|
'mapear %repRing sobre %l',
|
||||||
|
'keep items such that %predRing from %l':
|
||||||
|
'mantener los elementos donde %predRing de %l',
|
||||||
|
'combine with %repRing items of %l':
|
||||||
|
'combinar con %repRing los elementos de %l',
|
||||||
'add %s to %l':
|
'add %s to %l':
|
||||||
'a\u00F1adir %s a %l',
|
'a\u00F1adir %s a %l',
|
||||||
'delete %ida of %l':
|
'delete %ida of %l':
|
||||||
|
@ -1084,10 +1098,6 @@ SnapTranslator.dict.es = {
|
||||||
'reemplazar elemento %idx de %l con %s',
|
'reemplazar elemento %idx de %l con %s',
|
||||||
|
|
||||||
// lists' development mode blocks:
|
// lists' development mode blocks:
|
||||||
'map %repRing over %l':
|
|
||||||
'mapear %repRing sobre %l',
|
|
||||||
'for %upvar in %l %cl':
|
|
||||||
'para %upvar en %l %cl',
|
|
||||||
'show table %l':
|
'show table %l':
|
||||||
'mostrar tabla %l',
|
'mostrar tabla %l',
|
||||||
|
|
||||||
|
@ -1164,8 +1174,6 @@ SnapTranslator.dict.es = {
|
||||||
// already defined
|
// already defined
|
||||||
// 'list':
|
// 'list':
|
||||||
// 'lista',
|
// 'lista',
|
||||||
'item':
|
|
||||||
'elemento',
|
|
||||||
'delimiter':
|
'delimiter':
|
||||||
'delimitador',
|
'delimitador',
|
||||||
|
|
||||||
|
|
|
@ -292,7 +292,7 @@ SnapTranslator.dict.es = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'victor.muratalla@yahoo.com / rizzi.cristian@gmail.com',
|
'victor.muratalla@yahoo.com / rizzi.cristian@gmail.com',
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2018-02-19'
|
'2019-04-26'
|
||||||
};
|
};
|
||||||
|
|
||||||
SnapTranslator.dict.nl = {
|
SnapTranslator.dict.nl = {
|
||||||
|
|
Ładowanie…
Reference in New Issue