diff options
| author | Code WvS <code-wvs@quantentunnel.de> | 2015-03-21 11:47:50 +0100 |
|---|---|---|
| committer | Code WvS <code-wvs@quantentunnel.de> | 2015-03-21 11:47:50 +0100 |
| commit | 6c8a7353841df425ce2e4fd9b771ffc8dd99b707 (patch) | |
| tree | 4221caee45bbb207bf8cc33909221cd4d6dc44df | |
| parent | dbc463c70ad7bbd43b907ec0345bd0965698c0cf (diff) | |
| download | snap-yow-6c8a7353841df425ce2e4fd9b771ffc8dd99b707.tar.gz snap-yow-6c8a7353841df425ce2e4fd9b771ffc8dd99b707.zip | |
update translation and fix a typo
| -rw-r--r-- | lang-de.js | 10 | ||||
| -rw-r--r-- | objects.js | 6 |
2 files changed, 13 insertions, 3 deletions
@@ -541,6 +541,16 @@ SnapTranslator.dict.de = { 'Turbomodus?', 'set turbo mode to %b': 'setze Turbomodus auf %b', + 'vibrate %n seconds': + 'vibriere %n Sekunden', + 'current compass heading': + 'aktuelle Ausrichtung des Kompasses', + 'current acceleration along the x axis': + 'aktuelle Beschleunigung entlang der X-Achse', + 'current acceleration along the y axis': + 'aktuelle Beschleunigung entlang der Y-Achse', + 'current acceleration along the z axis': + 'aktuelle Beschleunigung entlang der Z-Achse', 'filtered for %clr': 'nach %clr gefiltert', @@ -942,17 +942,17 @@ SpriteMorph.prototype.initBlocks = function () { reportAccelerationX: { type: 'reporter', category: 'sensing', - spec: 'current acceleration along the x axes' + spec: 'current acceleration along the x axis' }, reportAccelerationY: { type: 'reporter', category: 'sensing', - spec: 'current acceleration along the y axes' + spec: 'current acceleration along the y axis' }, reportAccelerationZ: { type: 'reporter', category: 'sensing', - spec: 'current acceleration along the z axes' + spec: 'current acceleration along the z axis' }, // Operators |
