share/hedgewars/Data/Locale/hedgewars_zh_CN.ts
author mikade
Fri, 21 Jan 2011 11:45:31 -0500
changeset 4864 9001217d3af2
parent 4755 7df529b4335c
child 5602 c89b81817ee4
permissions -rw-r--r--
Fix typos in tips
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
     2
<!DOCTYPE TS>
2657
fce353f8b75a Add language to each ts file, rerun disabling of teams.
nemo
parents: 2656
diff changeset
     3
<TS version="2.0" language="zh_CN">
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
     4
<context>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
     5
    <name>AmmoSchemeModel</name>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
     6
    <message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
     7
        <source>new</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
     8
        <translation>新建</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
     9
    </message>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
    10
    <message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
    11
        <source>copy of</source>
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
    12
        <translation>备份</translation>
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
    13
    </message>
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
    14
</context>
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
    15
<context>
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
    16
    <name>DrawMapWidget</name>
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
    17
    <message>
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
    18
        <source>File error</source>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
    19
        <translation type="obsolete">文件错误</translation>
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
    20
    </message>
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
    21
    <message>
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
    22
        <source>Cannot open file &apos;%1&apos; for writing</source>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
    23
        <translation type="obsolete">无法打开文件 &apos;%1&apos; 写入</translation>
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
    24
    </message>
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
    25
    <message>
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
    26
        <source>Cannot read file &apos;%1&apos;</source>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
    27
        <translation type="obsolete">无法读取文件 &apos;%1&apos;</translation>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
    28
    </message>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
    29
</context>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    30
<context>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
    31
    <name>FreqSpinBox</name>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
    32
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
    33
        <source>Never</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
    34
        <translation>从不</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
    35
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
    36
    <message numerus="yes">
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
    37
        <source>Every %1 turn</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
    38
        <translation>
2842
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
    39
            <numerusform>每 %1 个回合</numerusform>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
    40
        </translation>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
    41
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
    42
</context>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
    43
<context>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    44
    <name>GameCFGWidget</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    45
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    46
        <source>Error</source>
1691
7e964ebbcc82 Update zh_CN translation
unc0rr
parents: 1679
diff changeset
    47
        <translation>错误</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    48
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    49
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    50
        <source>Illegal ammo scheme</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
    51
        <translation>无法使用此弹药设置</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    52
    </message>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
    53
    <message>
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
    54
        <source>Edit schemes</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
    55
        <translation>修改游戏设置</translation>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
    56
    </message>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
    57
    <message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
    58
        <source>Edit weapons</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
    59
        <translation>修改武器</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
    60
    </message>
4259
0313d5577fce update translation files for the 4265 text change
nemo
parents: 4180
diff changeset
    61
    <message>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
    62
        <source>When this option is enabled selecting a game scheme will auto-select a weapon</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
    63
        <translation>使用此项则游戏框架自动选择武器配备</translation>
4259
0313d5577fce update translation files for the 4265 text change
nemo
parents: 4180
diff changeset
    64
    </message>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
    65
</context>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
    66
<context>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
    67
    <name>HWChatWidget</name>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
    68
    <message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
    69
        <source>%1 *** %2 has been removed from your ignore list</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
    70
        <translation>%1 *** %2 已经从您的忽略列表中移除</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
    71
    </message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
    72
    <message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
    73
        <source>%1 *** %2 has been added to your ignore list</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
    74
        <translation>%1 *** %2 已经添加到您的忽略列表中</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
    75
    </message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
    76
    <message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
    77
        <source>%1 *** %2 has been removed from your friends list</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
    78
        <translation>%1 *** %2 已经从您的朋友列表中移除</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
    79
    </message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
    80
    <message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
    81
        <source>%1 *** %2 has been added to your friends list</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
    82
        <translation>%1 *** %2 已经添加到您的朋友列表中</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
    83
    </message>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    84
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    85
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    86
    <name>HWForm</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    87
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    88
        <source>Error</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    89
        <translation>错误</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    90
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    91
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    92
        <source>OK</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
    93
        <translation>确认</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    94
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    95
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    96
        <source>Cannot save record to file %1</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    97
        <translation>无法录入文件 %1</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    98
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
    99
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   100
        <source>Unable to start the server</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   101
        <translation>开启服务端出现错误</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   102
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   103
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   104
        <source>new</source>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   105
        <translation type="obsolete">新</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   106
    </message>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   107
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   108
        <source>Please select record from the list above</source>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   109
        <translation>请选择一个记录</translation>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   110
    </message>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   111
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   112
        <source>DefaultTeam</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   113
        <translation>默认队伍</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   114
    </message>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
   115
    <message>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
   116
        <source>Hedgewars Demo File</source>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
   117
        <comment>File Types</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   118
        <translation>刺猬大作战回放文件</translation>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
   119
    </message>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
   120
    <message>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
   121
        <source>Hedgewars Save File</source>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
   122
        <comment>File Types</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   123
        <translation>刺猬大作战存档文件</translation>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
   124
    </message>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   125
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   126
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   127
    <name>HWGame</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   128
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   129
        <source>en.txt</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   130
        <translation>zh_CN.txt</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   131
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   132
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   133
        <source>Cannot open demofile %1</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   134
        <translation>DEMO %1 打不开</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   135
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   136
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   137
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   138
    <name>HWMapContainer</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   139
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   140
        <source>Map</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   141
        <translation>地图</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   142
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   143
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   144
        <source>Themes</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   145
        <translation>主题</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   146
    </message>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   147
    <message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   148
        <source>Filter</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
   149
        <translation>过滤</translation>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   150
    </message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   151
    <message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   152
        <source>All</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
   153
        <translation>全部</translation>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   154
    </message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   155
    <message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   156
        <source>Small</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
   157
        <translation>小型</translation>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   158
    </message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   159
    <message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   160
        <source>Medium</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
   161
        <translation>中型</translation>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   162
    </message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   163
    <message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   164
        <source>Large</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
   165
        <translation>大型</translation>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   166
    </message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   167
    <message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   168
        <source>Cavern</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
   169
        <translation>洞穴</translation>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   170
    </message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   171
    <message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   172
        <source>Wacky</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   173
        <translation>险峻</translation>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   174
    </message>
3163
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
   175
    <message>
3181
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   176
        <source>Type</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   177
        <translation>类型</translation>
3181
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   178
    </message>
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   179
    <message>
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   180
        <source>Small tunnels</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   181
        <translation>小型隧道</translation>
3181
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   182
    </message>
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   183
    <message>
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   184
        <source>Medium tunnels</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   185
        <translation>中型隧道</translation>
3181
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   186
    </message>
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   187
    <message>
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   188
        <source>Large tunnels</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   189
        <translation>大型隧道</translation>
3181
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   190
    </message>
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   191
    <message>
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   192
        <source>Small floating islands</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   193
        <translation>小型漂浮岛屿</translation>
3181
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   194
    </message>
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   195
    <message>
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   196
        <source>Medium floating islands</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   197
        <translation>中型漂浮岛屿</translation>
3181
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   198
    </message>
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   199
    <message>
5c350b6c38f4 Engine/Frontend:
smxx
parents: 3166
diff changeset
   200
        <source>Large floating islands</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   201
        <translation>大型漂浮岛屿</translation>
3163
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
   202
    </message>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   203
    <message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   204
        <source>Seed</source>
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
   205
        <translation>作种</translation>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   206
    </message>
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents: 4600
diff changeset
   207
    <message>
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents: 4600
diff changeset
   208
        <source>Set</source>
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
   209
        <translation>设定</translation>
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents: 4600
diff changeset
   210
    </message>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   211
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   212
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   213
    <name>HWNetServersModel</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   214
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   215
        <source>Title</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   216
        <translation>名称</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   217
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   218
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   219
        <source>IP</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   220
        <translation>IP</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   221
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   222
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   223
        <source>Port</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   224
        <translation>端口</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   225
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   226
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   227
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   228
    <name>HWNewNet</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   229
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   230
        <source>The host was not found. Please check the host name and port settings.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   231
        <translation>没找到主机。请检查主机名和端口设置。</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   232
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   233
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   234
        <source>Connection refused</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   235
        <translation>连接被拒绝</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   236
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   237
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   238
        <source>Quit reason: </source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   239
        <translation>退出原因:</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   240
    </message>
1604
ed8adf9aeb03 Update Italian and Russian translations
unc0rr
parents: 1597
diff changeset
   241
    <message>
ed8adf9aeb03 Update Italian and Russian translations
unc0rr
parents: 1597
diff changeset
   242
        <source>Room destroyed</source>
1980
431c4322add5 Update translation from patches tracker on fireforge
unc0rr
parents: 1978
diff changeset
   243
        <translation>房间损坏</translation>
1604
ed8adf9aeb03 Update Italian and Russian translations
unc0rr
parents: 1597
diff changeset
   244
    </message>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
   245
    <message>
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
   246
        <source>You got kicked</source>
1980
431c4322add5 Update translation from patches tracker on fireforge
unc0rr
parents: 1978
diff changeset
   247
        <translation>被踢出</translation>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
   248
    </message>
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
   249
    <message>
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
   250
        <source>Password</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
   251
        <translation>密码</translation>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
   252
    </message>
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
   253
    <message>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
   254
        <source>Your nickname %1 is
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
   255
registered on Hedgewars.org
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
   256
Please provide your password
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
   257
or pick another nickname:</source>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   258
        <translation type="obsolete">您的昵称%1
2668
d3a85891ae39 Updated chinese and taiwanese locales. Need to run the taiwanese ones past my taiwanese coworkers. Changes were extensive.
nemo
parents: 2657
diff changeset
   259
在Hedgewars.org已注册
d3a85891ae39 Updated chinese and taiwanese locales. Need to run the taiwanese ones past my taiwanese coworkers. Changes were extensive.
nemo
parents: 2657
diff changeset
   260
请输入您的密码
2842
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
   261
或选择另一个昵称:</translation>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
   262
    </message>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   263
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   264
        <source>%1 *** %2 has joined the room</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   265
        <translation>%1 *** %2 进入这个房间了</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   266
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   267
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   268
        <source>%1 *** %2 has joined</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   269
        <translation>%1 *** %2 加入了</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   270
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   271
    <message>
2442
228757f6c54d - Update some strings
unc0rr
parents: 2441
diff changeset
   272
        <source>%1 *** %2 has left (%3)</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   273
        <translation>%1 *** %2 离开了(%3)</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   274
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   275
    <message>
2442
228757f6c54d - Update some strings
unc0rr
parents: 2441
diff changeset
   276
        <source>%1 *** %2 has left</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   277
        <translation>%1 *** %2 离开了</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   278
    </message>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   279
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   280
        <source>Your nickname %1 is
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   281
registered on Hedgewars.org
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   282
Please provide your password below
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   283
or pick another nickname in game config:</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   284
        <translation>您的昵称%1
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   285
在Hedgewars.org已注册
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   286
请输入您的密码
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   287
或从游戏配置中选择另一个昵称:</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   288
    </message>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   289
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   290
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   291
    <name>KB</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   292
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   293
        <source>SDL_ttf returned error while rendering text, most propably it is related to the bug in freetype2. It&apos;s recommended to update your freetype lib.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   294
        <translation>渲染文字时SDL_ttf 返回错误,可能有关freetype2的bug。建议升级 freetype。</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   295
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   296
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   297
<context>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
   298
    <name>PageAdmin</name>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
   299
    <message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
   300
        <source>Server message:</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   301
        <translation type="obsolete">服务器信息:</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
   302
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
   303
    <message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
   304
        <source>Set message</source>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   305
        <translation type="obsolete">设定信息</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
   306
    </message>
2158
2af1ac0f3cfc rerun Qt translation update, includes mostly-complete zh_TW - bit more to come later
nemo
parents: 2103
diff changeset
   307
    <message>
2af1ac0f3cfc rerun Qt translation update, includes mostly-complete zh_TW - bit more to come later
nemo
parents: 2103
diff changeset
   308
        <source>Clear Accounts Cache</source>
2291
353fb9621da0 Update some translations
unc0rr
parents: 2270
diff changeset
   309
        <translation>清空账户缓存</translation>
2158
2af1ac0f3cfc rerun Qt translation update, includes mostly-complete zh_TW - bit more to come later
nemo
parents: 2103
diff changeset
   310
    </message>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   311
    <message>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   312
        <source>Fetch data</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   313
        <translation>获取数据</translation>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   314
    </message>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   315
    <message>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   316
        <source>Server message for latest version:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   317
        <translation>最新版本的服务器信息</translation>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   318
    </message>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   319
    <message>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   320
        <source>Server message for previous versions:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   321
        <translation>之前版本的服务器信息</translation>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   322
    </message>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   323
    <message>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   324
        <source>Latest version protocol number:</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   325
        <translation>最新版本的通讯协议号码:</translation>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   326
    </message>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   327
    <message>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   328
        <source>MOTD preview:</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   329
        <translation>MOTD预览:</translation>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   330
    </message>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   331
    <message>
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   332
        <source>Set data</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   333
        <translation>设定数据</translation>
3285
e73202c9973f * give translators their "unfinished" tags back :>
sheepluva
parents: 3284
diff changeset
   334
    </message>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
   335
</context>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
   336
<context>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
   337
    <name>PageConnecting</name>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
   338
    <message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
   339
        <source>Connecting...</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
   340
        <translation>连接中...</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
   341
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
   342
</context>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
   343
<context>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   344
    <name>PageDrawMap</name>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   345
    <message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   346
        <source>Undo</source>
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
   347
        <translation>取消</translation>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   348
    </message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   349
    <message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   350
        <source>Clear</source>
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
   351
        <translation>清除</translation>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   352
    </message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   353
    <message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   354
        <source>Load</source>
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
   355
        <translation>读取</translation>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   356
    </message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   357
    <message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   358
        <source>Save</source>
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
   359
        <translation>保存</translation>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   360
    </message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   361
    <message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   362
        <source>Load drawn map</source>
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
   363
        <translation>读取已经绘制的地图</translation>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   364
    </message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   365
    <message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   366
        <source>Drawn Maps (*.hwmap);;All files (*.*)</source>
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
   367
        <translation>绘制的地图 (*.hwmap);;全部文件 (*.*)</translation>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   368
    </message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   369
    <message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   370
        <source>Save drawn map</source>
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
   371
        <translation>保存绘制的地图</translation>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   372
    </message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   373
</context>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
   374
<context>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   375
    <name>PageEditTeam</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   376
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   377
        <source>General</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   378
        <translation>常规</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   379
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   380
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   381
        <source>Advanced</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   382
        <translation>进阶</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   383
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   384
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   385
<context>
1673
06bff12f8a74 - Correctly use plural form in translations
unc0rr
parents: 1641
diff changeset
   386
    <name>PageGameStats</name>
06bff12f8a74 - Correctly use plural form in translations
unc0rr
parents: 1641
diff changeset
   387
    <message>
06bff12f8a74 - Correctly use plural form in translations
unc0rr
parents: 1641
diff changeset
   388
        <source>&lt;p&gt;The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.&lt;/p&gt;</source>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   389
        <translation type="obsolete">&lt;p&gt;最佳射手奖给与 &lt;b&gt;%1&lt;/b&gt;:伤害 &lt;b&gt;%2&lt;/b&gt;点。&lt;/p&gt;</translation>
1673
06bff12f8a74 - Correctly use plural form in translations
unc0rr
parents: 1641
diff changeset
   390
    </message>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   391
    <message numerus="yes">
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   392
        <source>&lt;p&gt;The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.&lt;/p&gt;</source>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   393
        <translation type="obsolete">
2842
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
   394
            <numerusform>&lt;p&gt;最佳杀手是 &lt;b&gt;%1&lt;/b&gt;单回合击杀刺猬数:&lt;b&gt;%2&lt;/b&gt;&lt;/p&gt;</numerusform>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   395
        </translation>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   396
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   397
    <message numerus="yes">
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   398
        <source>&lt;p&gt;A total of &lt;b&gt;%1&lt;/b&gt; hedgehog(s) were killed during this round.&lt;/p&gt;</source>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   399
        <translation type="obsolete">
2842
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
   400
            <numerusform>&lt;p&gt;本轮总共有&lt;b&gt;%1&lt;/b&gt;只刺猬被击杀&lt;/p&gt;</numerusform>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   401
        </translation>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   402
    </message>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   403
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   404
        <source>Details</source>
4012
c364d52c2401 Chinese update
tonghuix
parents: 3918
diff changeset
   405
        <translation>细节</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   406
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   407
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   408
        <source>Health graph</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   409
        <translation>健康值图形</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   410
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   411
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   412
        <source>Ranking</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   413
        <translation>排名</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   414
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   415
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   416
        <source>The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   417
        <translation>最佳射手&lt;b&gt;%1&lt;/b&gt;为同族制造了&lt;b&gt;%2&lt;/b&gt;点创伤</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   418
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   419
    <message numerus="yes">
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   420
        <source>The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.</source>
4012
c364d52c2401 Chinese update
tonghuix
parents: 3918
diff changeset
   421
        <translation>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   422
            <numerusform>最佳杀手&lt;b&gt;%1&lt;/b&gt; 完成了单回合&lt;b&gt;%2&lt;/b&gt;次击杀</numerusform>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   423
        </translation>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   424
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   425
    <message numerus="yes">
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   426
        <source>A total of &lt;b&gt;%1&lt;/b&gt; hedgehog(s) were killed during this round.</source>
4012
c364d52c2401 Chinese update
tonghuix
parents: 3918
diff changeset
   427
        <translation>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   428
            <numerusform>总共&lt;b&gt;%1&lt;/b&gt;只刺猬在本轮失去生命。</numerusform>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   429
        </translation>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   430
    </message>
4176
4e3942f5827c Fix i18n of plural forms
unc0rr
parents: 4169
diff changeset
   431
    <message numerus="yes">
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   432
        <source>(%1 kill)</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   433
        <translation>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   434
            <numerusform>(%1 击杀)</numerusform>
4176
4e3942f5827c Fix i18n of plural forms
unc0rr
parents: 4169
diff changeset
   435
        </translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   436
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   437
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   438
        <source>(%1 kills)</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   439
        <translation type="obsolete">(%1 击杀)</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   440
    </message>
4177
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
   441
    <message numerus="yes">
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   442
        <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   443
        <translation>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   444
            <numerusform>&lt;b&gt;%1&lt;/b&gt;以为给自己的刺猬造成 &lt;b&gt;%2&lt;/b&gt; 点创伤是小意思。</numerusform>
4177
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
   445
        </translation>
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
   446
    </message>
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
   447
    <message numerus="yes">
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   448
        <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   449
        <translation>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   450
            <numerusform>&lt;b&gt;%1&lt;/b&gt; 整垮了 &lt;b&gt;%2&lt;/b&gt; 只自己的刺猬。</numerusform>
4177
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
   451
        </translation>
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
   452
    </message>
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
   453
    <message numerus="yes">
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   454
        <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   455
        <translation>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   456
            <numerusform>&lt;b&gt;%1&lt;/b&gt; 受惊了,共计 &lt;b&gt;%2&lt;/b&gt; 次放弃。</numerusform>
4177
6acd599eee52 Fix some more messages
unc0rr
parents: 4176
diff changeset
   457
        </translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   458
    </message>
1673
06bff12f8a74 - Correctly use plural form in translations
unc0rr
parents: 1641
diff changeset
   459
</context>
06bff12f8a74 - Correctly use plural form in translations
unc0rr
parents: 1641
diff changeset
   460
<context>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   461
    <name>PageMain</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   462
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   463
        <source>Local Game (Play a game on a single computer)</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   464
        <translation>单机游戏(在一台电脑上)</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   465
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   466
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   467
        <source>Network Game (Play a game across a network)</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   468
        <translation>网络游戏(通过网络)</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   469
    </message>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   470
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   471
        <source>Simply pick the same color as a friend to play together as a team. Each of you will still control his or her own hedgehogs but they&apos;ll win or lose together.</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   472
        <comment>Tips</comment>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   473
        <translation>点击同色作为同一组的友军。控制权不分享,但是共同胜利/失败。</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   474
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   475
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   476
        <source>Some weapons might do only low damage but they can be a lot more devastating in the right situation. Try to use the Desert Eagle to knock multiple hedgehogs into the water.</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   477
        <comment>Tips</comment>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   478
        <translation>有些武器可能威力低下但是有毁灭性的效果。比如沙漠之鹰能把多个刺猬打入水中。</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   479
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   480
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   481
        <source>If you&apos;re unsure what to do and don&apos;t want to waste ammo, skip one round. But don&apos;t let too much time pass as there will be Sudden Death!</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   482
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   483
        <translation>加入不确定怎么做,不要浪费弹药,跳过此回合。但是注意突然时间!</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   484
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   485
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   486
        <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   487
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   488
        <translation type="obsolete">保存绳子?在半空释放然后再次射出。只要不接触地面停止就可以继续使用同一根不会浪费!</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   489
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   490
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   491
        <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   492
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   493
        <translation>如果您确定好了一个昵称不想让别人使用,那么在  http://www.hedgewars.org/. 注册一个帐号吧</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   494
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   495
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   496
        <source>You&apos;re bored of default gameplay? Try one of the missions - they&apos;ll offer different gameplay depending on the one you picked.</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   497
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   498
        <translation>厌倦了默认的玩法?试试任务——</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   499
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   500
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   501
        <source>By default the game will always record the last game played as a demo. Select &apos;Local Game&apos; and pick the &apos;Demos&apos; button on the lower right corner to play or manage them.</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   502
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   503
        <translation>默认情况下游戏记录最后的游戏作为Demo,选择单机游戏——然后Demo——然后点击右下角开始回放或者整理。</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   504
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   505
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   506
        <source>Hedgewars is Open Source and Freeware we create in our spare time. If you&apos;ve got problems, ask on our forums but please don&apos;t expect 24/7 support!</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   507
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   508
        <translation>刺猬大作战是一个开放源代码的免费软件,它充分利用了我们的业余时间。如果您有问题,到论坛来吧,不过7×24小时支持不可能!</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   509
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   510
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   511
        <source>Hedgewars is Open Source and Freeware we create in our spare time. If you like it, help us with a small donation or contribute your own work!</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   512
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   513
        <translation>刺猬大作战是一个开放源代码的免费软件,它充分利用了我们的业余时间。如果您喜欢它,我们接受您的捐赠/感谢!</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   514
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   515
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   516
        <source>Hedgewars is Open Source and Freeware we create in our spare time. Share it with your family and friends as you like!</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   517
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   518
        <translation>刺猬大作战是一个开放源代码的免费软件,它充分利用了我们的业余时间。与他人分享它吧!</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   519
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   520
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   521
        <source>From time to time there will be official tournaments. Upcoming events will be announced at http://www.hedgewars.org/ some days in advance.</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   522
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   523
        <translation>官方的竞赛一直存在。临近时去  http://www.hedgewars.org/  即可看到。</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   524
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   525
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   526
        <source>Hedgewars is available in many languages. If the translation in your language seems to be missing or outdated, feel free to contact us!</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   527
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   528
        <translation>Hedgewars 被翻译成多种语言,中文是刺猬大作战——同样为翻译名。如果您的语言翻译有什么缺失/过时/遗漏或任何问题,来联系我们吧!</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   529
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   530
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   531
        <source>Hedgewars can be run on lots of different operating systems including Microsoft Windows, Mac OS X and Linux.</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   532
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   533
        <translation>刺猬大作战可以运行的操作系统包括:GNU/Linux、Mac OS X、MicroSoft Windows。</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   534
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   535
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   536
        <source>Always remember you&apos;re able to set up your own games in local and network/online play. You&apos;re not restricted to the &apos;Simple Game&apos; option.</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   537
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   538
        <translation>您可以建立自己的网络游戏/局域网游戏。不仅限于 &quot;简单游戏&quot; 选项。</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   539
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   540
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   541
        <source>Create an account on http://www.hedgewars.org/ to keep others from using your most favourite nickname while playing on the official server.</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   542
        <comment>Tips</comment>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   543
        <translation type="obsolete">在官方服务器 http://www.hedgewars.org/ 建立自己的帐号——就能一直使用最喜欢的昵称</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   544
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   545
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   546
        <source>While playing you should give yourself a short break at least once an hour.</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   547
        <comment>Tips</comment>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   548
        <translation>最好玩一个小时就休息一下,如果你要继续用电脑。</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   549
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   550
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   551
        <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to enable the low quality mode to improve performance.</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   552
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   553
        <translation>假如你的显卡不能提供OpenGL硬件加速,试着用降低效果的方式运行</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   554
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   555
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   556
        <source>We&apos;re open to suggestions and constructive feedback. If you don&apos;t like something or got a great idea, let us know!</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   557
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   558
        <translation>我们接受意见和建设性反馈。假如您有好电子或者不喜欢的东西,告诉我们!</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   559
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   560
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   561
        <source>Especially while playing online be polite and always remember there might be some minors playing with or against you as well!</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   562
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   563
        <translation>特别是网络游戏,请有礼貌记住对方也和您一样是人!</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   564
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   565
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   566
        <source>Special game modes such as &apos;Vampirism&apos; or &apos;Karma&apos; allow you to develop completely new tactics. Try them in a custom game!</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   567
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   568
        <translation>特别游戏模式“吸血“、”因果报应“需要全新的战术。现在自定义游戏里试试!</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   569
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   570
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   571
        <source>The Windows version of Hedgewars supports Xfire. Make sure to add Hedgwars to its game list so your friends can see you playing.</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   572
        <comment>Tips</comment>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
   573
        <translation type="obsolete">Windows版本的刺猬大作战支持Xfire。添加它到游戏列表里让您的朋友看到。</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   574
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   575
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   576
        <source>You should never install Hedgewars on computers you don&apos;t own (school, university, work, etc.). Please ask the responsible person instead!</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   577
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   578
        <translation>您不应该在不属于您的计算机上安装刺猬大作战——比如学校/工作场所。</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   579
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   580
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   581
        <source>Hedgewars can be perfect for short games during breaks. Just ensure you don&apos;t add too many hedgehogs or use an huge map. Reducing time and health might help as well.</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   582
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   583
        <translation>刺猬大作战适合短时间休息,不需要太多刺猬挤在大地图上。</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   584
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   585
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   586
        <source>No hedgehogs were harmed in making this game.</source>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   587
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   588
        <translation>制作这个游戏时不曾伤害任何刺猬</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   589
    </message>
3683
8d3b483c6949 Revert broken generating of qm in cmake, restore source control of .qm for now.
nemo
parents: 3503
diff changeset
   590
    <message>
8d3b483c6949 Revert broken generating of qm in cmake, restore source control of .qm for now.
nemo
parents: 3503
diff changeset
   591
        <source>Connect one or more gamepads before launching the game to be able to assign their controls to your teams.</source>
8d3b483c6949 Revert broken generating of qm in cmake, restore source control of .qm for now.
nemo
parents: 3503
diff changeset
   592
        <comment>Tips</comment>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   593
        <translation type="obsolete">在运行游戏前连接游戏板</translation>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   594
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   595
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   596
        <source>Hedgewars is Open Source and Freeware we create in our spare time. If someone sold you the game, you should try get a refund!</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   597
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   598
        <translation>刺猬大作战是开放源代码的免费软件,用我们的闲暇时间创造。如果有人卖给你,那么应该把钱拿回来!</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   599
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   600
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   601
        <source>Create an account on %1 to keep others from using your most favourite nickname while playing on the official server.</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   602
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   603
        <translation>在 %1 建立一个帐号阻止其他人使用你喜欢的名称在官方服务器游戏。</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   604
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   605
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   606
        <source>There are three different jumps available. Tap [high jump] twice to do a very high/backwards jump.</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   607
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   608
        <translation>三种跳跃方式。点击[高跳]两次做出跳跃高度极限的后空翻。</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   609
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   610
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   611
        <source>Afraid of falling off a cliff? Hold down [precise] to turn [left] or [right] without actually moving.</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   612
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   613
        <translation>害怕掉下悬崖?按住[精确]后再点击[左][右]就会只转身,不移动位置。</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   614
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   615
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   616
        <source>Some weapons require special strategies or just lots of training, so don&apos;t give up on a particular tool if you miss an enemy once.</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   617
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   618
        <translation>有些武器需要特殊策略或者仅仅是大量的练习,假如你一次失去准星,也不要放弃。</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   619
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   620
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   621
        <source>Most weapons won&apos;t work once they touch the water. The Homing Bee as well as the Cake are exceptions to this.</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   622
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   623
        <translation>多数武器不会在接触水之后生效。归巢的蜜蜂和蛋糕是例外。</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   624
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   625
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   626
        <source>The Old Limbuger only causes a small explosion. However the wind affected smelly cloud can poison lots of hogs at once.</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   627
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   628
        <translation>老干酪发射器造成小规模爆炸,然后产生随风移动的有毒云雾——能一次毒害多个刺猬。</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   629
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   630
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   631
        <source>The Piano Strike is the most damaging air strike. You&apos;ll lose the hedgehog performing it, so there&apos;s a huge downside as well.</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   632
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   633
        <translation>钢琴攻击是最大威力的空袭。弹奏钢琴的刺猬会跟着钢琴返回天堂。</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   634
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   635
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   636
        <source>The Homing Bee can be tricky to use. It&apos;s turn radius depends on it&apos;s velocity, so try to not use full power.</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   637
        <comment>Tips</comment>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
   638
        <translation type="obsolete">归巢的蜜蜂有些技巧。它的回转半径和初速有关,最好不用全力发射。</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   639
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   640
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   641
        <source>Sticky Mines are a perfect tool to create small chain reactions knocking enemy hedgehogs into dire situations ... or water.</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   642
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   643
        <translation>黏着地雷是创造小范围连锁反应的绝佳武器。</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   644
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   645
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   646
        <source>The Hammer is most effective when used on bridges or girders. Hit hogs will just break through the ground.</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   647
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   648
        <translation>锤是桥梁上/分界处最佳武器之一,只是刚刚好把刺猬打陷——如果没底就没办法了。</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   649
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   650
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   651
        <source>If you&apos;re stuck behind an enemy hedgehog, use the Hammer to free yourself without getting damaged by an explosion.</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   652
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   653
        <translation>假如对方刺猬把你堵住了,一锤打下去让自己轻松些。</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   654
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   655
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   656
        <source>The Cake&apos;s maximum walking distance depends on the ground it has to pass. Use [attack] to detonate it early.</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   657
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   658
        <translation>蛋糕的最大行走距离取决于地表。也可按下[攻击键]激活起爆。</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   659
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   660
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   661
        <source>The Flame Thrower is a weapon but it can be used for tunnel digging as well.</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   662
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   663
        <translation>火焰喷射器是一种武器,也是一种开路机器。</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   664
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   665
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   666
        <source>Use the Incinerating Grenade to temporary keep hedgehogs from passing terrain such as tunnels or platforms.</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   667
        <comment>Tips</comment>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
   668
        <translation type="obsolete">燃烧瓶可以短时阻止刺猬通过特定区域(比如通道或平台)</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   669
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   670
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   671
        <source>Want to know who&apos;s behind the game? Click on the Hedgewars logo in the main menu to see the credits.</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   672
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   673
        <translation>想要知道谁是此游戏的幕后人员?点击主菜单的Hedgewars Logo就可以看到贡献者名单。</translation>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   674
    </message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   675
    <message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   676
        <source>Like hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   677
        <comment>Tips</comment>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   678
        <translation type="obsolete">喜欢刺猬大作战(hedgewars)?那么加入我们 %1 或者 %2.。你可以在 %3 跟随我们!</translation>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   679
    </message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   680
    <message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   681
        <source>You can find your Hedgewars configuration files under &quot;My Documents\Hedgewars&quot;. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   682
        <comment>Tips</comment>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   683
        <translation>你可以在( 我的文档\Hedgewars)里找到设置文件。可以创建备份,但不要手动修改。</translation>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   684
    </message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   685
    <message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   686
        <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   687
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   688
        <translation type="obsolete">你可以在家目录找到 .hedgewars。可以创建备份,但不要手动修改。</translation>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   689
    </message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   690
    <message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   691
        <source>Connect one or more gamepads before starting the game to be able to assign their controls to your teams.</source>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   692
        <comment>Tips</comment>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   693
        <translation>在游戏开始前连接游戏手柄才能用于操控</translation>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   694
    </message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   695
    <message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   696
        <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to update the associated drivers.</source>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   697
        <comment>Tips</comment>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   698
        <translation>加入你的显卡不能使用OpenGL硬件加速,请升级相应驱动。</translation>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   699
    </message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   700
    <message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   701
        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   702
        <comment>Tips</comment>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   703
        <translation type="obsolete">喜欢刺猬大作战(Hedgewars)吗?加入 %2 ,成为 %1 粉丝,也可以在  %3 跟随我们!</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   704
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   705
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   706
        <source>Feel free to draw your own graves, hats, flags or even maps and themes! But note that you&apos;ll have to share them somewhere to use them online.</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   707
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   708
        <translation>欢迎你自己绘制墓碑,帽子(头饰),旗帜或者地图,主题!但是记住,如果要在网上使用,你的必须把它们分享出来。</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   709
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   710
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   711
        <source>Really want to wear a specific hat? Donate to us and receive an exclusive hat of your choice!</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   712
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   713
        <translation>非常想要一个帽子?捐赠的话就给你!</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   714
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   715
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   716
        <source>Keep your video card drivers up to date to avoid issues playing the game.</source>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   717
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   718
        <translation>保持显卡驱动最新避免可能的麻烦。</translation>
3683
8d3b483c6949 Revert broken generating of qm in cmake, restore source control of .qm for now.
nemo
parents: 3503
diff changeset
   719
    </message>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
   720
    <message>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
   721
        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
   722
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   723
        <translation>你可以使用网络浏览器或已存在的文件关联刺猬大作战的相关文件(比如存档和回放)</translation>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
   724
    </message>
4180
a5388e969500 lupdate
unc0rr
parents: 4177
diff changeset
   725
    <message>
a5388e969500 lupdate
unc0rr
parents: 4177
diff changeset
   726
        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
a5388e969500 lupdate
unc0rr
parents: 4177
diff changeset
   727
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   728
        <translation>想要节省绳子?放开绳子之后再次发射,只要你不曾脱离绳子接触接触地面就可以继续使用同一根!</translation>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   729
    </message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   730
    <message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   731
        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   732
        <comment>Tips</comment>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   733
        <translation>喜欢刺猬大作战Hedgewars吗?来 %1 或者 %2 追随我们吧!</translation>
4180
a5388e969500 lupdate
unc0rr
parents: 4177
diff changeset
   734
    </message>
4259
0313d5577fce update translation files for the 4265 text change
nemo
parents: 4180
diff changeset
   735
    <message>
0313d5577fce update translation files for the 4265 text change
nemo
parents: 4180
diff changeset
   736
        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
0313d5577fce update translation files for the 4265 text change
nemo
parents: 4180
diff changeset
   737
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   738
        <translation>在家目录的&quot;Library/Application Support/Hedgewars&quot;找到刺猬的配置文件。备份随你,但是不要手动编辑。</translation>
4259
0313d5577fce update translation files for the 4265 text change
nemo
parents: 4180
diff changeset
   739
    </message>
0313d5577fce update translation files for the 4265 text change
nemo
parents: 4180
diff changeset
   740
    <message>
0313d5577fce update translation files for the 4265 text change
nemo
parents: 4180
diff changeset
   741
        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
0313d5577fce update translation files for the 4265 text change
nemo
parents: 4180
diff changeset
   742
        <comment>Tips</comment>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   743
        <translation>在家目录的&quot;.hedgewars&quot;找到刺猬的配置文件。备份随你,但是不要手动编辑。</translation>
4259
0313d5577fce update translation files for the 4265 text change
nemo
parents: 4180
diff changeset
   744
    </message>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
   745
    <message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
   746
        <source>The Windows version of Hedgewars supports Xfire. Make sure to add Hedgewars to its game list so your friends can see you playing.</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
   747
        <comment>Tips</comment>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
   748
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
   749
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
   750
    <message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
   751
        <source>The Homing Bee can be tricky to use. Its turn radius depends on it&apos;s velocity, so try to not use full power.</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
   752
        <comment>Tips</comment>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
   753
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
   754
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
   755
    <message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
   756
        <source>Use the Molotov or Flame Thrower to temporary keep hedgehogs from passing terrain such as tunnels or platforms.</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
   757
        <comment>Tips</comment>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
   758
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
   759
    </message>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   760
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   761
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   762
    <name>PageMultiplayer</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   763
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   764
        <source>Start</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   765
        <translation>开始</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   766
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   767
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   768
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   769
    <name>PageNet</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   770
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   771
        <source>Error</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   772
        <translation>错误</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   773
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   774
    <message>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   775
        <source>Please select server from the list above</source>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   776
        <translation>请选择一个服务器</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   777
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   778
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   779
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   780
    <name>PageNetGame</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   781
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   782
        <source>Control</source>
2842
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
   783
        <translation>房间管理</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   784
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   785
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   786
<context>
1952
aed76eabb846 - Some cfg fixes
unc0rr
parents: 1949
diff changeset
   787
    <name>PageNetType</name>
aed76eabb846 - Some cfg fixes
unc0rr
parents: 1949
diff changeset
   788
    <message>
aed76eabb846 - Some cfg fixes
unc0rr
parents: 1949
diff changeset
   789
        <source>LAN game</source>
1980
431c4322add5 Update translation from patches tracker on fireforge
unc0rr
parents: 1978
diff changeset
   790
        <translation>局域网游戏</translation>
1952
aed76eabb846 - Some cfg fixes
unc0rr
parents: 1949
diff changeset
   791
    </message>
aed76eabb846 - Some cfg fixes
unc0rr
parents: 1949
diff changeset
   792
    <message>
aed76eabb846 - Some cfg fixes
unc0rr
parents: 1949
diff changeset
   793
        <source>Official server</source>
1980
431c4322add5 Update translation from patches tracker on fireforge
unc0rr
parents: 1978
diff changeset
   794
        <translation>官方服务器</translation>
1952
aed76eabb846 - Some cfg fixes
unc0rr
parents: 1949
diff changeset
   795
    </message>
aed76eabb846 - Some cfg fixes
unc0rr
parents: 1949
diff changeset
   796
</context>
aed76eabb846 - Some cfg fixes
unc0rr
parents: 1949
diff changeset
   797
<context>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   798
    <name>PageOptions</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   799
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   800
        <source>New team</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   801
        <translation>新队伍</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   802
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   803
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   804
        <source>Edit team</source>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
   805
        <translation>修改队伍设定</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   806
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   807
    <message>
3163
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
   808
        <source>Delete team</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   809
        <translation>删除队伍</translation>
3163
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
   810
    </message>
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
   811
    <message>
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
   812
        <source>New weapon scheme</source>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   813
        <translation type="obsolete">新武器配置</translation>
3163
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
   814
    </message>
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
   815
    <message>
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
   816
        <source>Edit weapon scheme</source>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   817
        <translation type="obsolete">修改武器配置</translation>
3163
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
   818
    </message>
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
   819
    <message>
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
   820
        <source>Delete weapon scheme</source>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   821
        <translation type="obsolete">删除武器配置</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   822
    </message>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   823
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   824
        <source>You can&apos;t edit teams from team selection. Go back to main menu to add, edit or delete teams.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   825
        <translation>您不能在队伍选择界面修改队伍。请返回主页面进行添加、修改、删除队伍等操作。</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
   826
    </message>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   827
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   828
        <source>New scheme</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   829
        <translation>新框架</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   830
    </message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   831
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   832
        <source>Edit scheme</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   833
        <translation>修改框架</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   834
    </message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   835
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   836
        <source>Delete scheme</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   837
        <translation>删除框架</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   838
    </message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   839
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   840
        <source>New weapon set</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   841
        <translation>新武器配置</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   842
    </message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   843
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   844
        <source>Edit weapon set</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   845
        <translation>修改武器配置</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   846
    </message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   847
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   848
        <source>Delete weapon set</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   849
        <translation>删除武器配置</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
   850
    </message>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   851
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   852
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   853
    <name>PagePlayDemo</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   854
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   855
        <source>Error</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   856
        <translation>错误</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   857
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   858
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   859
        <source>OK</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
   860
        <translation>确认</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   861
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   862
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   863
        <source>Rename dialog</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   864
        <translation>重命名对话框</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   865
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   866
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   867
        <source>Enter new file name:</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   868
        <translation>输入新的文件名:</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   869
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   870
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   871
        <source>Cannot rename to</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   872
        <translation>不能改变名字</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   873
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   874
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   875
        <source>Cannot delete file</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   876
        <translation>不能删除文件</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   877
    </message>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   878
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   879
        <source>Please select record from the list</source>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   880
        <translation>请从列表选择记录</translation>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   881
    </message>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   882
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   883
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   884
    <name>PageRoomsList</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   885
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   886
        <source>Create</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   887
        <translation>建立</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   888
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   889
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   890
        <source>Join</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   891
        <translation>加入</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   892
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   893
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   894
        <source>Refresh</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   895
        <translation>刷新</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   896
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   897
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   898
        <source>Error</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   899
        <translation>错误</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   900
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   901
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   902
        <source>OK</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
   903
        <translation>确认</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   904
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
   905
    <message>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
   906
        <source>Admin features</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
   907
        <translation>管理员功能</translation>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
   908
    </message>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   909
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   910
        <source>Room Name:</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   911
        <translation>房间名:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   912
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   913
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   914
        <source>This game is in lobby.
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   915
You may join and start playing once the game starts.</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   916
        <translation>游戏正在大厅中。
2668
d3a85891ae39 Updated chinese and taiwanese locales. Need to run the taiwanese ones past my taiwanese coworkers. Changes were extensive.
nemo
parents: 2657
diff changeset
   917
您可以加入等待游戏开始。</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   918
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   919
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   920
        <source>This game is in progress.
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   921
You may join and spectate now but you&apos;ll have to wait for the game to end to start playing.</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   922
        <translation>游戏正在进行中。
2668
d3a85891ae39 Updated chinese and taiwanese locales. Need to run the taiwanese ones past my taiwanese coworkers. Changes were extensive.
nemo
parents: 2657
diff changeset
   923
您可以加入观战但必须等游戏结束才能参与游戏。</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   924
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   925
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   926
        <source>%1 is the host. He may adjust settings and start the game.</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   927
        <translation>%1 是房主,他可以调整设置、开始游戏。</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   928
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   929
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   930
        <source>Random Map</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   931
        <translation>随机地图</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   932
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   933
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   934
        <source>Games may be played on precreated or randomized maps.</source>
2668
d3a85891ae39 Updated chinese and taiwanese locales. Need to run the taiwanese ones past my taiwanese coworkers. Changes were extensive.
nemo
parents: 2657
diff changeset
   935
        <translation>游戏可以在预先创建或者随机产生的地图上进行。</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   936
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   937
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   938
        <source>The Game Scheme defines general options and preferences like Round Time, Sudden Death or Vampirism.</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   939
        <translation>游戏设置包括一般选项例如回合时间,突然死亡或吸血模式。</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   940
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   941
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   942
        <source>The Weapon Scheme defines available weapons and their ammunition count.</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   943
        <translation>武器配置包括可以选用的武器和弹药数量。</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
   944
    </message>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   945
    <message numerus="yes">
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   946
        <source>There are %1 clients connected to this room.</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   947
        <translation>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   948
            <numerusform>有 %1 个客户端连接到这个房间。</numerusform>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   949
        </translation>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   950
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   951
    <message numerus="yes">
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   952
        <source>There are %1 teams participating in this room.</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   953
        <translation>
2842
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
   954
            <numerusform>有 %1 个队伍加入这个房间。</numerusform>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   955
        </translation>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   956
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   957
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   958
        <source>Please enter room name</source>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   959
        <translation>请键入房间名</translation>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   960
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   961
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   962
        <source>Please select room from the list</source>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   963
        <translation>请从列表选中房间</translation>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
   964
    </message>
3163
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
   965
    <message>
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
   966
        <source>Random Maze</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
   967
        <translation>随机迷宫</translation>
3163
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
   968
    </message>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   969
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   970
        <source>State:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   971
        <translation>游戏状态</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   972
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   973
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   974
        <source>Rules:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   975
        <translation>规则</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   976
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   977
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   978
        <source>Weapons:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   979
        <translation>武器</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   980
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   981
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   982
        <source>Search:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   983
        <translation>搜索</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   984
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   985
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   986
        <source>Clear</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   987
        <translation>清除</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   988
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   989
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   990
        <source>Warning</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   991
        <translation>警告</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   992
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   993
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   994
        <source>The game you are trying to join has started.
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   995
Do you still want to join the room?</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   996
        <translation>你要加入的游戏已经开始了。
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
   997
还要进入房间吗?</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
   998
    </message>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
   999
</context>
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1000
<context>
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1001
    <name>PageScheme</name>
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1002
    <message>
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1003
        <source>New</source>
2842
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1004
        <translation>新模式</translation>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1005
    </message>
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1006
    <message>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1007
        <source>Delete</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
  1008
        <translation>删除</translation>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1009
    </message>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1010
    <message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1011
        <source>Defend your fort and destroy the opponents, two team colours max!</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1012
        <translation>保卫你的城堡,破坏对手的,努力吧!</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1013
    </message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1014
    <message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1015
        <source>Teams will start on opposite sides of the terrain, two team colours max!</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1016
        <translation>队伍开始在对手的地盘,努力!</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1017
    </message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1018
    <message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1019
        <source>Land can not be destroyed!</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1020
        <translation>地面无法破坏!</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1021
    </message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1022
    <message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1023
        <source>Add an indestructable border around the terrain</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1024
        <translation>添加不可毁坏地边界</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1025
    </message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1026
    <message>
2102
cae2ca48d8fc lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents: 2093
diff changeset
  1027
        <source>Lower gravity</source>
2291
353fb9621da0 Update some translations
unc0rr
parents: 2270
diff changeset
  1028
        <translation>低重力</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1029
    </message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1030
    <message>
2102
cae2ca48d8fc lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents: 2093
diff changeset
  1031
        <source>Assisted aiming with laser sight</source>
2291
353fb9621da0 Update some translations
unc0rr
parents: 2270
diff changeset
  1032
        <translation>激光瞄准辅助</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1033
    </message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1034
    <message>
2102
cae2ca48d8fc lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents: 2093
diff changeset
  1035
        <source>All hogs have a personal forcefield</source>
2291
353fb9621da0 Update some translations
unc0rr
parents: 2270
diff changeset
  1036
        <translation>每个刺猬都有一个力场</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1037
    </message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1038
    <message>
2102
cae2ca48d8fc lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents: 2093
diff changeset
  1039
        <source>Enable random mines</source>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1040
        <translation type="obsolete">开启随机地雷</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1041
    </message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1042
    <message>
