tictactoe_ru.ts 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE TS>
  3. <TS version="2.0" language="ru_RU">
  4. <context>
  5. <name>GameSettingsDialog</name>
  6. <message>
  7. <location filename="gamesettingsdialog.ui" line="14"/>
  8. <location filename="gamesettingsdialog.ui" line="20"/>
  9. <source>Game settings</source>
  10. <translation>Настройки игры</translation>
  11. </message>
  12. <message>
  13. <location filename="gamesettingsdialog.ui" line="26"/>
  14. <source>&amp;Board size:</source>
  15. <translation>&amp;Размер поля:</translation>
  16. </message>
  17. <message>
  18. <location filename="gamesettingsdialog.ui" line="46"/>
  19. <source>&amp;Count to win:</source>
  20. <translation>&amp;Количество для победы:</translation>
  21. </message>
  22. </context>
  23. <context>
  24. <name>MainWindow</name>
  25. <message>
  26. <location filename="mainwindow.ui" line="14"/>
  27. <source>TicTacToe</source>
  28. <translation>Крестики нолики</translation>
  29. </message>
  30. <message>
  31. <location filename="mainwindow.ui" line="46"/>
  32. <source>Game</source>
  33. <translation>Игра</translation>
  34. </message>
  35. <message>
  36. <location filename="mainwindow.ui" line="66"/>
  37. <source>New game</source>
  38. <translation>Новая игра</translation>
  39. </message>
  40. <message>
  41. <location filename="mainwindow.ui" line="69"/>
  42. <source>Start new game</source>
  43. <translation>Начать новую игру</translation>
  44. </message>
  45. <message>
  46. <location filename="mainwindow.ui" line="72"/>
  47. <source>Ctrl+N</source>
  48. <translation></translation>
  49. </message>
  50. <message>
  51. <location filename="mainwindow.ui" line="77"/>
  52. <source>Game settings</source>
  53. <translation>Настройки игры</translation>
  54. </message>
  55. <message>
  56. <location filename="mainwindow.ui" line="80"/>
  57. <source>Show game settings dialog</source>
  58. <translation>Показать диалог настроек игры</translation>
  59. </message>
  60. <message>
  61. <location filename="mainwindow.ui" line="83"/>
  62. <source>Ctrl+P</source>
  63. <translation></translation>
  64. </message>
  65. <message>
  66. <location filename="mainwindow.cpp" line="60"/>
  67. <source>Game over! Player %1 win!</source>
  68. <translation>Игра окончена! Победил игрок %1!</translation>
  69. </message>
  70. <message>
  71. <location filename="mainwindow.cpp" line="60"/>
  72. <source>Game over! No win!</source>
  73. <translation>Игра окончена! Ничья!</translation>
  74. </message>
  75. <message>
  76. <location filename="mainwindow.cpp" line="61"/>
  77. <source>Game over</source>
  78. <translation>Игра окончена</translation>
  79. </message>
  80. </context>
  81. </TS>