diff options
| author | Code WvS <code-wvs@quantentunnel.de> | 2015-01-25 16:30:56 +0100 |
|---|---|---|
| committer | Code WvS <code-wvs@quantentunnel.de> | 2015-01-25 16:30:56 +0100 |
| commit | 5e25b1303319269ee44821d2a9592a441aa86cee (patch) | |
| tree | 4cac497aec68491f7b65e6cc92bfa2782fa6d519 /lang-de.js | |
| parent | 2ca378c50bf67b6af5e16ba72af81f4f84db308c (diff) | |
| download | snap-byow-5e25b1303319269ee44821d2a9592a441aa86cee.tar.gz snap-byow-5e25b1303319269ee44821d2a9592a441aa86cee.zip | |
first working version, WIP
Diffstat (limited to 'lang-de.js')
| -rw-r--r-- | lang-de.js | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -615,6 +615,32 @@ SnapTranslator.dict.de = { 'replace item %idx of %l with %s': 'ersetze Element %idx in %l durch %s', + // BYOW player + 'Player': + 'Spieler', + 'move x %n y %n z %n': + 'bewege um x %n y %n z %n', + 'move to x %n y %n z %n': + 'bewege zu x %n y %n z %n', + 'position': + 'Position', + 'set point of view to %s': + 'setze Ansicht auf %s', + 'toggle view': + 'schalte Ansicht um', + 'set rotation to x %n y %n z %n': + 'setze Drehung auf x %n y %n z %n', + 'get rotation': + 'Drehung', + + // BYOW world + 'World': + 'Welt', + 'set block at x %n y %n z %n material %n': + 'setze Block bei x %n y %n z %n Material %n', + 'get block at x %n y %n z %n': + 'Material des Blocks bei x %n y %n z %n', + // other 'Make a block': 'Neuer Block', |
