-rw-r--r-- | i18n/lv/snake.ts | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/i18n/lv/snake.ts b/i18n/lv/snake.ts index 5b92b88..21406fe 100644 --- a/i18n/lv/snake.ts +++ b/i18n/lv/snake.ts @@ -1,40 +1,43 @@ <!DOCTYPE TS><TS> <context> <name>SnakeGame</name> <message> <source>Snake</source> - <translation type="unfinished"></translation> + <translation>Čūska</translation> </message> <message> <source>New Game</source> - <translation type="unfinished"></translation> + <translation>Jauna Spēle</translation> </message> <message> <source>SNAKE!</source> - <translation type="unfinished"></translation> + <translation>ČŪSKA!</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>Izmantojot bultu taustiņus vadiet čūsku, +lai apēstu peli. Jūs nedrīkstat ieskriet +sienās, stūros un čūskas astē.</translation> </message> <message> <source>Press any key to start</source> - <translation type="unfinished"></translation> + <translation>Nospiežiet jabkuru taustiņu lai sāktu</translation> </message> <message> <source> Score : %1 </source> - <translation type="unfinished"></translation> + <translation> Punkti: %1</translation> </message> <message> <source>GAME OVER! Your Score: %1</source> - <translation type="unfinished"></translation> + <translation>SPĒLE CAURI! +Jūsu Rezultāts: %1</translation> </message> <message> <source>Press any key to begin a new game.</source> - <translation type="unfinished"></translation> + <translation>Spiežiet šeit lai sāktu jaunu spēli.</translation> </message> </context> </TS> |