kopia lustrzana https://github.com/backface/turtlestitch
update german translation
rodzic
a0ffdeef1d
commit
70d3d6f7f1
|
@ -61,7 +61,11 @@ tempDict = {
|
|||
'gehe %n Schritte in %n er Schritten',
|
||||
'move %n steps in %n':
|
||||
'gehe %n Schritte in %n Stichen',
|
||||
|
||||
'go to x: %n y: %n by: %n':
|
||||
'gehe zu x: %n y: %n in %n er Schritten',
|
||||
'go to x: %n y: %n in: %n':
|
||||
'gehe zu x: %n y: %n in %n Stichen',
|
||||
|
||||
' are too long! (will get clamped)':
|
||||
'sind zu lang! (werden geklammert)',
|
||||
' is too long! (will get clamped)':
|
||||
|
|
|
@ -974,7 +974,7 @@ SpriteMorph.prototype.initBlocks = function () {
|
|||
only: SpriteMorph,
|
||||
type: 'command',
|
||||
category: 'motion',
|
||||
spec: 'goto x: %n y: %n by: %n',
|
||||
spec: 'go to x: %n y: %n by: %n',
|
||||
defaults: [0, 0, 10]
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue