kopia lustrzana https://github.com/backface/turtlestitch
Merge pull request #2375 from jguille2/cat5d
Updating again Catalan translation for Snap5 releasepull/89/head
commit
51087efeb3
|
@ -86,6 +86,9 @@
|
||||||
### 2019-04-22
|
### 2019-04-22
|
||||||
* Threads: fixed variable binding for "arguments", turned dictionary key into a Symbol
|
* Threads: fixed variable binding for "arguments", turned dictionary key into a Symbol
|
||||||
|
|
||||||
|
### 2019-04-15
|
||||||
|
* Catalan translation update
|
||||||
|
|
||||||
### 2019-04-12
|
### 2019-04-12
|
||||||
* Objects: enabled text-variables as inputs for graphic effects / pen attributes
|
* Objects: enabled text-variables as inputs for graphic effects / pen attributes
|
||||||
* updated amination library with graphic effects and audio attributes
|
* updated amination library with graphic effects and audio attributes
|
||||||
|
|
|
@ -185,7 +185,7 @@ SnapTranslator.dict.ca = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'bernat@snap4arduino.rocks, jguille2@xtec.cat', // optional
|
'bernat@snap4arduino.rocks, jguille2@xtec.cat', // optional
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2019-03-17', // this, too, will appear in the Translators tab
|
'2019-04-15', // this, too, will appear in the Translators tab
|
||||||
|
|
||||||
// GUI
|
// GUI
|
||||||
// control bar:
|
// control bar:
|
||||||
|
@ -2523,7 +2523,7 @@ SnapTranslator.dict.ca = {
|
||||||
'"Bigger" Data':
|
'"Bigger" Data':
|
||||||
'Treballant amb "Big Data"',
|
'Treballant amb "Big Data"',
|
||||||
'Frequency Distribution Analysis':
|
'Frequency Distribution Analysis':
|
||||||
'Analisi de la disbribució de freqüències',
|
'Anàlisi de la disbribució de freqüències',
|
||||||
'create variables in program':
|
'create variables in program':
|
||||||
'Creant variables des del programa',
|
'Creant variables des del programa',
|
||||||
'Deal with JSON data':
|
'Deal with JSON data':
|
||||||
|
@ -2586,6 +2586,62 @@ SnapTranslator.dict.ca = {
|
||||||
'Extreu sub-cadenes de texts de diverses formes',
|
'Extreu sub-cadenes de texts de diverses formes',
|
||||||
//
|
//
|
||||||
'translations...':
|
'translations...':
|
||||||
'traduccions...'
|
'traduccions...',
|
||||||
|
'width':
|
||||||
|
'amplada',
|
||||||
|
'height':
|
||||||
|
'alçada',
|
||||||
|
'pixel':
|
||||||
|
'píxels',
|
||||||
|
'%img of costume %cst':
|
||||||
|
'%img del vestit %cst',
|
||||||
|
'stretch %cst x: %n y: %n %':
|
||||||
|
'estira %cst a x: %n y: %n %',
|
||||||
|
'%eff effect':
|
||||||
|
'efecte %eff',
|
||||||
|
'current':
|
||||||
|
'actual',
|
||||||
|
'play sound %snd at %rate hz':
|
||||||
|
'toca el so %snd a %rate hz',
|
||||||
|
'%aa of sound %snd':
|
||||||
|
'%aa del so %snd',
|
||||||
|
'duration':
|
||||||
|
'durada',
|
||||||
|
'length':
|
||||||
|
'longitud',
|
||||||
|
'number of channels':
|
||||||
|
'número de canals',
|
||||||
|
'sample rate':
|
||||||
|
'freqüència de mostreig',
|
||||||
|
'samples':
|
||||||
|
'mostres',
|
||||||
|
'change volume by %n':
|
||||||
|
'augmenta el volum en %n',
|
||||||
|
'set volume to %n %':
|
||||||
|
'fixa el volum a %n %',
|
||||||
|
'change balance by %n':
|
||||||
|
'augmenta el balanç en %n',
|
||||||
|
'set balance to %n':
|
||||||
|
'fixa el balanç a %n',
|
||||||
|
'balance':
|
||||||
|
'balanç',
|
||||||
|
'play frequency %n hz':
|
||||||
|
'toca la freqüència %n hz',
|
||||||
|
'stop frequency':
|
||||||
|
'atura la freqüència',
|
||||||
|
'pen %pen':
|
||||||
|
'%pen del llapis',
|
||||||
|
'write %s size %n':
|
||||||
|
'escriu %s de mida %n',
|
||||||
|
'draggable?':
|
||||||
|
'arrossegable?',
|
||||||
|
'frequency':
|
||||||
|
'freqüència',
|
||||||
|
'spectrum':
|
||||||
|
'espectre',
|
||||||
|
'resolution':
|
||||||
|
'resolució',
|
||||||
|
'neg':
|
||||||
|
'oposat'
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
@ -369,7 +369,7 @@ SnapTranslator.dict.ca = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'bernat@snap4arduino.rocks, jguille2@xtec.cat',
|
'bernat@snap4arduino.rocks, jguille2@xtec.cat',
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2019-03-17'
|
'2019-04-15'
|
||||||
};
|
};
|
||||||
|
|
||||||
SnapTranslator.dict.ca_VA = {
|
SnapTranslator.dict.ca_VA = {
|
||||||
|
|
Ładowanie…
Reference in New Issue