summaryrefslogtreecommitdiff
path: root/i18n/ru/snake.ts
blob: 27b25b692726600d0b1da8d3de2368d70a6e95d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE TS><TS>
<context>
    <name>SnakeGame</name>
    <message>
        <source>Snake</source>
        <translation>Змейка</translation>
    </message>
    <message>
        <source>New Game</source>
        <translation>Новая игра</translation>
    </message>
    <message>
        <source>SNAKE!</source>
        <translation>ЗМЕЯ!</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>Используйте кнопки со стрелками для
управления змейкой. Вы должны съесть мышь,
при этом не врезаясь в стены, края или хвост.</translation>
    </message>
    <message>
        <source>     Score :    %1   </source>
        <translation>     Очки :    %1   </translation>
    </message>
    <message>
        <source>GAME OVER!
 Your Score: %1</source>
        <translation>Игра окончена!
Очков: %1</translation>
    </message>
    <message>
        <source>Press any key to start</source>
        <translation>Нажмите любую кнопку чтобы начать</translation>
    </message>
    <message>
        <source>Press any key to begin a new game.</source>
        <translation>Нажмите любую кнопку чтобы начать новую игру.</translation>
    </message>
</context>
</TS>