update german translation

pull/68/head
Michael Aschauer 2018-10-03 12:09:34 +02:00
rodzic a0ffdeef1d
commit 70d3d6f7f1
2 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -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)':

Wyświetl plik

@ -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]
};