2102
cae2ca48d8fc lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents: 2093
diff changeset
  1043
        <source>Gain 80% of the damage you do back in health</source>
2291
353fb9621da0 Update some translations
unc0rr
parents: 2270
diff changeset
  1044
        <translation>伤害的80%变成自身力量</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1045
    </message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1046
    <message>
2102
cae2ca48d8fc lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents: 2093
diff changeset
  1047
        <source>Share your opponents pain, share their damage</source>
2291
353fb9621da0 Update some translations
unc0rr
parents: 2270
diff changeset
  1048
        <translation>分担你的对手的疼痛</translation>
2102
cae2ca48d8fc lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents: 2093
diff changeset
  1049
    </message>
cae2ca48d8fc lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
nemo
parents: 2093
diff changeset
  1050
    <message>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1051
        <source>Your hogs are unable to move, put your artillery skills to the test</source>
2291
353fb9621da0 Update some translations
unc0rr
parents: 2270
diff changeset
  1052
        <translation>你的刺猬不能移动,检验你射击技巧的时候到了</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1053
    </message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1054
    <message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1055
        <source>Random</source>
2291
353fb9621da0 Update some translations
unc0rr
parents: 2270
diff changeset
  1056
        <translation>随机</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1057
    </message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1058
    <message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1059
        <source>Seconds</source>
2291
353fb9621da0 Update some translations
unc0rr
parents: 2270
diff changeset
  1060
        <translation>秒钟</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1061
    </message>
2726
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1062
    <message>
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1063
        <source>Order of play is random instead of in room order.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1064
        <translation>随机出场顺序</translation>
2726
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1065
    </message>
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1066
    <message>
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1067
        <source>Play with a King. If he dies, your side dies.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1068
        <translation>国王不能死!!</translation>
2842
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1069
    </message>
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1070
    <message>
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1071
        <source>Take turns placing your hedgehogs before the start of play.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1072
        <translation>在开局前手动放置刺猬</translation>
2726
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1073
    </message>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1074
    <message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1075
        <source>Ammo is shared between all teams that share a colour.</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1076
        <translation>同色队伍共享所有弹药。</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1077
    </message>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1078
    <message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1079
        <source>Disable girders when generating random maps.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1080
        <translation>禁止随机生成地图使用梁</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1081
    </message>
3287
4f7b57ed18b6 New game scheme option to turn off land objects
nemo
parents: 3285
diff changeset
  1082
    <message>
4f7b57ed18b6 New game scheme option to turn off land objects
nemo
parents: 3285
diff changeset
  1083
        <source>Disable land objects when generating random maps.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1084
        <translation>禁止随机生成地图使用地面物体</translation>
3287
4f7b57ed18b6 New game scheme option to turn off land objects
nemo
parents: 3285
diff changeset
  1085
    </message>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1086
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1087
        <source>AI respawns on death.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1088
        <translation>AI 死亡再生</translation>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1089
    </message>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1090
    <message>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1091
        <source>Attacking does not end your turn.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1092
        <translation>攻击不会结束当前回合</translation>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1093
    </message>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1094
    <message>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1095
        <source>Weapons are reset to starting values each turn.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1096
        <translation>每回合开始武器自动重置到默认设定</translation>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1097
    </message>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1098
    <message>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1099
        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1100
        <translation>每个刺猬都有独立的弹药,非团队分享</translation>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1101
    </message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1102
    <message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1103
        <source>All (living) hedgehogs are fully restored at the end of turn</source>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1104
        <translation>所有活着的刺猬回合结尾时彻底恢复健康。</translation>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1105
    </message>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1106
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1107
        <source>You will not have to worry about wind anymore.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1108
        <translation>不用担心风的影响了。</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1109
    </message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1110
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1111
        <source>Wind will affect almost everything.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1112
        <translation>风无所不在。</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1113
    </message>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
  1114
    <message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
  1115
        <source>Copy</source>
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
  1116
        <translation>备份</translation>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
  1117
    </message>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1118
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1119
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1120
    <name>PageSelectWeapon</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1121
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1122
        <source>Default</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1123
        <translation>默认</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1124
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1125
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1126
        <source>Delete</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1127
        <translation>删除</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1128
    </message>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1129
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1130
        <source>New</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1131
        <translation>新模式</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1132
    </message>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
  1133
    <message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
  1134
        <source>Copy</source>
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
  1135
        <translation>备份</translation>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
  1136
    </message>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1137
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1138
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1139
    <name>PageSinglePlayer</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1140
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1141
        <source>Simple Game (a quick game against the computer, settings are chosen for you)</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1142
        <translation>快速游戏 (使用预设对抗电脑)</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1143
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1144
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1145
        <source>Multiplayer (play a hotseat game against your friends, or AI teams)</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1146
        <translation>多人游戏 (热坐对抗朋友或AI)</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1147
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1148
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1149
        <source>Training Mode (Practice your skills in a range of training missions). IN DEVELOPMENT</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1150
        <translation>训练模式 (一系列训练任务)。开发中</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1151
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1152
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1153
        <source>Demos (Watch recorded demos)</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1154
        <translation>Demo (观看记录的Demo)</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1155
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1156
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1157
        <source>Load (Load a previously saved game)</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1158
        <translation>读取 (读取之前保存的游戏)</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1159
    </message>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1160
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1161
        <source>Campaign Mode (...). IN DEVELOPMENT</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1162
        <translation>战役模式 ——开发中</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1163
    </message>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1164
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1165
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1166
    <name>QAction</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1167
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1168
        <source>Kick</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1169
        <translation>踢</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1170
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1171
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1172
        <source>Start</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1173
        <translation>开始</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1174
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1175
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1176
        <source>Restrict Joins</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1177
        <translation>限制参与</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1178
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1179
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1180
        <source>Restrict Team Additions</source>
1691
7e964ebbcc82 Update zh_CN translation
unc0rr
parents: 1679
diff changeset
  1181
        <translation>限制团队插件</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1182
    </message>
1583
30257fe3f9e9 - zh_TW translation
unc0rr
parents: 1550
diff changeset
  1183
    <message>
30257fe3f9e9 - zh_TW translation
unc0rr
parents: 1550
diff changeset
  1184
        <source>Info</source>
1691
7e964ebbcc82 Update zh_CN translation
unc0rr
parents: 1679
diff changeset
  1185
        <translation>信息</translation>
1583
30257fe3f9e9 - zh_TW translation
unc0rr
parents: 1550
diff changeset
  1186
    </message>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1187
    <message>
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1188
        <source>Ban</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
  1189
        <translation>屏蔽</translation>
1900
123edfc45f04 Update some translations, lupdate && lrelease
unc0rr
parents: 1820
diff changeset
  1190
    </message>
2726
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1191
    <message>
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1192
        <source>Follow</source>
2842
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1193
        <translation>跟随</translation>
2726
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1194
    </message>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1195
    <message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1196
        <source>Ignore</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1197
        <translation>忽略</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1198
    </message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1199
    <message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1200
        <source>Add friend</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1201
        <translation>添加朋友</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1202
    </message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1203
    <message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1204
        <source>Unignore</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1205
        <translation>取消忽略</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1206
    </message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1207
    <message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1208
        <source>Remove friend</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1209
        <translation>移除朋友</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1210
    </message>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1211
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1212
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1213
    <name>QCheckBox</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1214
    <message>
2298
f84a5d8f4bb5 - Update Bulgarian transation
unc0rr
parents: 2291
diff changeset
  1215
        <source>Check for updates at startup</source>
2842
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1216
        <translation>启动时检查程序升级</translation>
2298
f84a5d8f4bb5 - Update Bulgarian transation
unc0rr
parents: 2291
diff changeset
  1217
    </message>
f84a5d8f4bb5 - Update Bulgarian transation
unc0rr
parents: 2291
diff changeset
  1218
    <message>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1219
        <source>Enable sound</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1220
        <translation>开启游戏音效</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1221
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1222
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1223
        <source>Fullscreen</source>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
  1224
        <translation>游戏全屏幕</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1225
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1226
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1227
        <source>Show FPS</source>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
  1228
        <translation>显示帧率 (FPS)</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1229
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1230
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1231
        <source>Alternative damage show</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
  1232
        <translation>另一种伤害显示方式</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1233
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1234
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1235
        <source>Enable music</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1236
        <translation>开启游戏音乐</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1237
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1238
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1239
        <source>Frontend fullscreen</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1240
        <translation>前端界面全屏幕</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1241
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1242
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1243
        <source>Append date and time to record file name</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1244
        <translation>记录名称中包含具体时间和日期</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1245
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1246
    <message>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1247
        <source>Reduced quality</source>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1248
        <translation type="obsolete">降低显示效果</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1249
    </message>
2842
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1250
    <message>
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1251
        <source>Show ammo menu tooltips</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1252
        <translation>显示武器菜单提示</translation>
2842
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1253
    </message>
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1254
    <message>
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1255
        <source>Enable frontend sounds</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1256
        <translation>开启前端界面音效</translation>
2842
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1257
    </message>
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1258
    <message>
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1259
        <source>Enable frontend music</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1260
        <translation>开启前端界面音乐</translation>
2842
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1261
    </message>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1262
    <message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1263
        <source>Frontend effects</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1264
        <translation>前端界面效果</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1265
    </message>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1266
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1267
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1268
    <name>QComboBox</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1269
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1270
        <source>generated map...</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1271
        <translation>生成地图...</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1272
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1273
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1274
        <source>Human</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1275
        <translation>玩家</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1276
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1277
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1278
        <source>Level</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1279
        <translation>Lv 级别</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1280
    </message>
2913
865ae941d59e Engine:
smxx
parents: 2899
diff changeset
  1281
    <message>
865ae941d59e Engine:
smxx
parents: 2899
diff changeset
  1282
        <source>(System default)</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1283
        <translation>(系统默认)</translation>
2913
865ae941d59e Engine:
smxx
parents: 2899
diff changeset
  1284
    </message>
3163
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
  1285
    <message>
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
  1286
        <source>generated maze...</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1287
        <translation>生成迷宫</translation>
3163
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
  1288
    </message>
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
  1289
    <message>
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
  1290
        <source>Mission</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1291
        <translation>任务</translation>
3163
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
  1292
    </message>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1293
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1294
        <source>Community</source>
4012
c364d52c2401 Chinese update
tonghuix
parents: 3918
diff changeset
  1295
        <translation>社区</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1296
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1297
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1298
        <source>Any</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1299
        <translation>任意</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1300
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1301
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1302
        <source>In lobby</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1303
        <translation>大厅中</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1304
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1305
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1306
        <source>In progress</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1307
        <translation>进行中</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1308
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1309
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1310
        <source>Default</source>
4143
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4124
diff changeset
  1311
        <translation type="obsolete">默认</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1312
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1313
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1314
        <source>Pro mode</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1315
        <translation type="obsolete">高手模式</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1316
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1317
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1318
        <source>Shoppa</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1319
        <translation type="obsolete">绳子党</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1320
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1321
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1322
        <source>Basketball</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1323
        <translation type="obsolete">篮球</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1324
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1325
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1326
        <source>Minefield</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1327
        <translation type="obsolete">雷区</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1328
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1329
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1330
        <source>Barrel mayhem</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1331
        <translation type="obsolete">炼狱场</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1332
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1333
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1334
        <source>Tunnel hogs</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1335
        <translation type="obsolete">刺猬洞</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1336
    </message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1337
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1338
        <source>Crazy</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1339
        <translation type="obsolete">疯狂刺猬</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1340
    </message>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
  1341
    <message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
  1342
        <source>hand drawn map...</source>
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
  1343
        <translation>手绘地图</translation>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
  1344
    </message>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1345
    <message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1346
        <source>Disabled</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1347
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1348
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1349
    <message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1350
        <source>Red/Cyan</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1351
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1352
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1353
    <message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1354
        <source>Cyan/Red</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1355
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1356
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1357
    <message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1358
        <source>Red/Blue</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1359
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1360
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1361
    <message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1362
        <source>Blue/Red</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1363
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1364
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1365
    <message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1366
        <source>Red/Green</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1367
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1368
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1369
    <message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1370
        <source>Green/Red</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1371
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1372
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1373
    <message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1374
        <source>Side-by-side</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1375
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1376
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1377
    <message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1378
        <source>Top-Bottom</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1379
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1380
    </message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1381
    <message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1382
        <source>Wiggle</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1383
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1384
    </message>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1385
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1386
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1387
    <name>QGroupBox</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1388
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1389
        <source>Team Members</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1390
        <translation>成员</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1391
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1392
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1393
        <source>Fort</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1394
        <translation>城堡模式</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1395
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1396
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1397
        <source>Key binds</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1398
        <translation>键位绑定</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1399
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1400
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1401
        <source>Teams</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1402
        <translation>队伍</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1403
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1404
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1405
        <source>Audio/Graphic options</source>
