-rw-r--r-- | i18n/ru/backgammon.ts | 170 |
1 files changed, 170 insertions, 0 deletions
diff --git a/i18n/ru/backgammon.ts b/i18n/ru/backgammon.ts new file mode 100644 index 0000000..20cfbe6 --- a/dev/null +++ b/i18n/ru/backgammon.ts @@ -0,0 +1,170 @@ +<!DOCTYPE TS><TS> +<context> + <name>AI_Dialog</name> + <message> + <source>Settings</source> + <translation>Настройки</translation> + </message> + <message> + <source><b>Rescue</b></source> + <translation><b>Спасти</b></translation> + </message> + <message> + <source>?</source> + <translation>?</translation> + </message> + <message> + <source><b>Eliminate</b></source> + <translation><b>Убрать</b></translation> + </message> + <message> + <source><b>Expose</b></source> + <translation><b>Открыть</b></translation> + </message> + <message> + <source><b>Protect</b></source> + <translation><b>Защитить</b></translation> + </message> + <message> + <source><b>Safe</b></source> + <translation><b>Безопасно</b></translation> + </message> + <message> + <source><b>Empty</b></source> + <translation><b>Пусто</b></translation> + </message> + <message> + <source>Default Values</source> + <translation>Значения по умолч.</translation> + </message> + <message> + <source>Help</source> + <translation>Помощь</translation> + </message> + <message> + <source>Bring the pieces out of the endzone</source> + <translation>Вынесите фишки из конечной зоны</translation> + </message> + <message> + <source>Eliminate an opponents piece</source> + <translation>Избавьтесь от фишек оппонента</translation> + </message> + <message> + <source>Expose you own pieces. +After such a move only one piece will remain in the slot</source> + <translation>Откройте свои фишки. +После этого в ячейке останется только одна фишка</translation> + </message> + <message> + <source>Protect a single piece by +putting another one in this slot</source> + <translation>Защитите одну фишку +путем накладывания другой в ячейку</translation> + </message> + <message> + <source>Move piece to a slot already +occupied by the player</source> + <translation>Переместите фишку в ячейку +уже занятую игроком</translation> + </message> + <message> + <source>Move piece to an empty slot</source> + <translation>Переместите фишку в пустую ячейку</translation> + </message> + <message> + <source>Press and hold the ? buttton +next to a field for help</source> + <translation>Нажмите и удерживайте кнопку ? +после поля справки</translation> + </message> +</context> +<context> + <name>BackGammon</name> + <message> + <source>Backgammon</source> + <translation>Нарды</translation> + </message> + <message> + <source>New</source> + <translation>Новая</translation> + </message> + <message> + <source>Load</source> + <translation>Загрузить</translation> + </message> + <message> + <source>Save</source> + <translation>Сохранить</translation> + </message> + <message> + <source>Delete</source> + <translation>Удалить</translation> + </message> + <message> + <source>Game</source> + <translation>Игра</translation> + </message> + <message> + <source>Default</source> + <translation>По умолч.</translation> + </message> + <message> + <source>Theme</source> + <translation>Тема</translation> + </message> + <message> + <source>Player</source> + <translation>Игрок</translation> + </message> + <message> + <source>AI</source> + <translation>Комп.</translation> + </message> + <message> + <source>Rules</source> + <translation>Правила</translation> + </message> + <message> + <source>Options</source> + <translation>Опции</translation> + </message> + <message> + <source>deleted theme %1?</source> + <translation type="unfinished">удалить тему %1?</translation> + </message> + <message> + <source>OK</source> + <translation>Да</translation> + </message> + <message> + <source>Cancel</source> + <translation>Отмена</translation> + </message> + <message> + <source>Load Theme</source> + <translation>Загрузить тему</translation> + </message> + <message> + <source><b>no move</b></source> + <translation><b>нет хода</b></translation> + </message> + <message> + <source><b>Player 1 wins. Click on board for new game.</b></source> + <translation><b>Игрок 1 выиграл. Нажмите на доске чтобы начать новую игру.</b></translation> + </message> + <message> + <source><b>Player 2 wins. Click on board for new game.</b></source> + <translation><b>Игрок 2 выиграл. Нажмите на доске чтобы начать новую игру.</b></translation> + </message> + <message> + <source><b>P2 turn</b></source> + <comment>P means player</comment> + <translation><b>Ход Игр2</b></translation> + </message> + <message> + <source><b>P1 turn</b></source> + <comment>P means player</comment> + <translation><b>Ход Игр1</b></translation> + </message> +</context> +</TS> |