-rw-r--r-- | i18n/cz/snake.ts | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/i18n/cz/snake.ts b/i18n/cz/snake.ts index 5b92b88..e0b055b 100644 --- a/i18n/cz/snake.ts +++ b/i18n/cz/snake.ts @@ -1,40 +1,42 @@ <!DOCTYPE TS><TS> <context> <name>SnakeGame</name> <message> <source>Snake</source> - <translation type="unfinished"></translation> + <translation>Snake</translation> </message> <message> <source>New Game</source> - <translation type="unfinished"></translation> + <translation>Nová hra</translation> </message> <message> <source>SNAKE!</source> - <translation type="unfinished"></translation> + <translation>SNAKE!</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>Použijte šipky, abyste hadem sežrali myši. +Nesmíte narazit do zdí, hran a ocasu.</translation> </message> <message> <source>Press any key to start</source> - <translation type="unfinished"></translation> + <translation>Pro start stiskněte klávesu</translation> </message> <message> <source> Score : %1 </source> - <translation type="unfinished"></translation> + <translation> Skóre : %1 </translation> </message> <message> <source>GAME OVER! Your Score: %1</source> - <translation type="unfinished"></translation> + <translation>KONEC HRY! +Vaše skóre: %1</translation> </message> <message> <source>Press any key to begin a new game.</source> - <translation type="unfinished"></translation> + <translation>Pro novou hru stiskněte jakoukoliv klávesu.</translation> </message> </context> </TS> |