1980
431c4322add5 Update translation from patches tracker on fireforge
unc0rr
parents: 1978
diff changeset
  1406
        <translation>音频/视频选项</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1407
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1408
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1409
        <source>Playing teams</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1410
        <translation>玩家队伍</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1411
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1412
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1413
        <source>Net game</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1414
        <translation>局域网络游戏</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1415
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1416
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1417
        <source>Weapons</source>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1418
        <translation type="obsolete">武器</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1419
    </message>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1420
    <message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1421
        <source>Game Modifiers</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
  1422
        <translation>游戏修改</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1423
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1424
    <message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1425
        <source>Basic Settings</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
  1426
        <translation>基本设置</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1427
    </message>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1428
    <message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1429
        <source>Team Settings</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1430
        <translation>队伍设定</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1431
    </message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1432
    <message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1433
        <source>Misc</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1434
        <translation>杂项</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1435
    </message>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1436
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1437
        <source>Schemes and Weapons</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1438
        <translation>游戏框架和武器配置</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1439
    </message>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1440
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1441
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1442
    <name>QLabel</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1443
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1444
        <source>Net nick</source>
1980
431c4322add5 Update translation from patches tracker on fireforge
unc0rr
parents: 1978
diff changeset
  1445
        <translation>网络游戏昵称</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1446
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1447
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1448
        <source>This program is distributed under the GNU General Public License</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1449
        <translation>This program is distributed under the GNU General Public License</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1450
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1451
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1452
        <source>Resolution</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1453
        <translation>分辨率</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1454
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1455
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1456
        <source>FPS limit</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1457
        <translation>FPS 上限</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1458
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1459
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1460
        <source>Developers:</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1461
        <translation>开发者:</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1462
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1463
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1464
        <source>Art:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1465
        <translation>艺术:</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1466
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1467
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1468
        <source>Translations:</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1469
        <translation>翻译:</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1470
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1471
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1472
        <source>Special thanks:</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1473
        <translation>特别感谢:</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1474
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1475
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1476
        <source>Server name:</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1477
        <translation>服务器名:</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1478
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1479
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1480
        <source>Server port:</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1481
        <translation>服务器端口:</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1482
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1483
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1484
        <source>Host:</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1485
        <translation>主机:</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1486
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1487
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1488
        <source>Port:</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1489
        <translation>端口:</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1490
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1491
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1492
        <source>Weapons</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1493
        <translation>武器</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1494
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1495
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1496
        <source>Version</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1497
        <translation>版本</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1498
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1499
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1500
        <source>Sounds:</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1501
        <translation>声音:</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1502
    </message>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
  1503
    <message>
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
  1504
        <source>Initial sound volume</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
  1505
        <translation>初始音量</translation>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
  1506
    </message>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1507
    <message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1508
        <source>Damage Modifier</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1509
        <translation>伤害修正值</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1510
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1511
    <message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1512
        <source>Turn Time</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
  1513
        <translation>回合时间</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1514
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1515
    <message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1516
        <source>Initial Health</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
  1517
        <translation>初始生命值</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1518
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1519
    <message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1520
        <source>Sudden Death Timeout</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
  1521
        <translation>死亡模式倒计时</translation>
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
  1522
    </message>
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
  1523
    <message>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  1524
        <source>Scheme Name:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1525
        <translation>设置名称:</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1526
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1527
    <message>
1943
03dcac72692b - Better schemes page look
unc0rr
parents: 1933
diff changeset
  1528
        <source>Crate Drops</source>
1980
431c4322add5 Update translation from patches tracker on fireforge
unc0rr
parents: 1978
diff changeset
  1529
        <translation>箱子降落</translation>
431c4322add5 Update translation from patches tracker on fireforge
unc0rr
parents: 1978
diff changeset
  1530
    </message>
431c4322add5 Update translation from patches tracker on fireforge
unc0rr
parents: 1978
diff changeset
  1531
    <message>
431c4322add5 Update translation from patches tracker on fireforge
unc0rr
parents: 1978
diff changeset
  1532
        <source>Game scheme</source>
2085
cc832d733006 Update some more translations
unc0rr
parents: 2062
diff changeset
  1533
        <translation>游戏设置</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1534
    </message>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1535
    <message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1536
        <source>Mines Time</source>
2291
353fb9621da0 Update some translations
unc0rr
parents: 2270
diff changeset
  1537
        <translation>布雷时间</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1538
    </message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1539
    <message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1540
        <source>Mines</source>
2291
353fb9621da0 Update some translations
unc0rr
parents: 2270
diff changeset
  1541
        <translation>地雷</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1542
    </message>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1543
    <message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1544
        <source>% Dud Mines</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1545
        <translation>% 地雷故障</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1546
    </message>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1547
    <message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1548
        <source>Name</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1549
        <translation>名称</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1550
    </message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1551
    <message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1552
        <source>Type</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1553
        <translation>类型</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1554
    </message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1555
    <message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1556
        <source>Grave</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1557
        <translation>墓碑</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1558
    </message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1559
    <message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1560
        <source>Flag</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1561
        <translation>旗帜</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1562
    </message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1563
    <message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1564
        <source>Voice</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1565
        <translation>声音</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1566
    </message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1567
    <message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1568
        <source>Locale</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1569
        <translation>Locale</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1570
    </message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1571
    <message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1572
        <source>Restart game to apply</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1573
        <translation>需要重新启动游戏方可应用</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1574
    </message>
3163
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
  1575
    <message>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
  1576
        <source>Explosives</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1577
        <translation>爆炸物</translation>
3163
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
  1578
    </message>
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
  1579
    <message>
3683
8d3b483c6949 Revert broken generating of qm in cmake, restore source control of .qm for now.
nemo
parents: 3503
diff changeset
  1580
        <source>Tip: </source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1581
        <translation>提示:</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
  1582
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
  1583
    <message>
3683
8d3b483c6949 Revert broken generating of qm in cmake, restore source control of .qm for now.
nemo
parents: 3503
diff changeset
  1584
        <source>This development build is &apos;work in progress&apos; and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1585
        <translation>当前运行的为开发版本,不同其他版本兼容。功能或许损坏、不完整。请自行承担风险!</translation>
3163
fdc351144b5e Frontend:
smxx
parents: 2913
diff changeset
  1586
    </message>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1587
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1588
        <source>Quality</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1589
        <translation>图像质量</translation>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1590
    </message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1591
    <message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1592
        <source>Sudden Death Water Rise</source>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1593
        <translation>死亡模式水位上涨</translation>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1594
    </message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1595
    <message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1596
        <source>Sudden Death Health Decrease</source>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1597
        <translation>死亡模式健康降低</translation>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1598
    </message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1599
    <message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1600
        <source>% Rope Length</source>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1601
        <translation>% 绳长</translation>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1602
    </message>
4143
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4124
diff changeset
  1603
    <message>
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4124
diff changeset
  1604
        <source>% Health Crates</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1605
        <translation>% 生命箱</translation>
4143
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4124
diff changeset
  1606
    </message>
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4124
diff changeset
  1607
    <message>
eb7981f34800 Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
henek
parents: 4124
diff changeset
  1608
        <source>Health in Crates</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1609
        <translation>生命箱的值数</translation>
4259
0313d5577fce update translation files for the 4265 text change
nemo
parents: 4180
diff changeset
  1610
    </message>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
  1611
    <message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
  1612
        <source>Gameplay</source>
4755
7df529b4335c Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
nemo
parents: 4709
diff changeset
  1613
        <translation>游戏</translation>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
  1614
    </message>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1615
    <message>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1616
        <source>Stereo rendering</source>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1617
        <translation type="unfinished"></translation>
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1618
    </message>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1619
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1620
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1621
    <name>QLineEdit</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1622
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1623
        <source>unnamed</source>
2085
cc832d733006 Update some more translations
unc0rr
parents: 2062
diff changeset
  1624
        <translation>无名</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1625
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1626
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1627
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1628
    <name>QMainWindow</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1629
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1630
        <source>Hedgewars %1</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1631
        <translation>刺猬大作战 %1</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1632
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1633
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1634
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1635
    <name>QMessageBox</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1636
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1637
        <source>Error</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1638
        <translation>错误</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1639
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1640
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1641
        <source>Failed to open data directory:
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1642
%1
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1643
Please check your installation</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1644
        <translation>打不开数据文件目录:
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1645
%1
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1646
请检查</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1647
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1648
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1649
        <source>Network</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1650
        <translation>网络</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1651
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1652
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1653
        <source>Connection to server is lost</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1654
        <translation>与服务器的连接丢失</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1655
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1656
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1657
        <source>Weapons</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1658
        <translation>武器</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1659
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1660
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1661
        <source>Can not delete default weapon set</source>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1662
        <translation type="obsolete">不能删除默认武器设定</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1663
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1664
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1665
        <source>Really delete this weapon set?</source>
1980
431c4322add5 Update translation from patches tracker on fireforge
unc0rr
parents: 1978
diff changeset
  1666
        <translation>真的删除这个武器设定吗?</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1667
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1668
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1669
        <source>Can not edit default weapon set</source>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
  1670
        <translation type="obsolete">不能更改默认的武器设定</translation>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
  1671
    </message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
  1672
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
  1673
        <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1674
        <translation>不能覆盖默认的武器配置 &apos;%1&apos;</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1675
    </message>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1676
    <message>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1677
        <source>All file associations have been set.</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1678
        <translation>所有相关文件已经设定。</translation>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1679
    </message>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1680
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1681
        <source>Teams</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1682
        <translation>队伍</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1683
    </message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1684
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1685
        <source>Really delete this team?</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1686
        <translation>真的要删除队伍?</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1687
    </message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1688
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1689
        <source>Schemes</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1690
        <translation>游戏框架</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1691
    </message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1692
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1693
        <source>Can not delete default scheme &apos;%1&apos;!</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1694
        <translation>无法删除默认游戏框架 &apos;%1&apos;!</translation>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1695
    </message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1696
    <message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1697
        <source>File association failed.</source>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1698
        <translation>文件关联失败</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1699
    </message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1700
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1701
        <source>Really delete this game scheme?</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1702
        <translation>真的删除此游戏框架?</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1703
    </message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1704
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1705
        <source>Can not delete default weapon set &apos;%1&apos;!</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1706
        <translation>无法删除武器配置%1&apos;!</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1707
    </message>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1708
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1709
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1710
    <name>QObject</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1711
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1712
        <source>Error</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1713
        <translation>错误</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1714
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1715
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1716
        <source>Cannot create directory %1</source>
