kopia lustrzana https://github.com/backface/turtlestitch
keep order of inputs in Turkish translation
this probably breaks the true meaning of these strings, but as of today inputs cannot yet be rearranged (which has to change)pull/3/merge
rodzic
cbba888012
commit
a81576897a
12
lang-tr.js
12
lang-tr.js
|
@ -329,11 +329,11 @@ SnapTranslator.dict.tr = {
|
||||||
'costume #':
|
'costume #':
|
||||||
'kostüm no:',
|
'kostüm no:',
|
||||||
'say %s for %n secs':
|
'say %s for %n secs':
|
||||||
'%n saniye %s söyle',
|
'%s saniye %n söyle',
|
||||||
'say %s':
|
'say %s':
|
||||||
'%s söyle',
|
'%s söyle',
|
||||||
'think %s for %n secs':
|
'think %s for %n secs':
|
||||||
'%n saniye %s diye düşün',
|
'%s saniye %n diye düşün',
|
||||||
'think %s':
|
'think %s':
|
||||||
'%s diye düşün',
|
'%s diye düşün',
|
||||||
'Hello!':
|
'Hello!':
|
||||||
|
@ -531,7 +531,7 @@ SnapTranslator.dict.tr = {
|
||||||
'round %n':
|
'round %n':
|
||||||
'%n yuvarla',
|
'%n yuvarla',
|
||||||
'%fun of %n':
|
'%fun of %n':
|
||||||
'%n un %fun si',
|
'%fun un %n si',
|
||||||
'pick random %n to %n':
|
'pick random %n to %n':
|
||||||
'%n ile %n arasında rastgele bir sayı seç',
|
'%n ile %n arasında rastgele bir sayı seç',
|
||||||
'%b and %b':
|
'%b and %b':
|
||||||
|
@ -553,13 +553,13 @@ SnapTranslator.dict.tr = {
|
||||||
'world':
|
'world':
|
||||||
'dünya',
|
'dünya',
|
||||||
'letter %n of %s':
|
'letter %n of %s':
|
||||||
'%s in harfleri %n',
|
'%n in harfleri %s',
|
||||||
'length of %s':
|
'length of %s':
|
||||||
'%s in uzunluğu',
|
'%s in uzunluğu',
|
||||||
'unicode of %s':
|
'unicode of %s':
|
||||||
'%s in unicode hali',
|
'%s in unicode hali',
|
||||||
'unicode %n as letter':
|
'unicode %n as letter':
|
||||||
'harf olarak %n in unicode hali',
|
'harf olarak %n in unicode hali',
|
||||||
'is %s a %typ ?':
|
'is %s a %typ ?':
|
||||||
'%s bir %typ mi?',
|
'%s bir %typ mi?',
|
||||||
'is %s identical to %s ?':
|
'is %s identical to %s ?':
|
||||||
|
@ -593,7 +593,7 @@ SnapTranslator.dict.tr = {
|
||||||
'list %exp':
|
'list %exp':
|
||||||
'Liste %exp',
|
'Liste %exp',
|
||||||
'%s in front of %l':
|
'%s in front of %l':
|
||||||
'%l nin %s önündeki',
|
'%s nin %l önündeki',
|
||||||
'item %idx of %l':
|
'item %idx of %l':
|
||||||
'item %idx of %l',
|
'item %idx of %l',
|
||||||
'all but first of %l':
|
'all but first of %l':
|
||||||
|
|
Ładowanie…
Reference in New Issue