-rw-r--r-- | i18n/de/snake.ts | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/i18n/de/snake.ts b/i18n/de/snake.ts index d9d6107..5d51626 100644 --- a/i18n/de/snake.ts +++ b/i18n/de/snake.ts @@ -1,40 +1,43 @@ <!DOCTYPE TS><TS> <context> <name>SnakeGame</name> <message> <source>Snake</source> - <translation type="unfinished"></translation> + <translation>Schlange</translation> </message> <message> <source>New Game</source> - <translation type="unfinished"></translation> + <translation>Neues Spiel</translation> </message> <message> <source>SNAKE!</source> - <translation type="unfinished"></translation> + <translation>SCHLANGE!</translation> </message> <message> <source>Use the arrow keys to guide the snake to eat the mouse. You must not crash into the walls, edges or its tail.</source> - <translation type="unfinished"></translation> + <translation>Benutzen Sie die Wippe, um die +Schlage zu steuern und die Mäuse +zu fressen. Sie dürfen dabei weder die +Wände noch Ihren Schwanz berühren.</translation> </message> <message> <source>Press Any Key To Start</source> - <translation type="unfinished"></translation> + <translation>Drücken Sie eine Taste, um zu starten</translation> </message> <message> <source> Score : %1 </source> - <translation type="unfinished"></translation> + <translation>Punkte: %1</translation> </message> <message> <source>GAME OVER! Your Score: %1</source> - <translation type="unfinished"></translation> + <translation>VERLOREN! Ihre Punktezahl: %1</translation> </message> <message> <source>Press Any Key to Begin a New Game.</source> - <translation type="unfinished"></translation> + <translation>Drücke Sie eine Taste, um ein neues Spiel zu beginnen.</translation> </message> </context> </TS> |