1980
431c4322add5 Update translation from patches tracker on fireforge
unc0rr
parents: 1978
diff changeset
  1717
        <translation>无法创建路径 %1</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1718
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1719
    <message>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  1720
        <source>OK</source>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  1721
        <translation>确认</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1722
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1723
    <message>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  1724
        <source>Nickname</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1725
        <translation>昵称</translation>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  1726
    </message>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  1727
    <message>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  1728
        <source>Please enter your nickname</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1729
        <translation>请输入您的昵称</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1730
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1731
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1732
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1733
    <name>QPushButton</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1734
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1735
        <source>Setup</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1736
        <translation>设置</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1737
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1738
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1739
        <source>Play demo</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1740
        <translation>播放 demo</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1741
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1742
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1743
        <source>Connect</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1744
        <translation>连接</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1745
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1746
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1747
        <source>Go!</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1748
        <translation>上场!</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1749
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1750
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1751
        <source>Start</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1752
        <translation>开始</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1753
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1754
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1755
        <source>Start server</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1756
        <translation>开始服务端</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1757
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1758
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1759
        <source>Update</source>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
  1760
        <translation>更新</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1761
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1762
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1763
        <source>Load</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1764
        <translation>读取</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1765
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1766
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1767
        <source>Specify</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1768
        <translation>指定</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1769
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1770
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1771
        <source>default</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1772
        <translation>默认</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1773
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1774
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1775
        <source>Rename</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1776
        <translation>重命名</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1777
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1778
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1779
        <source>OK</source>
1803
95efe37482e3 Update translations
unc0rr
parents: 1699
diff changeset
  1780
        <translation>确定</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1781
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1782
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1783
        <source>Cancel</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1784
        <translation>取消</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1785
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1786
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1787
        <source>Delete</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1788
        <translation>删除</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1789
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1790
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1791
        <source>Ready</source>
1691
7e964ebbcc82 Update zh_CN translation
unc0rr
parents: 1679
diff changeset
  1792
        <translation>准备好了</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1793
    </message>
2842
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1794
    <message>
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1795
        <source>Random Team</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1796
        <translation>随机分配队伍</translation>
2842
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1797
    </message>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1798
    <message>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1799
        <source>Associate file extensions</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1800
        <translation>相关文件扩展</translation>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1801
    </message>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
  1802
    <message>
4707
1d3b19eabfe7 Add stubs for korean locale, now that we have a volunteer, update locale files
nemo
parents: 4600
diff changeset
  1803
        <source>more</source>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
  1804
        <translation type="unfinished"></translation>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
  1805
    </message>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1806
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1807
<context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1808
    <name>QTableWidget</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1809
    <message>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1810
        <source>Room Name</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1811
        <translation>房间名</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1812
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1813
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1814
        <source>C</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1815
        <translation>人数限制</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1816
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1817
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1818
        <source>T</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1819
        <translation>时间限制</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1820
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1821
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1822
        <source>Owner</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1823
        <translation>创建者</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1824
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1825
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1826
        <source>Map</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1827
        <translation>地图</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1828
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1829
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1830
        <source>Rules</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1831
        <translation>规则</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1832
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1833
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  1834
        <source>Weapons</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1835
        <translation>武器</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1836
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1837
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1838
<context>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  1839
    <name>SelWeaponWidget</name>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  1840
    <message>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  1841
        <source>Weapon set</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1842
        <translation>武器设置</translation>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  1843
    </message>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  1844
    <message>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  1845
        <source>Probabilities</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1846
        <translation>空中支援几率</translation>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  1847
    </message>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1848
    <message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1849
        <source>Ammo in boxes</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1850
        <translation>弹药箱</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1851
    </message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1852
    <message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1853
        <source>Delays</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1854
        <translation>延迟回合数</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1855
    </message>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1856
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1857
        <source>new</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1858
        <translation>新</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1859
    </message>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
  1860
    <message>
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
  1861
        <source>copy of</source>
4864
9001217d3af2 Fix typos in tips
mikade
parents: 4755
diff changeset
  1862
        <translation type="unfinished">备份</translation>
4600
5a3b1dbdd4c9 added copying also to schemes and updated some translations
Henek
parents: 4495
diff changeset
  1863
    </message>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  1864
