summaryrefslogtreecommitdiff
path: root/i18n/zh_TW/snake.ts
blob: d2ed62f50ef47d27a5e94123deefd82bf3319df1 (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
<!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>GAME OVER!
 你的得分: %1</translation>
    </message>
    <message>
        <source>Press any key to start</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>Press any key to begin a new game.</source>
        <translation type="unfinished"></translation>
    </message>
</context>
</TS>