summaryrefslogtreecommitdiff
path: root/lang-de.js
diff options
context:
space:
mode:
authorCode WvS <code-wvs@quantentunnel.de>2015-01-25 16:30:56 +0100
committerCode WvS <code-wvs@quantentunnel.de>2015-01-25 16:30:56 +0100
commit5e25b1303319269ee44821d2a9592a441aa86cee (patch)
tree4cac497aec68491f7b65e6cc92bfa2782fa6d519 /lang-de.js
parent2ca378c50bf67b6af5e16ba72af81f4f84db308c (diff)
downloadsnap-byow-5e25b1303319269ee44821d2a9592a441aa86cee.tar.gz
snap-byow-5e25b1303319269ee44821d2a9592a441aa86cee.zip
first working version, WIP
Diffstat (limited to 'lang-de.js')
-rw-r--r--lang-de.js26
1 files changed, 26 insertions, 0 deletions
diff --git a/lang-de.js b/lang-de.js
index e893442..72e4ff1 100644
--- a/lang-de.js
+++ b/lang-de.js
@@ -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',