</context>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  1865
<context>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1866
    <name>TCPBase</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1867
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1868
        <source>Error</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1869
        <translation>错误</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1870
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1871
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1872
        <source>Unable to start the server: %1.</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1873
        <translation>无法开始服务端: %1.</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1874
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1875
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1876
        <source>Unable to run engine: %1 (</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1877
        <translation>无法运行引擎: %1 (</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1878
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1879
</context>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1880
<context>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1881
    <name>ToggleButtonWidget</name>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1882
    <message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1883
        <source>Fort Mode</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
  1884
        <translation>城堡模式</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1885
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1886
    <message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1887
        <source>Divide Teams</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
  1888
        <translation>团体行动</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1889
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1890
    <message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1891
        <source>Solid Land</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
  1892
        <translation>固实地面</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1893
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1894
    <message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1895
        <source>Add Border</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
  1896
        <translation>添加边界</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1897
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1898
    <message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1899
        <source>Low Gravity</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
  1900
        <translation>低重力</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1901
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1902
    <message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1903
        <source>Laser Sight</source>
1949
9f3ea865f00c Update some translations
unc0rr
parents: 1943
diff changeset
  1904
        <translation>激光瞄准</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1905
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1906
    <message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1907
        <source>Invulnerable</source>
1980
431c4322add5 Update translation from patches tracker on fireforge
unc0rr
parents: 1978
diff changeset
  1908
        <translation>刀枪不入</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1909
    </message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1910
    <message>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1911
        <source>Add Mines</source>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1912
        <translation type="obsolete">布置地雷</translation>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1913
    </message>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1914
    <message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1915
        <source>Vampirism</source>
2291
353fb9621da0 Update some translations
unc0rr
parents: 2270
diff changeset
  1916
        <translation>吸血鬼</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1917
    </message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1918
    <message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1919
        <source>Karma</source>
2291
353fb9621da0 Update some translations
unc0rr
parents: 2270
diff changeset
  1920
        <translation>因果报应</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1921
    </message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1922
    <message>
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1923
        <source>Artillery</source>
2291
353fb9621da0 Update some translations
unc0rr
parents: 2270
diff changeset
  1924
        <translation>射术</translation>
2086
5e477053e849 - Update Bulgarian translation
unc0rr
parents: 2085
diff changeset
  1925
    </message>
2726
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1926
    <message>
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1927
        <source>Random Order</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1928
        <translation>随机顺序</translation>
2726
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1929
    </message>
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1930
    <message>
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1931
        <source>King</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1932
        <translation>国王模式</translation>
2842
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1933
    </message>
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1934
    <message>
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  1935
        <source>Place Hedgehogs</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1936
        <translation>手动放置刺猬</translation>
2726
a84fc5113d01 Update translation files, add "King Mode"
nemo
parents: 2674
diff changeset
  1937
    </message>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1938
    <message>
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1939
        <source>Clan Shares Ammo</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1940
        <translation>团队共享弹药</translation>
2883
140dc1ca9aeb lupdate-qt4 & lrelease-qt4
nemo
parents: 2842
diff changeset
  1941
    </message>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1942
    <message>
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1943
        <source>Disable Girders</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1944
        <translation>禁止梁</translation>
2899
2608f6919da2 Frontend:
smxx
parents: 2883
diff changeset
  1945
    </message>
3287
4f7b57ed18b6 New game scheme option to turn off land objects
nemo
parents: 3285
diff changeset
  1946
    <message>
4f7b57ed18b6 New game scheme option to turn off land objects
nemo
parents: 3285
diff changeset
  1947
        <source>Disable Land Objects</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  1948
        <translation>禁止地面物件</translation>
3287
4f7b57ed18b6 New game scheme option to turn off land objects
nemo
parents: 3285
diff changeset
  1949
    </message>
3918
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1950
    <message>
916ed485daed Update translations, add a hungarian stub for edge_hog who is volunteering
nemo
parents: 3824
diff changeset
  1951
        <source>AI Survival Mode</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1952
        <translation>AI生存模式</translation>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1953
    </message>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1954
    <message>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1955
        <source>Unlimited Attacks</source>
4169
45cb7a2cb948 updated chinese translation
tonghuix
parents: 4153
diff changeset
  1956
        <translation>无限攻击</translation>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1957
    </message>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1958
    <message>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1959
        <source>Reset Weapons</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1960
        <translation>重置武器</translation>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1961
    </message>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1962
    <message>
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1963
        <source>Per Hedgehog Ammo</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1964
        <translation>每个刺猬的弹药</translation>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1965
    </message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1966
    <message>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1967
        <source>Reset Health</source>
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1968
        <translation>重置生命值</translation>
4124
2d13b60b7fa4 update translation files
nemo
parents: 4033
diff changeset
  1969
    </message>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1970
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1971
        <source>Disable Wind</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1972
        <translation>禁止风力作用</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1973
    </message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1974
    <message>
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1975
        <source>More Wind</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  1976
        <translation>让风来地更猛烈吧!</translation>
4418
c4ce66435305 update translations, add Dutch
nemo
parents: 4259
diff changeset
  1977
    </message>
1933
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1978
</context>
7b8b0a9032d3 - perform lupdate-qt4
unc0rr
parents: 1900
diff changeset
  1979
<context>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1980
    <name>binds</name>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1981
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1982
        <source>up</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1983
        <translation>上</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1984
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1985
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1986
        <source>left</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1987
        <translation>左</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1988
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1989
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1990
        <source>right</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1991
        <translation>右</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1992
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1993
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1994
        <source>down</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1995
        <translation>下</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1996
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1997
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1998
        <source>attack</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  1999
        <translation>攻击</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2000
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2001
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2002
        <source>put</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2003
        <translation>放</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2004
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2005
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2006
        <source>switch</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2007
        <translation>切换</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2008
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2009
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2010
        <source>slot 1</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2011
        <translation>slot 1</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2012
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2013
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2014
        <source>slot 2</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2015
        <translation>slot 2</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2016
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2017
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2018
        <source>slot 3</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2019
        <translation>slot 3</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2020
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2021
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2022
        <source>slot 4</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2023
        <translation>slot 4</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2024
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2025
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2026
        <source>slot 5</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2027
        <translation>slot 5</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2028
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2029
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2030
        <source>slot 6</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2031
        <translation>slot 6</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2032
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2033
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2034
        <source>slot 7</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2035
        <translation>slot 7</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2036
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2037
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2038
        <source>slot 8</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2039
        <translation>slot 8</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2040
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2041
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2042
        <source>timer 1 sec</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2043
        <translation>定时1秒</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2044
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2045
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2046
        <source>timer 2 sec</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2047
        <translation>定时2秒</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2048
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2049
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2050
        <source>timer 3 sec</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2051
        <translation>定时3秒</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2052
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2053
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2054
        <source>timer 4 sec</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2055
        <translation>定时4秒</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2056
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2057
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2058
        <source>timer 5 sec</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2059
        <translation>定时5秒</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2060
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2061
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2062
        <source>capture</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2063
        <translation>截取</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2064
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2065
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2066
        <source>quit</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2067
        <translation>退出</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2068
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2069
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2070
        <source>find hedgehog</source>
2842
03d6a304a8e0 Updated Chinese locales from Copy Liu
nemo
parents: 2726
diff changeset
  2071
        <translation>寻找刺猬</translation>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2072
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2073
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2074
        <source>ammo menu</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2075
        <translation>弹药菜单</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2076
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2077
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2078
        <source>volume down</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2079
        <translation>降低音量</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2080
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2081
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2082
        <source>volume up</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2083
        <translation>提高音量</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2084
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2085
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2086
        <source>change mode</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2087
        <translation>改变模式</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2088
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2089
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2090
        <source>pause</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2091
        <translation>暂停</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2092
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2093
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2094
        <source>slot 9</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2095
        <translation>slot 9</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2096
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2097
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2098
        <source>hedgehogs
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2099
info</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2100
        <translation>刺猬大作战
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2101
信息</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2102
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2103
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2104
        <source>chat</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2105
        <translation>聊天</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2106
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2107
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2108
        <source>chat history</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2109
        <translation>聊天记录</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2110
    </message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2111
    <message>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2112
        <source>confirmation</source>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2113
        <translation>确认</translation>
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2114
    </message>
1641
70d9945ae4f9 - Update French translation
unc0rr
parents: 1638
diff changeset
  2115
    <message>
70d9945ae4f9 - Update French translation
unc0rr
parents: 1638
diff changeset
  2116
        <source>precise aim</source>
1691
7e964ebbcc82 Update zh_CN translation
unc0rr
parents: 1679
diff changeset
  2117
        <translation>练习瞄准</translation>
1641
70d9945ae4f9 - Update French translation
unc0rr
parents: 1638
diff changeset
  2118
    </message>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  2119
    <message>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  2120
        <source>zoom in</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2121
        <translation>放大</translation>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  2122
    </message>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  2123
    <message>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  2124
        <source>zoom out</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2125
        <translation>缩小</translation>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  2126
    </message>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  2127
    <message>
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  2128
        <source>reset zoom</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2129
        <translation>重置</translation>
2394
0f8de781fc34 lupdate + a working .pro file
koda
parents: 2298
diff changeset
  2130
    </message>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2131
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2132
        <source>long jump</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2133
        <translation>远跳</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2134
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2135
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2136
        <source>high jump</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2137
        <translation>高跳</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2138
    </message>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
  2139
    <message>
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
  2140
        <source>slot 10</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2141
        <translation>slot 10</translation>
3503
fc0aec1c1b8b lupdate-qt4 / lrelease-qt4 since arrom was nagging me
nemo
parents: 3287
diff changeset
  2142
    </message>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2143
</context>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2144
<context>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2145
    <name>binds (categories)</name>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2146
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2147
        <source>Basic controls</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2148
        <translation>基本控制</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2149
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2150
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2151
        <source>Weapon controls</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2152
        <translation>武器控制</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2153
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2154
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2155
        <source>Camera and cursor controls</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2156
        <translation>镜头和光标控制</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2157
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2158
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2159
        <source>Other</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2160
        <translation>其他</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2161
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2162
</context>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2163
<context>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2164
    <name>binds (descriptions)</name>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2165
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2166
        <source>Move your hogs and aim:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2167
        <translation>移动您的刺猬同时瞄准:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2168
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2169
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2170
        <source>Traverse gaps and obstacles by jumping:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2171
        <translation>使用跳跃越过沟渠、障碍:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2172
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2173
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2174
        <source>Fire your selected weapon or trigger an utility item:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2175
        <translation>使用选择的武器开火、使用物品:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2176
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2177
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2178
        <source>Pick a weapon or a target location under the cursor:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2179
        <translation>选取一个武器或者瞄准光标下的地点:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2180
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2181
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2182
        <source>Switch your currently active hog (if possible):</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2183
        <translation>切换到您当前活动的刺猬(如果可用):</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2184
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2185
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2186
        <source>Pick a weapon or utility item:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2187
        <translation>选择一个武器或物品:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2188
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2189
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2190
        <source>Set the timer on bombs and timed weapons:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2191
        <translation>设置定时炸弹等武器起爆时间:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2192
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2193
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2194
        <source>Move the camera to the active hog:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2195
        <translation>移动镜头到选中的刺猬:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2196
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2197
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2198
        <source>Move the cursor or camera without using the mouse:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2199
        <translation>不用鼠标移动光标或镜头:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2200
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2201
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2202
        <source>Modify the camera&apos;s zoom level:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2203
        <translation>调整镜头放大倍数:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2204
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2205
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2206
        <source>Talk to your team or all participants:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2207
        <translation>同队友或全部参与者对话:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2208
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2209
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2210
        <source>Pause, continue or leave your game:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2211
        <translation>暂停、继续或离开游戏:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2212
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2213
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2214
        <source>Modify the game&apos;s volume while playing:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2215
        <translation>调整游戏时音量:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2216
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2217
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2218
        <source>Toggle fullscreen mode:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2219
        <translation>全屏模式:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2220
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2221
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2222
        <source>Take a screenshot:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2223
        <translation>截图:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2224
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2225
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2226
        <source>Toggle labels above hedgehogs:</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2227
        <translation>切换刺猬头顶标签的显示方式:</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2228
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2229
</context>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2230
<context>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2231
    <name>binds (keys)</name>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2232
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2233
        <source>Axis</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2234
        <translation>Axis轴</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2235
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2236
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2237
        <source>(Up)</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2238
        <translation>(上)</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2239
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2240
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2241
        <source>(Down)</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2242
        <translation>(下)</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2243
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2244
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2245
        <source>Hat</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2246
        <translation>帽子</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2247
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2248
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2249
        <source>(Left)</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2250
        <translation>(左)</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2251
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2252
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2253
        <source>(Right)</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2254
        <translation>(右)</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2255
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2256
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2257
        <source>Button</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2258
        <translation>按键</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2259
    </message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2260
    <message>
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2261
        <source>Keyboard</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2262
        <translation>键盘</translation>
2441
9ae320bf2986 lupdate
unc0rr
parents: 2394
diff changeset
  2263
    </message>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2264
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2265
        <source>Mouse: Left button</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2266
        <translation>鼠标:左键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2267
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2268
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2269
        <source>Mouse: Middle button</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2270
        <translation>鼠标:中键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2271
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2272
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2273
        <source>Mouse: Right button</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2274
        <translation>鼠标:右键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2275
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2276
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2277
        <source>Mouse: Wheel up</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2278
        <translation>鼠标滚轮:向上</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2279
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2280
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2281
        <source>Mouse: Wheel down</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2282
        <translation>鼠标滚轮:向下</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2283
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2284
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2285
        <source>Backspace</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2286
        <translation>退格键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2287
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2288
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2289
        <source>Tab</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2290
        <translation>Tab</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2291
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2292
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2293
        <source>Clear</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2294
        <translation>Num Lock / Clear</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2295
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2296
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2297
        <source>Return</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2298
        <translation>回车</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2299
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2300
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2301
        <source>Pause</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2302
        <translation>暂停键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2303
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2304
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2305
        <source>Escape</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2306
        <translation>ESC键(退出键)</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2307
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2308
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2309
        <source>Space</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2310
        <translation>空格键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2311
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2312
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2313
        <source>Delete</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2314
        <translation>Del(删除键)</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2315
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2316
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2317
        <source>Numpad 0</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2318
        <translation>小键盘0</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2319
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2320
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2321
        <source>Numpad 1</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2322
        <translation>小键盘1</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2323
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2324
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2325
        <source>Numpad 2</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2326
        <translation>小键盘2</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2327
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2328
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2329
        <source>Numpad 3</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2330
        <translation>小键盘3</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2331
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2332
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2333
        <source>Numpad 4</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2334
        <translation>小键盘4</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2335
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2336
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2337
        <source>Numpad 5</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2338
        <translation>小键盘5</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2339
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2340
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2341
        <source>Numpad 6</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2342
        <translation>小键盘6</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2343
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2344
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2345
        <source>Numpad 7</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2346
        <translation>小键盘7</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2347
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2348
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2349
        <source>Numpad 8</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2350
        <translation>小键盘8</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2351
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2352
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2353
        <source>Numpad 9</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2354
        <translation>小键盘9</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2355
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2356
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2357
        <source>Numpad .</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2358
        <translation>小键盘.</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2359
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2360
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2361
        <source>Numpad /</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2362
        <translation>小键盘/</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2363
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2364
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2365
        <source>Numpad *</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2366
        <translation>小键盘*</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2367
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2368
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2369
        <source>Numpad -</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2370
        <translation>小键盘-</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2371
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2372
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2373
        <source>Numpad +</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2374
        <translation>小键盘+</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2375
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2376
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2377
        <source>Enter</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2378
        <translation>回车键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2379
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2380
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2381
        <source>Equals</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2382
        <translation>等于</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2383
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2384
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2385
        <source>Up</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2386
        <translation>上</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2387
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2388
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2389
        <source>Down</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2390
        <translation>下</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2391
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2392
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2393
        <source>Right</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2394
        <translation>右</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2395
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2396
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2397
        <source>Left</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2398
        <translation>左</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2399
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2400
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2401
        <source>Insert</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2402
        <translation>插入键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2403
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2404
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2405
        <source>Home</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2406
        <translation>Home键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2407
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2408
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2409
        <source>End</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2410
        <translation>End键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2411
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2412
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2413
        <source>Page up</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2414
        <translation>向上翻页键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2415
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2416
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2417
        <source>Page down</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2418
        <translation>向下翻页键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2419
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2420
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2421
        <source>Num lock</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2422
        <translation>小键盘数字锁</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2423
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2424
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2425
        <source>Caps lock</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2426
        <translation>大小写切换键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2427
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2428
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2429
        <source>Scroll lock</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2430
        <translation>Scroll Lock键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2431
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2432
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2433
        <source>Right shift</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2434
        <translation>右Shift键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2435
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2436
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2437
        <source>Left shift</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2438
        <translation>左Shift键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2439
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2440
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2441
        <source>Right ctrl</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2442
        <translation>右Ctrl键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2443
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2444
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2445
        <source>Left ctrl</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2446
        <translation>左Ctrl键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2447
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2448
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2449
        <source>Right alt</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2450
        <translation>右Alt键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2451
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2452
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2453
        <source>Left alt</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2454
        <translation>左Alt键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2455
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2456
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2457
        <source>Right meta</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2458
        <translation>右meta键</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2459
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2460
    <message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2461
        <source>Left meta</source>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2462
        <translation>左meta键</translation>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2463
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2464
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2465
        <source>A button</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2466
        <translation>A 键</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2467
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2468
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2469
        <source>B button</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2470
        <translation>B 键</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2471
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2472
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2473
        <source>X button</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2474
        <translation>X 键</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2475
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2476
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2477
        <source>Y button</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2478
        <translation>Y 键</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2479
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2480
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2481
        <source>LB button</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2482
        <translation>LB 键</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2483
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2484
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2485
        <source>RB button</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2486
        <translation>RB 键</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2487
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2488
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2489
        <source>Back button</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2490
        <translation>返回键</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2491
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2492
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2493
        <source>Start button</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2494
        <translation>开始键</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2495
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2496
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2497
        <source>Left stick</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2498
        <translation>左摇杆</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2499
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2500
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2501
        <source>Right stick</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2502
        <translation>右摇杆</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2503
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2504
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2505
        <source>Left stick (Right)</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2506
        <translation>右(左摇杆)</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2507
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2508
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2509
        <source>Left stick (Left)</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2510
        <translation>左(左摇杆)</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2511
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2512
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2513
        <source>Left stick (Down)</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2514
        <translation>下(左摇杆)</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2515
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2516
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2517
        <source>Left stick (Up)</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2518
        <translation>上(左摇杆)</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2519
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2520
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2521
        <source>Left trigger</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2522
        <translation>左制动</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2523
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2524
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2525
        <source>Right trigger</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2526
        <translation>右制动</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2527
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2528
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2529
        <source>Right stick (Down)</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2530
        <translation>下(右摇杆)</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2531
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2532
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2533
        <source>Right stick (Up)</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2534
        <translation>上(右摇杆)</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2535
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2536
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2537
        <source>Right stick (Right)</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2538
        <translation>右(右摇杆)</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2539
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2540
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2541
        <source>Right stick (Left)</source>
4495
1eea498d12e0 Updated Chinese translation
archl
parents: 4418
diff changeset
  2542
        <translation>左(右摇杆)</translation>
3284
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2543
    </message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2544
    <message>
7ffd0e20ad08 Palewolf:
sheepluva
parents: 3228
diff changeset
  2545
        <source>DPad</source>
3824
6390b1f1b9fa updated translation
archl
parents: 3683
diff changeset
  2546
        <translation>DPad板</translation>
2631
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2547
    </message>
163b0128bd21 A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
nemo
parents: 2545
diff changeset
  2548
</context>
1550
2331fe280aef Add Chinese translation
unc0rr
parents:
diff changeset
  2549
</TS>