-rw-r--r-- | i18n/ru/tictac.ts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/i18n/ru/tictac.ts b/i18n/ru/tictac.ts index 1e4a751..cca7e4d 100644 --- a/i18n/ru/tictac.ts +++ b/i18n/ru/tictac.ts @@ -1,41 +1,41 @@ <!DOCTYPE TS><TS> <context> <name>TicTacToe</name> <message> <source>Computer starts</source> - <translation type="unfinished"></translation> + <translation>Начинает компьютер</translation> </message> <message> <source>Human starts</source> - <translation type="unfinished"></translation> + <translation>Начинает человек</translation> </message> <message> <source>Play!</source> - <translation type="unfinished"></translation> + <translation>Сыграть!</translation> </message> <message> <source>Quit</source> - <translation type="unfinished"></translation> + <translation>Выход</translation> </message> <message> <source>Click Play to start</source> - <translation type="unfinished"></translation> + <translation>Нажмите Сыграть для начала</translation> </message> <message> <source>Make your move</source> - <translation type="unfinished"></translation> + <translation>Ваш ход</translation> </message> <message> <source>You won!</source> - <translation type="unfinished"></translation> + <translation>Вы выиграли!</translation> </message> <message> <source>Computer won!</source> - <translation type="unfinished"></translation> + <translation>Компьютер выиграл!</translation> </message> <message> <source>It's a draw</source> - <translation type="unfinished"></translation> + <translation>Ничья</translation> </message> </context> </TS> |