annotate rhodecode/i18n/zh_CN/LC_MESSAGES/rhodecode.po @ 2851:3a7627e013c8 beta

Complete translation of zh_CN.
author xpol
date Wed, 19 Sep 2012 11:49:26 +0800
parents 4bc4e53fd6fe
children 0d21e17bebad
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1 # Chinese (China) translations for RhodeCode.
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2 # Copyright (C) 2011 ORGANIZATION
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3 # This file is distributed under the same license as the RhodeCode project.
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
5 # mikespook <mikespook@gmail.com>, 2012.
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
6 msgid ""
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
7 msgstr ""
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
8 "Project-Id-Version: RhodeCode 1.2.0\n"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
9 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
10 "POT-Creation-Date: 2012-09-02 20:30+0200\n"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
11 "PO-Revision-Date: 2012-09-19 11:48+0800\n"
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
12 "Last-Translator: xpol <xpolife@gmail.com>\n"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
13 "Language-Team: mikespook\n"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
14 "Plural-Forms: nplurals=1; plural=0;\n"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
15 "MIME-Version: 1.0\n"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
16 "Content-Type: text/plain; charset=UTF-8\n"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
17 "Content-Transfer-Encoding: 8bit\n"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
18 "Generated-By: Babel 0.9.6\n"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
19 "X-Generator: Poedit 1.5.3\n"
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
20 "X-Poedit-Basepath: E:\\home\\rhodecode\n"
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
21 "X-Poedit-SourceCharset: UTF-8\n"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
22
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
23 #: rhodecode/controllers/changelog.py:94
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
24 msgid "All Branches"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
25 msgstr "所有分支"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
26
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
27 #: rhodecode/controllers/changeset.py:83
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
28 msgid "show white space"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
29 msgstr "显示空白字符"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
30
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
31 #: rhodecode/controllers/changeset.py:90 rhodecode/controllers/changeset.py:97
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
32 msgid "ignore white space"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
33 msgstr "忽略空白字符"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
34
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
35 #: rhodecode/controllers/changeset.py:157
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
36 #, python-format
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
37 msgid "%s line context"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
38 msgstr "%s 行上下文"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
39
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
40 #: rhodecode/controllers/changeset.py:333
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
41 #: rhodecode/controllers/changeset.py:348 rhodecode/lib/diffs.py:70
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
42 msgid "binary file"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
43 msgstr "二进制文件"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
44
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
45 #: rhodecode/controllers/changeset.py:408
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
46 msgid ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
47 "Changing status on a changeset associated witha closed pull request is not "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
48 "allowed"
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
49 msgstr "不允许修改已关闭拉取请求的修订集状态"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
50
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
51 #: rhodecode/controllers/compare.py:69
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
52 msgid "There are no changesets yet"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
53 msgstr "还没有修订集"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
54
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
55 #: rhodecode/controllers/error.py:69
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
56 msgid "Home page"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
57 msgstr "主页"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
58
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
59 #: rhodecode/controllers/error.py:98
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
60 msgid ""
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
61 "The request could not be understood by the server due to malformed syntax."
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
62 msgstr "由于错误的语法,服务器无法对请求进行响应。"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
63
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
64 #: rhodecode/controllers/error.py:101
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
65 msgid "Unauthorized access to resource"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
66 msgstr "未授权的资源访问"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
67
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
68 #: rhodecode/controllers/error.py:103
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
69 msgid "You don't have permission to view this page"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
70 msgstr "无权访问该页面"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
71
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
72 #: rhodecode/controllers/error.py:105
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
73 msgid "The resource could not be found"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
74 msgstr "资源未找到"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
75
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
76 #: rhodecode/controllers/error.py:107
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
77 msgid ""
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
78 "The server encountered an unexpected condition which prevented it from "
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
79 "fulfilling the request."
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
80 msgstr "服务进入非预期的混乱状态,这会阻止它对请求进行响应。"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
81
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
82 #: rhodecode/controllers/feed.py:49
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
83 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
84 msgid "Changes on %s repository"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
85 msgstr "%s 库的修改"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
86
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
87 #: rhodecode/controllers/feed.py:50
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
88 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
89 msgid "%s %s feed"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
90 msgstr "%s %s 订阅"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
91
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
92 #: rhodecode/controllers/feed.py:75
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
93 msgid "commited on"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
94 msgstr "提交于"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
95
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
96 #: rhodecode/controllers/files.py:84
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
97 msgid "click here to add new file"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
98 msgstr "点击此处添加新文件"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
99
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
100 #: rhodecode/controllers/files.py:85
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
101 #, python-format
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
102 msgid "There are no files yet %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
103 msgstr "还没有文件 %s"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
104
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
105 #: rhodecode/controllers/files.py:239 rhodecode/controllers/files.py:299
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
106 #, python-format
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
107 msgid "This repository is has been locked by %s on %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
108 msgstr "版本库由 %s 于 %s 锁定"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
109
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
110 #: rhodecode/controllers/files.py:266
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
111 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
112 msgid "Edited %s via RhodeCode"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
113 msgstr "通过 RhodeCode 修改了 %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
114
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
115 #: rhodecode/controllers/files.py:271
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
116 msgid "No changes"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
117 msgstr "无变更"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
118
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
119 #: rhodecode/controllers/files.py:282 rhodecode/controllers/files.py:346
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
120 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
121 msgid "Successfully committed to %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
122 msgstr "成功提交到 %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
123
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
124 #: rhodecode/controllers/files.py:287 rhodecode/controllers/files.py:352
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
125 msgid "Error occurred during commit"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
126 msgstr "提交时发生错误"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
127
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
128 #: rhodecode/controllers/files.py:318
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
129 #, python-format
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
130 msgid "Added %s via RhodeCode"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
131 msgstr "通过 RhodeCode 添加了 %s"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
132
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
133 #: rhodecode/controllers/files.py:332
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
134 msgid "No content"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
135 msgstr "无内容"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
136
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
137 #: rhodecode/controllers/files.py:336
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
138 msgid "No filename"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
139 msgstr "无文件名"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
140
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
141 #: rhodecode/controllers/files.py:378
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
142 msgid "downloads disabled"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
143 msgstr "禁止下载"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
144
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
145 #: rhodecode/controllers/files.py:389
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
146 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
147 msgid "Unknown revision %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
148 msgstr "未知版本 %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
149
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
150 #: rhodecode/controllers/files.py:391
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
151 msgid "Empty repository"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
152 msgstr "空版本库"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
153
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
154 #: rhodecode/controllers/files.py:393
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
155 msgid "Unknown archive type"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
156 msgstr "未知包类型"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
157
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
158 #: rhodecode/controllers/files.py:494
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
159 #: rhodecode/templates/changeset/changeset_range.html:13
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
160 #: rhodecode/templates/changeset/changeset_range.html:31
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
161 msgid "Changesets"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
162 msgstr "修订集"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
163
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
164 #: rhodecode/controllers/files.py:495 rhodecode/controllers/pullrequests.py:72
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
165 #: rhodecode/controllers/summary.py:232 rhodecode/model/scm.py:543
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
166 msgid "Branches"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
167 msgstr "分支"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
168
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
169 #: rhodecode/controllers/files.py:496 rhodecode/controllers/pullrequests.py:76
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
170 #: rhodecode/controllers/summary.py:233 rhodecode/model/scm.py:554
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
171 msgid "Tags"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
172 msgstr "标签"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
173
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
174 #: rhodecode/controllers/forks.py:73 rhodecode/controllers/admin/repos.py:90
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
175 #, python-format
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
176 msgid ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
177 "%s repository is not mapped to db perhaps it was created or renamed from the "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
178 "filesystem please run the application again in order to rescan repositories"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
179 msgstr ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
180 "版本库 %s 没有映射到数据库,可能是从文件系统创建或者重命名,请重启 RhodeCode "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
181 "以重新扫描版本库"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
182
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
183 #: rhodecode/controllers/forks.py:133 rhodecode/controllers/settings.py:72
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
184 #, python-format
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
185 msgid ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
186 "%s repository is not mapped to db perhaps it was created or renamed from the "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
187 "file system please run the application again in order to rescan repositories"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
188 msgstr ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
189 " 版本库 %s 没有映射到数据库,可能是从文件系统创建或者重命名,请重启 "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
190 "RhodeCode 以重新扫描版本库"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
191
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
192 #: rhodecode/controllers/forks.py:167
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
193 #, python-format
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
194 msgid "forked %s repository as %s"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
195 msgstr "版本库 %s 被分支到 %s"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
196
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
197 #: rhodecode/controllers/forks.py:181
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
198 #, python-format
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
199 msgid "An error occurred during repository forking %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
200 msgstr "在分支版本库 %s 的时候发生错误"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
201
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
202 #: rhodecode/controllers/journal.py:202 rhodecode/controllers/journal.py:239
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
203 msgid "public journal"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
204 msgstr "公共日志"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
205
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
206 #: rhodecode/controllers/journal.py:206 rhodecode/controllers/journal.py:243
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
207 #: rhodecode/templates/base/base.html:220
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
208 msgid "journal"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
209 msgstr "日志"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
210
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
211 #: rhodecode/controllers/login.py:143
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
212 msgid "You have successfully registered into rhodecode"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
213 msgstr "成功注册到 rhodecode"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
214
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
215 #: rhodecode/controllers/login.py:164
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
216 msgid "Your password reset link was sent"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
217 msgstr "密码重置链接已经发送"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
218
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
219 #: rhodecode/controllers/login.py:184
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
220 msgid ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
221 "Your password reset was successful, new password has been sent to your email"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
222 msgstr "密码已经成功重置,新密码已经发送到你的邮箱"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
223
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
224 #: rhodecode/controllers/pullrequests.py:74 rhodecode/model/scm.py:549
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
225 msgid "Bookmarks"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
226 msgstr "书签"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
227
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
228 #: rhodecode/controllers/pullrequests.py:158
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
229 msgid "Pull request requires a title with min. 3 chars"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
230 msgstr "Pull request 标题至少需要 3 个字符"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
231
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
232 #: rhodecode/controllers/pullrequests.py:160
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
233 msgid "error during creation of pull request"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
234 msgstr "提交拉取请求时发生错误"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
235
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
236 #: rhodecode/controllers/pullrequests.py:181
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
237 msgid "Successfully opened new pull request"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
238 msgstr "成功提交拉取请求"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
239
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
240 #: rhodecode/controllers/pullrequests.py:184
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
241 msgid "Error occurred during sending pull request"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
242 msgstr "提交拉取请求时发生错误"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
243
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
244 #: rhodecode/controllers/pullrequests.py:217
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
245 msgid "Successfully deleted pull request"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
246 msgstr "成功删除拉取请求"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
247
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
248 #: rhodecode/controllers/search.py:131
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
249 msgid "Invalid search query. Try quoting it."
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
250 msgstr "错误的搜索。请尝试用引号包含它。"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
251
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
252 #: rhodecode/controllers/search.py:136
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
253 msgid "There is no index to search in. Please run whoosh indexer"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
254 msgstr "没有索引用于搜索。请运行 whoosh 索引器"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
255
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
256 #: rhodecode/controllers/search.py:140
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
257 msgid "An error occurred during this search operation"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
258 msgstr "在搜索操作中发生异常"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
259
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
260 #: rhodecode/controllers/settings.py:107
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
261 #: rhodecode/controllers/admin/repos.py:266
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
262 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
263 msgid "Repository %s updated successfully"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
264 msgstr "版本库 %s 成功更新"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
265
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
266 #: rhodecode/controllers/settings.py:125
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
267 #: rhodecode/controllers/admin/repos.py:284
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
268 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
269 msgid "error occurred during update of repository %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
270 msgstr "在更新版本库 %s 的时候发生错误"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
271
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
272 #: rhodecode/controllers/settings.py:143
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
273 #: rhodecode/controllers/admin/repos.py:302
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
274 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
275 msgid ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
276 "%s repository is not mapped to db perhaps it was moved or renamed from the "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
277 "filesystem please run the application again in order to rescan repositories"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
278 msgstr ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
279 "版本库 %s 没有映射到数据库,可能是从文件系统创建或者重命名,请重启 RhodeCode "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
280 "以重新扫描版本库"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
281
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
282 #: rhodecode/controllers/settings.py:155
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
283 #: rhodecode/controllers/admin/repos.py:314
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
284 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
285 msgid "deleted repository %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
286 msgstr "已经删除版本库 %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
287
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
288 #: rhodecode/controllers/settings.py:159
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
289 #: rhodecode/controllers/admin/repos.py:324
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
290 #: rhodecode/controllers/admin/repos.py:330
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
291 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
292 msgid "An error occurred during deletion of %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
293 msgstr "在删除 %s 的时候发生错误"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
294
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
295 #: rhodecode/controllers/summary.py:138
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
296 msgid "No data loaded yet"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
297 msgstr "数据未加载"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
298
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
299 #: rhodecode/controllers/summary.py:142
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
300 #: rhodecode/templates/summary/summary.html:148
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
301 msgid "Statistics are disabled for this repository"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
302 msgstr "该版本库统计功能已经禁用"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
303
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
304 #: rhodecode/controllers/admin/ldap_settings.py:50
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
305 msgid "BASE"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
306 msgstr "BASE"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
307
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
308 #: rhodecode/controllers/admin/ldap_settings.py:51
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
309 msgid "ONELEVEL"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
310 msgstr "ONELEVEL"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
311
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
312 #: rhodecode/controllers/admin/ldap_settings.py:52
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
313 msgid "SUBTREE"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
314 msgstr "SUBTREE"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
315
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
316 #: rhodecode/controllers/admin/ldap_settings.py:56
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
317 msgid "NEVER"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
318 msgstr "NEVER"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
319
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
320 #: rhodecode/controllers/admin/ldap_settings.py:57
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
321 msgid "ALLOW"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
322 msgstr "ALLOW"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
323
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
324 #: rhodecode/controllers/admin/ldap_settings.py:58
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
325 msgid "TRY"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
326 msgstr "TRY"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
327
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
328 #: rhodecode/controllers/admin/ldap_settings.py:59
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
329 msgid "DEMAND"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
330 msgstr "DEMAND"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
331
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
332 #: rhodecode/controllers/admin/ldap_settings.py:60
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
333 msgid "HARD"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
334 msgstr "HARD"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
335
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
336 #: rhodecode/controllers/admin/ldap_settings.py:64
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
337 msgid "No encryption"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
338 msgstr "未加密"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
339
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
340 #: rhodecode/controllers/admin/ldap_settings.py:65
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
341 msgid "LDAPS connection"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
342 msgstr "LDAPS 连接"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
343
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
344 #: rhodecode/controllers/admin/ldap_settings.py:66
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
345 msgid "START_TLS on LDAP connection"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
346 msgstr "LDAP 连接上的 START_TLS"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
347
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
348 #: rhodecode/controllers/admin/ldap_settings.py:126
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
349 msgid "Ldap settings updated successfully"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
350 msgstr "LDAP 设置已经成功更新"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
351
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
352 #: rhodecode/controllers/admin/ldap_settings.py:130
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
353 msgid "Unable to activate ldap. The \"python-ldap\" library is missing."
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
354 msgstr "无法启用 LDAP。库“python-ldap”缺失。"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
355
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
356 #: rhodecode/controllers/admin/ldap_settings.py:147
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
357 msgid "error occurred during update of ldap settings"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
358 msgstr "更新 LDAP 设置时发生错误"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
359
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
360 #: rhodecode/controllers/admin/permissions.py:59
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
361 msgid "None"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
362 msgstr "无"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
363
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
364 #: rhodecode/controllers/admin/permissions.py:60
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
365 msgid "Read"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
366 msgstr "读"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
367
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
368 #: rhodecode/controllers/admin/permissions.py:61
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
369 msgid "Write"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
370 msgstr "写"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
371
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
372 #: rhodecode/controllers/admin/permissions.py:62
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
373 #: rhodecode/templates/admin/ldap/ldap.html:9
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
374 #: rhodecode/templates/admin/permissions/permissions.html:9
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
375 #: rhodecode/templates/admin/repos/repo_add.html:9
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
376 #: rhodecode/templates/admin/repos/repo_edit.html:9
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
377 #: rhodecode/templates/admin/repos/repos.html:9
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
378 #: rhodecode/templates/admin/repos_groups/repos_groups_add.html:8
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
379 #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:8
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
380 #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:10
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
381 #: rhodecode/templates/admin/settings/hooks.html:9
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
382 #: rhodecode/templates/admin/settings/settings.html:9
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
383 #: rhodecode/templates/admin/users/user_add.html:8
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
384 #: rhodecode/templates/admin/users/user_edit.html:9
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
385 #: rhodecode/templates/admin/users/user_edit.html:122
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
386 #: rhodecode/templates/admin/users/users.html:9
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
387 #: rhodecode/templates/admin/users_groups/users_group_add.html:8
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
388 #: rhodecode/templates/admin/users_groups/users_group_edit.html:9
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
389 #: rhodecode/templates/admin/users_groups/users_groups.html:9
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
390 #: rhodecode/templates/base/base.html:197
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
391 #: rhodecode/templates/base/base.html:337
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
392 #: rhodecode/templates/base/base.html:339
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
393 #: rhodecode/templates/base/base.html:341
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
394 msgid "Admin"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
395 msgstr "管理"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
396
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
397 #: rhodecode/controllers/admin/permissions.py:65
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
398 msgid "disabled"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
399 msgstr "禁用"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
400
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
401 #: rhodecode/controllers/admin/permissions.py:67
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
402 msgid "allowed with manual account activation"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
403 msgstr "允许手工启用帐号"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
404
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
405 #: rhodecode/controllers/admin/permissions.py:69
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
406 msgid "allowed with automatic account activation"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
407 msgstr "允许自动启用帐号"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
408
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
409 #: rhodecode/controllers/admin/permissions.py:71
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
410 #: rhodecode/controllers/admin/permissions.py:74
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
411 msgid "Disabled"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
412 msgstr "停用"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
413
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
414 #: rhodecode/controllers/admin/permissions.py:72
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
415 #: rhodecode/controllers/admin/permissions.py:75
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
416 msgid "Enabled"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
417 msgstr "启用"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
418
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
419 #: rhodecode/controllers/admin/permissions.py:116
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
420 msgid "Default permissions updated successfully"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
421 msgstr "成功更新默认权限"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
422
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
423 #: rhodecode/controllers/admin/permissions.py:130
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
424 msgid "error occurred during update of permissions"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
425 msgstr "更新权限时发生错误"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
426
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
427 #: rhodecode/controllers/admin/repos.py:123
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
428 msgid "--REMOVE FORK--"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
429 msgstr "-- 移除分支 --"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
430
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
431 #: rhodecode/controllers/admin/repos.py:192
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
432 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
433 msgid "created repository %s from %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
434 msgstr "新版本库 %s 基于 %s 建立。"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
435
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
436 #: rhodecode/controllers/admin/repos.py:196
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
437 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
438 msgid "created repository %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
439 msgstr "建立版本库 %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
440
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
441 #: rhodecode/controllers/admin/repos.py:227
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
442 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
443 msgid "error occurred during creation of repository %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
444 msgstr "创建版本库时发生错误 %s"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
445
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
446 #: rhodecode/controllers/admin/repos.py:319
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
447 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
448 msgid "Cannot delete %s it still contains attached forks"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
449 msgstr "无法删除 %s 因为它还有其他分支版本库"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
450
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
451 #: rhodecode/controllers/admin/repos.py:348
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
452 msgid "An error occurred during deletion of repository user"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
453 msgstr "删除版本库用户时发生错误"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
454
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
455 #: rhodecode/controllers/admin/repos.py:367
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
456 msgid "An error occurred during deletion of repository users groups"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
457 msgstr "删除版本库用户组时发生错误"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
458
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
459 #: rhodecode/controllers/admin/repos.py:385
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
460 msgid "An error occurred during deletion of repository stats"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
461 msgstr "删除版本库统计时发生错误"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
462
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
463 #: rhodecode/controllers/admin/repos.py:402
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
464 msgid "An error occurred during cache invalidation"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
465 msgstr "清除缓存时发生错误"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
466
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
467 #: rhodecode/controllers/admin/repos.py:422
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
468 msgid "An error occurred during unlocking"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
469 msgstr "解锁时发生错误"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
470
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
471 #: rhodecode/controllers/admin/repos.py:442
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
472 msgid "Updated repository visibility in public journal"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
473 msgstr "成功更新在公共日志中的可见性"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
474
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
475 #: rhodecode/controllers/admin/repos.py:446
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
476 msgid "An error occurred during setting this repository in public journal"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
477 msgstr "设置版本库到公共日志时发生错误"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
478
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
479 #: rhodecode/controllers/admin/repos.py:451 rhodecode/model/validators.py:299
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
480 msgid "Token mismatch"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
481 msgstr "令牌不匹配"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
482
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
483 #: rhodecode/controllers/admin/repos.py:464
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
484 msgid "Pulled from remote location"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
485 msgstr "成功拉取自远程路径"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
486
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
487 #: rhodecode/controllers/admin/repos.py:466
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
488 msgid "An error occurred during pull from remote location"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
489 msgstr "从远程路径拉取时发生错误"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
490
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
491 #: rhodecode/controllers/admin/repos.py:482
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
492 msgid "Nothing"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
493 msgstr "无"
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
494
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
495 #: rhodecode/controllers/admin/repos.py:484
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
496 #, python-format
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
497 msgid "Marked repo %s as fork of %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
498 msgstr "成功将版本库 %s 标记为从 %s 分支"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
499
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
500 #: rhodecode/controllers/admin/repos.py:488
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
501 msgid "An error occurred during this operation"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
502 msgstr "在搜索操作中发生错误"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
503
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
504 #: rhodecode/controllers/admin/repos_groups.py:116
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
505 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
506 msgid "created repos group %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
507 msgstr "建立版本库组 %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
508
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
509 #: rhodecode/controllers/admin/repos_groups.py:129
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
510 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
511 msgid "error occurred during creation of repos group %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
512 msgstr "创建版本库组时发生错误 %s"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
513
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
514 #: rhodecode/controllers/admin/repos_groups.py:163
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
515 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
516 msgid "updated repos group %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
517 msgstr "更新版本库组 %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
518
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
519 #: rhodecode/controllers/admin/repos_groups.py:176
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
520 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
521 msgid "error occurred during update of repos group %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
522 msgstr "更新版本库组时发生错误 %s"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
523
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
524 #: rhodecode/controllers/admin/repos_groups.py:194
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
525 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
526 msgid "This group contains %s repositores and cannot be deleted"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
527 msgstr "这个组内有 %s 个版本库因而无法删除"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
528
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
529 #: rhodecode/controllers/admin/repos_groups.py:202
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
530 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
531 msgid "removed repos group %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
532 msgstr "移除版本库组 %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
533
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
534 #: rhodecode/controllers/admin/repos_groups.py:208
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
535 msgid "Cannot delete this group it still contains subgroups"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
536 msgstr "不能删除包含子组的组"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
537
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
538 #: rhodecode/controllers/admin/repos_groups.py:213
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
539 #: rhodecode/controllers/admin/repos_groups.py:218
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
540 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
541 msgid "error occurred during deletion of repos group %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
542 msgstr "删除版本库组时发生错误 %s"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
543
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
544 #: rhodecode/controllers/admin/repos_groups.py:238
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
545 msgid "An error occurred during deletion of group user"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
546 msgstr "删除组用户时发生错误"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
547
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
548 #: rhodecode/controllers/admin/repos_groups.py:258
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
549 msgid "An error occurred during deletion of group users groups"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
550 msgstr "删除版本库组的用户组时发生错误"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
551
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
552 #: rhodecode/controllers/admin/settings.py:121
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
553 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
554 msgid "Repositories successfully rescanned added: %s,removed: %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
555 msgstr "重新扫描版本库成功,增加 %s, 移除 %s"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
556
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
557 #: rhodecode/controllers/admin/settings.py:129
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
558 msgid "Whoosh reindex task scheduled"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
559 msgstr "Whoosh 重新索引任务调度"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
560
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
561 #: rhodecode/controllers/admin/settings.py:160
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
562 msgid "Updated application settings"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
563 msgstr "更新应用设置"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
564
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
565 #: rhodecode/controllers/admin/settings.py:164
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
566 #: rhodecode/controllers/admin/settings.py:275
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
567 msgid "error occurred during updating application settings"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
568 msgstr "更新设置时发生错误"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
569
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
570 #: rhodecode/controllers/admin/settings.py:200
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
571 msgid "Updated visualisation settings"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
572 msgstr "成功更新可视化设置"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
573
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
574 #: rhodecode/controllers/admin/settings.py:205
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
575 msgid "error occurred during updating visualisation settings"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
576 msgstr "更新可视化设置时发生错误"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
577
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
578 #: rhodecode/controllers/admin/settings.py:271
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
579 msgid "Updated VCS settings"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
580 msgstr "成功更新版本控制系统设置"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
581
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
582 #: rhodecode/controllers/admin/settings.py:285
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
583 msgid "Added new hook"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
584 msgstr "新建钩子"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
585
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
586 #: rhodecode/controllers/admin/settings.py:297
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
587 msgid "Updated hooks"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
588 msgstr "更新钩子"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
589
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
590 #: rhodecode/controllers/admin/settings.py:301
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
591 msgid "error occurred during hook creation"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
592 msgstr "创建钩子时发生错误"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
593
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
594 #: rhodecode/controllers/admin/settings.py:320
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
595 msgid "Email task created"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
596 msgstr "已创建电子邮件任务"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
597
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
598 #: rhodecode/controllers/admin/settings.py:375
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
599 msgid "You can't edit this user since it's crucial for entire application"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
600 msgstr "由于是系统帐号,无法编辑该用户"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
601
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
602 #: rhodecode/controllers/admin/settings.py:406
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
603 msgid "Your account was updated successfully"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
604 msgstr "你的帐号已经更新完成"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
605
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
606 #: rhodecode/controllers/admin/settings.py:421
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
607 #: rhodecode/controllers/admin/users.py:191
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
608 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
609 msgid "error occurred during update of user %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
610 msgstr "更新用户 %s 时发生错误"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
611
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
612 #: rhodecode/controllers/admin/users.py:130
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
613 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
614 msgid "created user %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
615 msgstr "创建用户 %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
616
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
617 #: rhodecode/controllers/admin/users.py:142
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
618 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
619 msgid "error occurred during creation of user %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
620 msgstr "创建用户 %s 时发生错误"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
621
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
622 #: rhodecode/controllers/admin/users.py:171
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
623 msgid "User updated successfully"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
624 msgstr "用户更新成功"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
625
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
626 #: rhodecode/controllers/admin/users.py:207
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
627 msgid "successfully deleted user"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
628 msgstr "用户删除成功"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
629
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
630 #: rhodecode/controllers/admin/users.py:212
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
631 msgid "An error occurred during deletion of user"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
632 msgstr "删除用户时发生错误"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
633
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
634 #: rhodecode/controllers/admin/users.py:226
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
635 msgid "You can't edit this user"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
636 msgstr "无法编辑该用户"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
637
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
638 #: rhodecode/controllers/admin/users.py:266
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
639 msgid "Granted 'repository create' permission to user"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
640 msgstr "已授予用户‘创建版本库’的权限"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
641
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
642 #: rhodecode/controllers/admin/users.py:271
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
643 msgid "Revoked 'repository create' permission to user"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
644 msgstr "已撤销用户‘创建版本库’的权限"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
645
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
646 #: rhodecode/controllers/admin/users.py:277
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
647 msgid "Granted 'repository fork' permission to user"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
648 msgstr "成功授予了用户“分支版本库”权限"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
649
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
650 #: rhodecode/controllers/admin/users.py:282
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
651 msgid "Revoked 'repository fork' permission to user"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
652 msgstr "成功撤销用户“分支版本库”权限"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
653
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
654 #: rhodecode/controllers/admin/users.py:288
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
655 #: rhodecode/controllers/admin/users_groups.py:255
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
656 msgid "An error occurred during permissions saving"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
657 msgstr "保存权限时发生错误"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
658
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
659 #: rhodecode/controllers/admin/users.py:303
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
660 #, python-format
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
661 msgid "Added email %s to user"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
662 msgstr "已为用户添加电子邮件 %s"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
663
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
664 #: rhodecode/controllers/admin/users.py:309
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
665 msgid "An error occurred during email saving"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
666 msgstr "保存电子邮件时发生错误"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
667
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
668 #: rhodecode/controllers/admin/users.py:319
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
669 msgid "Removed email from user"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
670 msgstr "成功删除用户电子邮件"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
671
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
672 #: rhodecode/controllers/admin/users_groups.py:84
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
673 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
674 msgid "created users group %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
675 msgstr "建立用户组 %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
676
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
677 #: rhodecode/controllers/admin/users_groups.py:95
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
678 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
679 msgid "error occurred during creation of users group %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
680 msgstr "创建用户组 %s 时发生错误"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
681
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
682 #: rhodecode/controllers/admin/users_groups.py:135
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
683 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
684 msgid "updated users group %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
685 msgstr "更新用户组 %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
686
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
687 #: rhodecode/controllers/admin/users_groups.py:157
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
688 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
689 msgid "error occurred during update of users group %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
690 msgstr "更新用户组 %s 时发生错误"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
691
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
692 #: rhodecode/controllers/admin/users_groups.py:174
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
693 msgid "successfully deleted users group"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
694 msgstr "删除用户组成功"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
695
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
696 #: rhodecode/controllers/admin/users_groups.py:179
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
697 msgid "An error occurred during deletion of users group"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
698 msgstr "删除用户组时发生错误"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
699
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
700 #: rhodecode/controllers/admin/users_groups.py:233
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
701 msgid "Granted 'repository create' permission to users group"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
702 msgstr "已授予用户组‘创建版本库’的权限"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
703
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
704 #: rhodecode/controllers/admin/users_groups.py:238
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
705 msgid "Revoked 'repository create' permission to users group"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
706 msgstr "已撤销用户组‘创建版本库’的权限"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
707
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
708 #: rhodecode/controllers/admin/users_groups.py:244
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
709 msgid "Granted 'repository fork' permission to users group"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
710 msgstr "已授予用户组‘分支版本库’的权限"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
711
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
712 #: rhodecode/controllers/admin/users_groups.py:249
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
713 msgid "Revoked 'repository fork' permission to users group"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
714 msgstr "已撤销用户组‘分支版本库’的权限"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
715
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
716 #: rhodecode/lib/auth.py:499
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
717 msgid "You need to be a registered user to perform this action"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
718 msgstr "必须是注册用户才能进行此操作"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
719
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
720 #: rhodecode/lib/auth.py:540
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
721 msgid "You need to be a signed in to view this page"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
722 msgstr "必须登录才能访问该页面"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
723
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
724 #: rhodecode/lib/diffs.py:86
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
725 msgid ""
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
726 "Changeset was too big and was cut off, use diff menu to display this diff"
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
727 msgstr "修订集因过大而被截断,可查看原始修订集作为替代"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
728
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
729 #: rhodecode/lib/diffs.py:96
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
730 msgid "No changes detected"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
731 msgstr "未发现差异"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
732
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
733 #: rhodecode/lib/helpers.py:372
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
734 #, python-format
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
735 msgid "%a, %d %b %Y %H:%M:%S"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
736 msgstr "%Y/%b/%d %H:%M:%S %a"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
737
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
738 #: rhodecode/lib/helpers.py:484
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
739 msgid "True"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
740 msgstr "是"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
741
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
742 #: rhodecode/lib/helpers.py:488
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
743 msgid "False"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
744 msgstr "否"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
745
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
746 #: rhodecode/lib/helpers.py:532
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
747 msgid "Changeset not found"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
748 msgstr "未找到修订集"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
749
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
750 #: rhodecode/lib/helpers.py:555
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
751 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
752 msgid "Show all combined changesets %s->%s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
753 msgstr "显示合并的修订集 %s->%s"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
754
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
755 #: rhodecode/lib/helpers.py:561
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
756 msgid "compare view"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
757 msgstr "比较显示"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
758
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
759 #: rhodecode/lib/helpers.py:581
2341
feaf1fa547dd updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2334
diff changeset
760 msgid "and"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
761 msgstr "还有"
2341
feaf1fa547dd updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2334
diff changeset
762
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
763 #: rhodecode/lib/helpers.py:582
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
764 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
765 msgid "%s more"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
766 msgstr "%s 个"
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
767
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
768 #: rhodecode/lib/helpers.py:583
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
769 #: rhodecode/templates/changelog/changelog.html:48
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
770 msgid "revisions"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
771 msgstr "修订"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
772
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
773 #: rhodecode/lib/helpers.py:606
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
774 msgid "fork name "
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
775 msgstr "分支名称"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
776
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
777 #: rhodecode/lib/helpers.py:620
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
778 #: rhodecode/templates/pullrequests/pullrequest_show.html:4
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
779 #: rhodecode/templates/pullrequests/pullrequest_show.html:12
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
780 #, python-format
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
781 msgid "Pull request #%s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
782 msgstr "拉取请求 #%s"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
783
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
784 #: rhodecode/lib/helpers.py:626
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
785 msgid "[deleted] repository"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
786 msgstr "[删除] 版本库"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
787
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
788 #: rhodecode/lib/helpers.py:628 rhodecode/lib/helpers.py:638
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
789 msgid "[created] repository"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
790 msgstr "[创建] 版本库"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
791
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
792 #: rhodecode/lib/helpers.py:630
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
793 msgid "[created] repository as fork"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
794 msgstr "[创建] 分支版本库"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
795
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
796 #: rhodecode/lib/helpers.py:632 rhodecode/lib/helpers.py:640
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
797 msgid "[forked] repository"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
798 msgstr "[分支] 版本库"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
799
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
800 #: rhodecode/lib/helpers.py:634 rhodecode/lib/helpers.py:642
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
801 msgid "[updated] repository"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
802 msgstr "[更新] 版本库"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
803
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
804 #: rhodecode/lib/helpers.py:636
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
805 msgid "[delete] repository"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
806 msgstr "[删除] 版本库"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
807
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
808 #: rhodecode/lib/helpers.py:644
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
809 msgid "[created] user"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
810 msgstr "[创建] 用户"
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
811
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
812 #: rhodecode/lib/helpers.py:646
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
813 msgid "[updated] user"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
814 msgstr "[更新] 用户"
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
815
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
816 #: rhodecode/lib/helpers.py:648
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
817 msgid "[created] users group"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
818 msgstr "[创建] 用户组"
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
819
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
820 #: rhodecode/lib/helpers.py:650
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
821 msgid "[updated] users group"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
822 msgstr "[更新] 用户组"
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
823
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
824 #: rhodecode/lib/helpers.py:652
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
825 msgid "[commented] on revision in repository"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
826 msgstr "[评论] 了版本库中的修订"
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
827
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
828 #: rhodecode/lib/helpers.py:654
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
829 msgid "[commented] on pull request for"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
830 msgstr "[评论] 拉取请求"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
831
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
832 #: rhodecode/lib/helpers.py:656
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
833 msgid "[closed] pull request for"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
834 msgstr "[关闭] 拉取请求"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
835
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
836 #: rhodecode/lib/helpers.py:658
2341
feaf1fa547dd updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2334
diff changeset
837 msgid "[pushed] into"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
838 msgstr "[推送] 到"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
839
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
840 #: rhodecode/lib/helpers.py:660
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
841 msgid "[committed via RhodeCode] into repository"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
842 msgstr "[通过 RhodeCode 提交] 到版本库"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
843
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
844 #: rhodecode/lib/helpers.py:662
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
845 msgid "[pulled from remote] into repository"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
846 msgstr "[远程拉取] 到版本库"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
847
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
848 #: rhodecode/lib/helpers.py:664
2341
feaf1fa547dd updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2334
diff changeset
849 msgid "[pulled] from"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
850 msgstr "[拉取] 自"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
851
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
852 #: rhodecode/lib/helpers.py:666
2341
feaf1fa547dd updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2334
diff changeset
853 msgid "[started following] repository"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
854 msgstr "[开始关注] 版本库"
2341
feaf1fa547dd updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2334
diff changeset
855
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
856 #: rhodecode/lib/helpers.py:668
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
857 msgid "[stopped following] repository"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
858 msgstr "[停止关注] 版本库"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
859
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
860 #: rhodecode/lib/helpers.py:840
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
861 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
862 msgid " and %s more"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
863 msgstr "还有 %s 个"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
864
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
865 #: rhodecode/lib/helpers.py:844
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
866 msgid "No Files"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
867 msgstr "没有文件"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
868
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
869 #: rhodecode/lib/utils2.py:335
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
870 #, python-format
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
871 msgid "%d year"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
872 msgid_plural "%d years"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
873 msgstr[0] "%d 年"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
874
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
875 #: rhodecode/lib/utils2.py:336
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
876 #, python-format
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
877 msgid "%d month"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
878 msgid_plural "%d months"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
879 msgstr[0] "%d 月"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
880
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
881 #: rhodecode/lib/utils2.py:337
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
882 #, python-format
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
883 msgid "%d day"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
884 msgid_plural "%d days"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
885 msgstr[0] "%d 天"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
886
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
887 #: rhodecode/lib/utils2.py:338
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
888 #, python-format
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
889 msgid "%d hour"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
890 msgid_plural "%d hours"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
891 msgstr[0] "%d 小时"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
892
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
893 #: rhodecode/lib/utils2.py:339
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
894 #, python-format
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
895 msgid "%d minute"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
896 msgid_plural "%d minutes"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
897 msgstr[0] "%d 分钟"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
898
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
899 #: rhodecode/lib/utils2.py:340
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
900 #, python-format
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
901 msgid "%d second"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
902 msgid_plural "%d seconds"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
903 msgstr[0] "%d 秒"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
904
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
905 #: rhodecode/lib/utils2.py:355
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
906 #, python-format
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
907 msgid "%s ago"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
908 msgstr "%s 之前"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
909
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
910 #: rhodecode/lib/utils2.py:357
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
911 #, python-format
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
912 msgid "%s and %s ago"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
913 msgstr "%s 零 %s 之前"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
914
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
915 #: rhodecode/lib/utils2.py:360
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
916 msgid "just now"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
917 msgstr "刚才"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
918
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
919 #: rhodecode/lib/celerylib/tasks.py:269
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
920 msgid "password reset link"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
921 msgstr "密码重置链接"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
922
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
923 #: rhodecode/model/comment.py:110
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
924 #, python-format
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
925 msgid "on line %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
926 msgstr "在 %s 行"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
927
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
928 #: rhodecode/model/comment.py:157
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
929 msgid "[Mention]"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
930 msgstr "[提及]"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
931
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
932 #: rhodecode/model/db.py:1140
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
933 msgid "Repository no access"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
934 msgstr "无版本库访问权限"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
935
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
936 #: rhodecode/model/db.py:1141
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
937 msgid "Repository read access"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
938 msgstr "版本库读取权限"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
939
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
940 #: rhodecode/model/db.py:1142
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
941 msgid "Repository write access"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
942 msgstr "版本库写入权限"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
943
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
944 #: rhodecode/model/db.py:1143
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
945 msgid "Repository admin access"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
946 msgstr "版本库管理权限"
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
947
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
948 #: rhodecode/model/db.py:1145
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
949 msgid "Repositories Group no access"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
950 msgstr "无版本库组访问权限"
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
951
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
952 #: rhodecode/model/db.py:1146
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
953 msgid "Repositories Group read access"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
954 msgstr "版本库组读取权限"
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
955
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
956 #: rhodecode/model/db.py:1147
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
957 msgid "Repositories Group write access"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
958 msgstr "版本库组写入"
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
959
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
960 #: rhodecode/model/db.py:1148
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
961 msgid "Repositories Group admin access"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
962 msgstr "版本库组管理权限"
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
963
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
964 #: rhodecode/model/db.py:1150
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
965 msgid "RhodeCode Administrator"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
966 msgstr "RhodeCode 管理员"
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
967
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
968 #: rhodecode/model/db.py:1151
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
969 msgid "Repository creation disabled"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
970 msgstr "禁用创建版本库"
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
971
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
972 #: rhodecode/model/db.py:1152
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
973 msgid "Repository creation enabled"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
974 msgstr "允许创建版本库"
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
975
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
976 #: rhodecode/model/db.py:1153
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
977 msgid "Repository forking disabled"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
978 msgstr "禁用分支 版本库"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
979
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
980 #: rhodecode/model/db.py:1154
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
981 msgid "Repository forking enabled"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
982 msgstr "允许分支版本库"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
983
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
984 #: rhodecode/model/db.py:1155
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
985 msgid "Register disabled"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
986 msgstr "禁用注册"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
987
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
988 #: rhodecode/model/db.py:1156
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
989 msgid "Register new user with RhodeCode with manual activation"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
990 msgstr "用手动激活注册新用户"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
991
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
992 #: rhodecode/model/db.py:1159
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
993 msgid "Register new user with RhodeCode with auto activation"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
994 msgstr "用自动激活注册新用户"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
995
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
996 #: rhodecode/model/db.py:1579
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
997 msgid "Not Reviewed"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
998 msgstr "未检视"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
999
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1000 #: rhodecode/model/db.py:1580
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1001 msgid "Approved"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1002 msgstr "已批准"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1003
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1004 #: rhodecode/model/db.py:1581
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1005 msgid "Rejected"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1006 msgstr "驳回"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1007
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1008 #: rhodecode/model/db.py:1582
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1009 msgid "Under Review"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1010 msgstr "检视中"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1011
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1012 #: rhodecode/model/forms.py:43
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1013 msgid "Please enter a login"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1014 msgstr "请登录"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1015
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1016 #: rhodecode/model/forms.py:44
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1017 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1018 msgid "Enter a value %(min)i characters long or more"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1019 msgstr "输入一个不少于 %(min)i 个字符的值"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1020
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1021 #: rhodecode/model/forms.py:52
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1022 msgid "Please enter a password"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1023 msgstr "请输入密码"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1024
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1025 #: rhodecode/model/forms.py:53
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1026 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1027 msgid "Enter %(min)i characters or more"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1028 msgstr "输入少于 %(min)i 个字符"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1029
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1030 #: rhodecode/model/notification.py:220
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1031 msgid "commented on commit"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1032 msgstr "评论了评论"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1033
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1034 #: rhodecode/model/notification.py:221
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1035 msgid "sent message"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1036 msgstr "发送信息"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1037
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1038 #: rhodecode/model/notification.py:222
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1039 msgid "mentioned you"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1040 msgstr "提到了你"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1041
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1042 #: rhodecode/model/notification.py:223
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1043 msgid "registered in RhodeCode"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1044 msgstr "注册到 rhodecode"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1045
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1046 #: rhodecode/model/notification.py:224
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1047 msgid "opened new pull request"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1048 msgstr "创建新的拉取请求"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1049
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1050 #: rhodecode/model/notification.py:225
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1051 msgid "commented on pull request"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1052 msgstr "评论了拉取请求"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1053
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1054 #: rhodecode/model/pull_request.py:84
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1055 #, python-format
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1056 msgid "%(user)s wants you to review pull request #%(pr_id)s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1057 msgstr "%(user)s 想要你检视拉取请求 #%(pr_id)s"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1058
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1059 #: rhodecode/model/scm.py:535
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1060 msgid "latest tip"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1061 msgstr "最后 tip 版本"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1062
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1063 #: rhodecode/model/user.py:230
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1064 msgid "new user registration"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1065 msgstr "[RhodeCode] 新用户注册"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1066
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1067 #: rhodecode/model/user.py:255 rhodecode/model/user.py:277
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1068 #: rhodecode/model/user.py:299
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1069 msgid "You can't Edit this user since it's crucial for entire application"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1070 msgstr "由于是系统帐号,无法编辑该用户"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1071
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1072 #: rhodecode/model/user.py:323
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1073 msgid "You can't remove this user since it's crucial for entire application"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1074 msgstr "由于是系统帐号,无法删除该用户"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1075
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1076 #: rhodecode/model/user.py:329
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1077 #, python-format
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1078 msgid ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1079 "user \"%s\" still owns %s repositories and cannot be removed. Switch owners "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1080 "or remove those repositories. %s"
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1081 msgstr ""
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1082 "由于用户 \"%s\" 拥有版本库 %s 因而无法删除,请修改版本库所有者或删除版本"
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1083 "库。%s"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1084
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1085 #: rhodecode/model/validators.py:35 rhodecode/model/validators.py:36
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1086 msgid "Value cannot be an empty list"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1087 msgstr "值不能为空"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1088
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1089 #: rhodecode/model/validators.py:82
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1090 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1091 msgid "Username \"%(username)s\" already exists"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1092 msgstr "用户名称 %(username)s 已经存在"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1093
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1094 #: rhodecode/model/validators.py:84
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1095 #, python-format
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1096 msgid "Username \"%(username)s\" is forbidden"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1097 msgstr "不允许用户名 \"%(username)s\""
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1098
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1099 #: rhodecode/model/validators.py:86
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1100 msgid ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1101 "Username may only contain alphanumeric characters underscores, periods or "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1102 "dashes and must begin with alphanumeric character"
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1103 msgstr ""
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1104 "只能使用字母、数字、下划线、小数点或减号作为用户名,且必须由数字或字母开头"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1105
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1106 #: rhodecode/model/validators.py:114
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1107 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1108 msgid "Username %(username)s is not valid"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1109 msgstr "用户名称 %(username)s 无效"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1110
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1111 #: rhodecode/model/validators.py:133
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1112 msgid "Invalid users group name"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1113 msgstr "无效的用户组名"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1114
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1115 #: rhodecode/model/validators.py:134
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1116 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1117 msgid "Users group \"%(usersgroup)s\" already exists"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1118 msgstr "用户组 \"%(usersgroup)s\" 已经存在"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1119
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1120 #: rhodecode/model/validators.py:136
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1121 msgid ""
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1122 "users group name may only contain alphanumeric characters underscores, "
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1123 "periods or dashes and must begin with alphanumeric character"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1124 msgstr ""
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1125 "只能使用字母、数字、下划线、小数点或减号作为用户组名,且必须由数字或字母开头"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1126
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1127 #: rhodecode/model/validators.py:174
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1128 msgid "Cannot assign this group as parent"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1129 msgstr "不能将这个组作为 parent"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1130
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1131 #: rhodecode/model/validators.py:175
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1132 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1133 msgid "Group \"%(group_name)s\" already exists"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1134 msgstr "组 \"%(group_name)s\" 已经存在"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1135
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1136 #: rhodecode/model/validators.py:177
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1137 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1138 msgid "Repository with name \"%(group_name)s\" already exists"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1139 msgstr "已经存在名为 \"%(group_name)s\" 的版本库"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1140
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1141 #: rhodecode/model/validators.py:235
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1142 msgid "Invalid characters (non-ascii) in password"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1143 msgstr "密码含有无效(非ASCII)字符"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1144
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1145 #: rhodecode/model/validators.py:250
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1146 msgid "Passwords do not match"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1147 msgstr "密码不符"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1148
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1149 #: rhodecode/model/validators.py:267
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1150 msgid "invalid password"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1151 msgstr "无效密码"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1152
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1153 #: rhodecode/model/validators.py:268
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1154 msgid "invalid user name"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1155 msgstr "无效用户名"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1156
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1157 #: rhodecode/model/validators.py:269
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1158 msgid "Your account is disabled"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1159 msgstr "该帐号已被禁用"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1160
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1161 #: rhodecode/model/validators.py:313
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1162 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1163 msgid "Repository name %(repo)s is disallowed"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1164 msgstr "版本库名称不能为 %(repo)s"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1165
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1166 #: rhodecode/model/validators.py:315
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1167 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1168 msgid "Repository named %(repo)s already exists"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1169 msgstr "已经存在版本库 %(repo)s"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1170
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1171 #: rhodecode/model/validators.py:316
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1172 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1173 msgid "Repository \"%(repo)s\" already exists in group \"%(group)s\""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1174 msgstr "版本库组 \"%(group)s\" 中已经存在版本库 \"%(repo)s\""
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1175
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1176 #: rhodecode/model/validators.py:318
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1177 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1178 msgid "Repositories group with name \"%(repo)s\" already exists"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1179 msgstr "已经存在名为 \"%(repo)s\" 的版本库组"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1180
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1181 #: rhodecode/model/validators.py:431
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1182 msgid "invalid clone url"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1183 msgstr "无效的克隆地址"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1184
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1185 #: rhodecode/model/validators.py:432
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1186 msgid "Invalid clone url, provide a valid clone http(s)/svn+http(s) url"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1187 msgstr "无效的克隆地址,提供一个有效的克隆 http(s) 或 svn+http(s) 地址"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1188
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1189 #: rhodecode/model/validators.py:457
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1190 msgid "Fork have to be the same type as parent"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1191 msgstr "分支必须使用和父版本库相同的类型"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1192
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1193 #: rhodecode/model/validators.py:478
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1194 msgid "This username or users group name is not valid"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1195 msgstr "用户或用户组名称无效"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1196
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1197 #: rhodecode/model/validators.py:562
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1198 msgid "This is not a valid path"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1199 msgstr "不是一个合法的路径"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1200
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1201 #: rhodecode/model/validators.py:577
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1202 msgid "This e-mail address is already taken"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1203 msgstr "该邮件地址已被使用"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1204
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1205 #: rhodecode/model/validators.py:597
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1206 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1207 msgid "e-mail \"%(email)s\" does not exist."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1208 msgstr "邮件地址 \"%(email)s\" 不存在"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1209
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1210 #: rhodecode/model/validators.py:634
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1211 msgid ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1212 "The LDAP Login attribute of the CN must be specified - this is the name of "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1213 "the attribute that is equivalent to \"username\""
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1214 msgstr "LDAP 登陆属性的 CN 必须指定 - 这个名字作为用户名"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1215
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1216 #: rhodecode/model/validators.py:653
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1217 #, python-format
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1218 msgid "Revisions %(revs)s are already part of pull request or have set status"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1219 msgstr "修订 %(revs)s 已经包含在拉取请求中或者或者已经设置状态"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1220
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1221 #: rhodecode/templates/index.html:3
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1222 msgid "Dashboard"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1223 msgstr "控制面板"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1224
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1225 #: rhodecode/templates/index_base.html:6
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1226 #: rhodecode/templates/repo_switcher_list.html:4
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1227 #: rhodecode/templates/admin/repos/repos.html:9
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
1228 #: rhodecode/templates/admin/users/user_edit_my_account.html:31
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1229 #: rhodecode/templates/admin/users/users.html:9
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1230 #: rhodecode/templates/bookmarks/bookmarks.html:10
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1231 #: rhodecode/templates/branches/branches.html:9
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1232 #: rhodecode/templates/journal/journal.html:40
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1233 #: rhodecode/templates/tags/tags.html:10
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1234 msgid "quick filter..."
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1235 msgstr "快速过滤..."
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1236
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1237 #: rhodecode/templates/index_base.html:6
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1238 #: rhodecode/templates/admin/repos/repos.html:9
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1239 #: rhodecode/templates/base/base.html:221
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1240 msgid "repositories"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1241 msgstr "个版本库"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1242
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1243 #: rhodecode/templates/index_base.html:13
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1244 #: rhodecode/templates/index_base.html:15
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1245 #: rhodecode/templates/admin/repos/repos.html:21
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1246 msgid "ADD REPOSITORY"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1247 msgstr "新建版本库"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1248
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1249 #: rhodecode/templates/index_base.html:29
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1250 #: rhodecode/templates/admin/repos_groups/repos_groups_add.html:32
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1251 #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:32
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1252 #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:33
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1253 #: rhodecode/templates/admin/users_groups/users_group_add.html:32
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1254 #: rhodecode/templates/admin/users_groups/users_group_edit.html:33
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1255 msgid "Group name"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1256 msgstr "组名"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1257
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1258 #: rhodecode/templates/index_base.html:30
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1259 #: rhodecode/templates/index_base.html:71
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1260 #: rhodecode/templates/index_base.html:142
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1261 #: rhodecode/templates/index_base.html:168
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1262 #: rhodecode/templates/admin/repos/repo_add_base.html:56
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1263 #: rhodecode/templates/admin/repos/repo_edit.html:75
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1264 #: rhodecode/templates/admin/repos/repos.html:72
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1265 #: rhodecode/templates/admin/repos_groups/repos_groups_add.html:41
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1266 #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:41
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1267 #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:34
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1268 #: rhodecode/templates/forks/fork.html:59
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1269 #: rhodecode/templates/settings/repo_settings.html:66
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1270 #: rhodecode/templates/summary/summary.html:105
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1271 msgid "Description"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1272 msgstr "描述"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1273
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1274 #: rhodecode/templates/index_base.html:40
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1275 #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:46
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1276 msgid "Repositories group"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1277 msgstr "版本库组"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1278
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1279 #: rhodecode/templates/index_base.html:70
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1280 #: rhodecode/templates/index_base.html:166
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1281 #: rhodecode/templates/admin/repos/repo_add_base.html:9
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1282 #: rhodecode/templates/admin/repos/repo_edit.html:32
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1283 #: rhodecode/templates/admin/repos/repos.html:70
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1284 #: rhodecode/templates/admin/users/user_edit.html:192
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1285 #: rhodecode/templates/admin/users/user_edit_my_account.html:59
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1286 #: rhodecode/templates/admin/users/user_edit_my_account.html:157
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1287 #: rhodecode/templates/admin/users/user_edit_my_account.html:193
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1288 #: rhodecode/templates/admin/users/user_edit_my_account_repos.html:6
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1289 #: rhodecode/templates/bookmarks/bookmarks.html:36
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1290 #: rhodecode/templates/bookmarks/bookmarks_data.html:6
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1291 #: rhodecode/templates/branches/branches.html:51
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1292 #: rhodecode/templates/files/files_browser.html:47
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1293 #: rhodecode/templates/journal/journal.html:59
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1294 #: rhodecode/templates/journal/journal.html:107
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1295 #: rhodecode/templates/journal/journal.html:186
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1296 #: rhodecode/templates/settings/repo_settings.html:31
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1297 #: rhodecode/templates/summary/summary.html:43
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1298 #: rhodecode/templates/summary/summary.html:123
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1299 #: rhodecode/templates/tags/tags.html:36
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1300 #: rhodecode/templates/tags/tags_data.html:6
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1301 msgid "Name"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1302 msgstr "名称"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1303
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1304 #: rhodecode/templates/index_base.html:72
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1305 msgid "Last change"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1306 msgstr "最后修改"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1307
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1308 #: rhodecode/templates/index_base.html:73
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1309 #: rhodecode/templates/index_base.html:171
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1310 #: rhodecode/templates/admin/users/user_edit_my_account.html:159
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1311 #: rhodecode/templates/journal/journal.html:188
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1312 msgid "Tip"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1313 msgstr "Tip"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1314
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1315 #: rhodecode/templates/index_base.html:74
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1316 #: rhodecode/templates/index_base.html:173
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1317 #: rhodecode/templates/admin/repos/repo_edit.html:121
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1318 #: rhodecode/templates/admin/repos/repos.html:73
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1319 msgid "Owner"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1320 msgstr "所有者"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1321
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1322 #: rhodecode/templates/index_base.html:75
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1323 #: rhodecode/templates/summary/summary.html:48
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1324 #: rhodecode/templates/summary/summary.html:51
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1325 msgid "RSS"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1326 msgstr "RSS"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1327
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1328 #: rhodecode/templates/index_base.html:76
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1329 msgid "Atom"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1330 msgstr "Atom"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1331
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1332 #: rhodecode/templates/index_base.html:110
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1333 #: rhodecode/templates/index_base.html:112
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1334 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1335 msgid "Subscribe to %s rss feed"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1336 msgstr "订阅 %s 的 RSS"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1337
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1338 #: rhodecode/templates/index_base.html:117
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1339 #: rhodecode/templates/index_base.html:119
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1340 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1341 msgid "Subscribe to %s atom feed"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1342 msgstr "订阅 %s 的 Atom"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1343
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1344 #: rhodecode/templates/index_base.html:140
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1345 msgid "Group Name"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1346 msgstr "组名"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1347
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1348 #: rhodecode/templates/index_base.html:158
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1349 #: rhodecode/templates/index_base.html:198
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1350 #: rhodecode/templates/admin/repos/repos.html:94
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1351 #: rhodecode/templates/admin/users/user_edit_my_account.html:179
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1352 #: rhodecode/templates/admin/users/users.html:107
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1353 #: rhodecode/templates/bookmarks/bookmarks.html:60
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1354 #: rhodecode/templates/branches/branches.html:77
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1355 #: rhodecode/templates/journal/journal.html:211
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1356 #: rhodecode/templates/tags/tags.html:60
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1357 msgid "Click to sort ascending"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1358 msgstr "点击以升序排列"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1359
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1360 #: rhodecode/templates/index_base.html:159
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1361 #: rhodecode/templates/index_base.html:199
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1362 #: rhodecode/templates/admin/repos/repos.html:95
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1363 #: rhodecode/templates/admin/users/user_edit_my_account.html:180
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1364 #: rhodecode/templates/admin/users/users.html:108
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1365 #: rhodecode/templates/bookmarks/bookmarks.html:61
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1366 #: rhodecode/templates/branches/branches.html:78
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1367 #: rhodecode/templates/journal/journal.html:212
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1368 #: rhodecode/templates/tags/tags.html:61
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1369 msgid "Click to sort descending"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1370 msgstr "点击以降序排列"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1371
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1372 #: rhodecode/templates/index_base.html:169
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1373 msgid "Last Change"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1374 msgstr "最后修改"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1375
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1376 #: rhodecode/templates/index_base.html:200
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1377 #: rhodecode/templates/admin/repos/repos.html:96
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1378 #: rhodecode/templates/admin/users/user_edit_my_account.html:181
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1379 #: rhodecode/templates/admin/users/users.html:109
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1380 #: rhodecode/templates/bookmarks/bookmarks.html:62
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1381 #: rhodecode/templates/branches/branches.html:79
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1382 #: rhodecode/templates/journal/journal.html:213
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1383 #: rhodecode/templates/tags/tags.html:62
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1384 msgid "No records found."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1385 msgstr "没有找到记录"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1386
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1387 #: rhodecode/templates/index_base.html:201
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1388 #: rhodecode/templates/admin/repos/repos.html:97
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1389 #: rhodecode/templates/admin/users/user_edit_my_account.html:182
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1390 #: rhodecode/templates/admin/users/users.html:110
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1391 #: rhodecode/templates/bookmarks/bookmarks.html:63
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1392 #: rhodecode/templates/branches/branches.html:80
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1393 #: rhodecode/templates/journal/journal.html:214
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1394 #: rhodecode/templates/tags/tags.html:63
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1395 msgid "Data error."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1396 msgstr "数据错误"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1397
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1398 #: rhodecode/templates/index_base.html:202
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1399 #: rhodecode/templates/admin/repos/repos.html:98
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1400 #: rhodecode/templates/admin/users/user_edit_my_account.html:183
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1401 #: rhodecode/templates/admin/users/users.html:111
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1402 #: rhodecode/templates/bookmarks/bookmarks.html:64
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1403 #: rhodecode/templates/branches/branches.html:81
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1404 #: rhodecode/templates/journal/journal.html:215
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1405 #: rhodecode/templates/tags/tags.html:64
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1406 msgid "Loading..."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1407 msgstr "载入中..."
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1408
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1409 #: rhodecode/templates/login.html:5 rhodecode/templates/login.html:54
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1410 msgid "Sign In"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1411 msgstr "登录"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1412
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1413 #: rhodecode/templates/login.html:21
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1414 msgid "Sign In to"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1415 msgstr "登录到"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1416
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1417 #: rhodecode/templates/login.html:31 rhodecode/templates/register.html:20
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1418 #: rhodecode/templates/admin/admin_log.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1419 #: rhodecode/templates/admin/users/user_add.html:32
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1420 #: rhodecode/templates/admin/users/user_edit.html:50
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
1421 #: rhodecode/templates/admin/users/user_edit_my_account_form.html:26
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1422 #: rhodecode/templates/base/base.html:83
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1423 #: rhodecode/templates/summary/summary.html:122
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1424 msgid "Username"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1425 msgstr "帐号"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1426
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1427 #: rhodecode/templates/login.html:40 rhodecode/templates/register.html:29
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1428 #: rhodecode/templates/admin/ldap/ldap.html:46
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1429 #: rhodecode/templates/admin/users/user_add.html:41
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1430 #: rhodecode/templates/base/base.html:92
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1431 msgid "Password"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1432 msgstr "密码"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1433
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1434 #: rhodecode/templates/login.html:50
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1435 msgid "Remember me"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1436 msgstr "记住密码"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1437
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1438 #: rhodecode/templates/login.html:60
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1439 msgid "Forgot your password ?"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1440 msgstr "忘记了密码?"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1441
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1442 #: rhodecode/templates/login.html:63 rhodecode/templates/base/base.html:103
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1443 msgid "Don't have an account ?"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1444 msgstr "还没有帐号?"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1445
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1446 #: rhodecode/templates/password_reset.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1447 msgid "Reset your password"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1448 msgstr "重置密码"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1449
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1450 #: rhodecode/templates/password_reset.html:11
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1451 msgid "Reset your password to"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1452 msgstr "重置密码"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1453
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1454 #: rhodecode/templates/password_reset.html:21
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1455 msgid "Email address"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1456 msgstr "邮件地址"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1457
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1458 #: rhodecode/templates/password_reset.html:30
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1459 msgid "Reset my password"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1460 msgstr "重置密码"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1461
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1462 #: rhodecode/templates/password_reset.html:31
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1463 msgid "Password reset link will be send to matching email address"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1464 msgstr "密码重置地址已经发送到邮件"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1465
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1466 #: rhodecode/templates/register.html:5 rhodecode/templates/register.html:74
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1467 msgid "Sign Up"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1468 msgstr "注册"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1469
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1470 #: rhodecode/templates/register.html:11
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1471 msgid "Sign Up to"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1472 msgstr "注册"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1473
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1474 #: rhodecode/templates/register.html:38
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1475 msgid "Re-enter password"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1476 msgstr "确认密码"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1477
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1478 #: rhodecode/templates/register.html:47
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1479 #: rhodecode/templates/admin/users/user_add.html:59
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1480 #: rhodecode/templates/admin/users/user_edit.html:86
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
1481 #: rhodecode/templates/admin/users/user_edit_my_account_form.html:53
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1482 msgid "First Name"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1483 msgstr "名"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1484
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1485 #: rhodecode/templates/register.html:56
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1486 #: rhodecode/templates/admin/users/user_add.html:68
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1487 #: rhodecode/templates/admin/users/user_edit.html:95
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
1488 #: rhodecode/templates/admin/users/user_edit_my_account_form.html:62
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1489 msgid "Last Name"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1490 msgstr "姓"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1491
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1492 #: rhodecode/templates/register.html:65
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1493 #: rhodecode/templates/admin/users/user_add.html:77
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1494 #: rhodecode/templates/admin/users/user_edit.html:104
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
1495 #: rhodecode/templates/admin/users/user_edit_my_account_form.html:71
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1496 #: rhodecode/templates/summary/summary.html:124
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1497 msgid "Email"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1498 msgstr "电子邮件"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1499
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1500 #: rhodecode/templates/register.html:76
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1501 msgid "Your account will be activated right after registration"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1502 msgstr "注册后,帐号将启用"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1503
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1504 #: rhodecode/templates/register.html:78
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1505 msgid "Your account must wait for activation by administrator"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1506 msgstr "管理员审核后,你注册的帐号将被启用"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1507
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1508 #: rhodecode/templates/repo_switcher_list.html:11
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1509 #: rhodecode/templates/admin/repos/repo_add_base.html:65
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1510 #: rhodecode/templates/admin/repos/repo_edit.html:85
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1511 #: rhodecode/templates/settings/repo_settings.html:76
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1512 msgid "Private repository"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1513 msgstr "私有版本库"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1514
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1515 #: rhodecode/templates/repo_switcher_list.html:16
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1516 msgid "Public repository"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1517 msgstr "公共版本库"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1518
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1519 #: rhodecode/templates/switch_to_list.html:3
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1520 #: rhodecode/templates/branches/branches.html:14
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1521 msgid "branches"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1522 msgstr "分支"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1523
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1524 #: rhodecode/templates/switch_to_list.html:10
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1525 #: rhodecode/templates/branches/branches_data.html:57
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1526 msgid "There are no branches yet"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1527 msgstr "没有任何分支"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1528
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1529 #: rhodecode/templates/switch_to_list.html:15
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1530 #: rhodecode/templates/shortlog/shortlog_data.html:10
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1531 #: rhodecode/templates/tags/tags.html:15
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1532 msgid "tags"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1533 msgstr "标签"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1534
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1535 #: rhodecode/templates/switch_to_list.html:22
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1536 #: rhodecode/templates/tags/tags_data.html:33
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1537 msgid "There are no tags yet"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1538 msgstr "没有任何标签"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1539
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1540 #: rhodecode/templates/switch_to_list.html:28
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1541 #: rhodecode/templates/bookmarks/bookmarks.html:15
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1542 msgid "bookmarks"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1543 msgstr "书签"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1544
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1545 #: rhodecode/templates/switch_to_list.html:35
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1546 #: rhodecode/templates/bookmarks/bookmarks_data.html:32
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1547 msgid "There are no bookmarks yet"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1548 msgstr "无书签"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1549
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1550 #: rhodecode/templates/admin/admin.html:5
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1551 #: rhodecode/templates/admin/admin.html:9
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1552 msgid "Admin journal"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1553 msgstr "管理员日志"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1554
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1555 #: rhodecode/templates/admin/admin_log.html:6
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1556 #: rhodecode/templates/admin/repos/repos.html:74
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1557 #: rhodecode/templates/admin/users/user_edit_my_account_repos.html:8
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1558 #: rhodecode/templates/admin/users/user_edit_my_account_repos.html:9
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1559 #: rhodecode/templates/journal/journal.html:61
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1560 #: rhodecode/templates/journal/journal.html:62
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1561 msgid "Action"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1562 msgstr "操作"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1563
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1564 #: rhodecode/templates/admin/admin_log.html:7
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1565 msgid "Repository"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1566 msgstr "版本库"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1567
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1568 #: rhodecode/templates/admin/admin_log.html:8
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1569 #: rhodecode/templates/bookmarks/bookmarks.html:37
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1570 #: rhodecode/templates/bookmarks/bookmarks_data.html:7
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1571 #: rhodecode/templates/branches/branches.html:52
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1572 #: rhodecode/templates/tags/tags.html:37
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1573 #: rhodecode/templates/tags/tags_data.html:7
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1574 msgid "Date"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1575 msgstr "日期"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1576
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1577 #: rhodecode/templates/admin/admin_log.html:9
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1578 msgid "From IP"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1579 msgstr "来源 IP"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1580
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
1581 #: rhodecode/templates/admin/admin_log.html:53
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1582 msgid "No actions yet"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1583 msgstr "无操作"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1584
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1585 #: rhodecode/templates/admin/ldap/ldap.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1586 msgid "LDAP administration"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1587 msgstr "LDAP 管理员"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1588
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1589 #: rhodecode/templates/admin/ldap/ldap.html:11
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1590 msgid "Ldap"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1591 msgstr "LDAP"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1592
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1593 #: rhodecode/templates/admin/ldap/ldap.html:28
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1594 msgid "Connection settings"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1595 msgstr "连接设置"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1596
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1597 #: rhodecode/templates/admin/ldap/ldap.html:30
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1598 msgid "Enable LDAP"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1599 msgstr "启用 LDAP"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1600
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1601 #: rhodecode/templates/admin/ldap/ldap.html:34
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1602 msgid "Host"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1603 msgstr "主机"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1604
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1605 #: rhodecode/templates/admin/ldap/ldap.html:38
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1606 msgid "Port"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1607 msgstr "端口"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1608
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1609 #: rhodecode/templates/admin/ldap/ldap.html:42
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1610 msgid "Account"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1611 msgstr "帐号"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1612
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1613 #: rhodecode/templates/admin/ldap/ldap.html:50
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1614 msgid "Connection security"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1615 msgstr "连接安全"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1616
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1617 #: rhodecode/templates/admin/ldap/ldap.html:54
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1618 msgid "Certificate Checks"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1619 msgstr "凭证确认"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1620
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1621 #: rhodecode/templates/admin/ldap/ldap.html:57
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1622 msgid "Search settings"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1623 msgstr "搜索设置"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1624
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1625 #: rhodecode/templates/admin/ldap/ldap.html:59
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1626 msgid "Base DN"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1627 msgstr "Base DN"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1628
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1629 #: rhodecode/templates/admin/ldap/ldap.html:63
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1630 msgid "LDAP Filter"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1631 msgstr "LDAP 过滤器"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1632
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1633 #: rhodecode/templates/admin/ldap/ldap.html:67
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1634 msgid "LDAP Search Scope"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1635 msgstr "LDAP 搜索范围"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1636
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1637 #: rhodecode/templates/admin/ldap/ldap.html:70
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1638 msgid "Attribute mappings"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1639 msgstr "属性映射"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1640
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1641 #: rhodecode/templates/admin/ldap/ldap.html:72
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1642 msgid "Login Attribute"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1643 msgstr "登录属性"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1644
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1645 #: rhodecode/templates/admin/ldap/ldap.html:76
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1646 msgid "First Name Attribute"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1647 msgstr "名"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1648
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1649 #: rhodecode/templates/admin/ldap/ldap.html:80
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1650 msgid "Last Name Attribute"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1651 msgstr "姓"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1652
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1653 #: rhodecode/templates/admin/ldap/ldap.html:84
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1654 msgid "E-mail Attribute"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1655 msgstr "电子邮件属性"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1656
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1657 #: rhodecode/templates/admin/ldap/ldap.html:89
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1658 #: rhodecode/templates/admin/repos/repo_edit.html:141
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1659 #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:74
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1660 #: rhodecode/templates/admin/settings/hooks.html:73
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1661 #: rhodecode/templates/admin/users/user_edit.html:129
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1662 #: rhodecode/templates/admin/users/user_edit.html:174
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
1663 #: rhodecode/templates/admin/users/user_edit_my_account_form.html:79
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1664 #: rhodecode/templates/admin/users_groups/users_group_edit.html:135
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1665 #: rhodecode/templates/settings/repo_settings.html:93
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1666 msgid "Save"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1667 msgstr "保存"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1668
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1669 #: rhodecode/templates/admin/notifications/notifications.html:5
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1670 #: rhodecode/templates/admin/notifications/notifications.html:9
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1671 msgid "My Notifications"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1672 msgstr "我的通知"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1673
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1674 #: rhodecode/templates/admin/notifications/notifications.html:29
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1675 msgid "All"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1676 msgstr "全部"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1677
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1678 #: rhodecode/templates/admin/notifications/notifications.html:30
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1679 msgid "Comments"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1680 msgstr "评论"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1681
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1682 #: rhodecode/templates/admin/notifications/notifications.html:31
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
1683 #: rhodecode/templates/base/base.html:254
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1684 #: rhodecode/templates/base/base.html:256
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1685 msgid "Pull requests"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1686 msgstr "拉取请求"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1687
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1688 #: rhodecode/templates/admin/notifications/notifications.html:35
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1689 msgid "Mark all read"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1690 msgstr "全部标记为已读"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1691
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1692 #: rhodecode/templates/admin/notifications/notifications_data.html:39
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1693 msgid "No notifications here yet"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1694 msgstr "无通知"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1695
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1696 #: rhodecode/templates/admin/notifications/show_notification.html:5
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1697 #: rhodecode/templates/admin/notifications/show_notification.html:11
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1698 msgid "Show notification"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1699 msgstr "显示通知"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1700
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1701 #: rhodecode/templates/admin/notifications/show_notification.html:9
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1702 msgid "Notifications"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1703 msgstr "通知"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1704
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1705 #: rhodecode/templates/admin/permissions/permissions.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1706 msgid "Permissions administration"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1707 msgstr "权限管理"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1708
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1709 #: rhodecode/templates/admin/permissions/permissions.html:11
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1710 #: rhodecode/templates/admin/repos/repo_edit.html:134
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1711 #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:58
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1712 #: rhodecode/templates/admin/users/user_edit.html:139
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1713 #: rhodecode/templates/admin/users_groups/users_group_edit.html:100
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1714 #: rhodecode/templates/settings/repo_settings.html:86
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1715 msgid "Permissions"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1716 msgstr "权限"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1717
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1718 #: rhodecode/templates/admin/permissions/permissions.html:24
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1719 msgid "Default permissions"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1720 msgstr "默认权限"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1721
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1722 #: rhodecode/templates/admin/permissions/permissions.html:31
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1723 msgid "Anonymous access"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1724 msgstr "匿名访问"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1725
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1726 #: rhodecode/templates/admin/permissions/permissions.html:41
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1727 msgid "Repository permission"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1728 msgstr "版本库权限"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1729
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1730 #: rhodecode/templates/admin/permissions/permissions.html:49
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1731 msgid ""
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1732 "All default permissions on each repository will be reset to choosen "
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1733 "permission, note that all custom default permission on repositories will be "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1734 "lost"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1735 msgstr ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1736 "所有版本库的默认权限将被重置到选择的权限,所有版本库的自定义权限将被丢弃"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1737
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1738 #: rhodecode/templates/admin/permissions/permissions.html:50
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1739 msgid "overwrite existing settings"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1740 msgstr "覆盖已有设置"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1741
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1742 #: rhodecode/templates/admin/permissions/permissions.html:55
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1743 msgid "Registration"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1744 msgstr "注册"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1745
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1746 #: rhodecode/templates/admin/permissions/permissions.html:63
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1747 msgid "Repository creation"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1748 msgstr "建立版本库"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1749
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1750 #: rhodecode/templates/admin/permissions/permissions.html:71
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1751 msgid "Repository forking"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1752 msgstr "版本库分支"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1753
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1754 #: rhodecode/templates/admin/permissions/permissions.html:78
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1755 #: rhodecode/templates/admin/repos/repo_edit.html:241
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1756 msgid "set"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1757 msgstr "设置"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1758
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1759 #: rhodecode/templates/admin/repos/repo_add.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1760 #: rhodecode/templates/admin/repos/repo_add_create_repository.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1761 msgid "Add repository"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1762 msgstr "添加版本库"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1763
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1764 #: rhodecode/templates/admin/repos/repo_add.html:11
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1765 #: rhodecode/templates/admin/repos/repo_edit.html:11
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1766 #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:10
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1767 msgid "Repositories"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1768 msgstr "版本库"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1769
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1770 #: rhodecode/templates/admin/repos/repo_add.html:13
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1771 msgid "add new"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1772 msgstr "新建"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1773
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1774 #: rhodecode/templates/admin/repos/repo_add_base.html:20
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1775 #: rhodecode/templates/summary/summary.html:95
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1776 #: rhodecode/templates/summary/summary.html:96
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1777 msgid "Clone from"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1778 msgstr "克隆自"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1779
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1780 #: rhodecode/templates/admin/repos/repo_add_base.html:24
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1781 #: rhodecode/templates/admin/repos/repo_edit.html:44
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1782 #: rhodecode/templates/settings/repo_settings.html:43
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1783 msgid "Optional http[s] url from which repository should be cloned."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1784 msgstr "可选的,指定版本库应该从哪个 http[s] 地址克隆。"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1785
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1786 #: rhodecode/templates/admin/repos/repo_add_base.html:29
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1787 #: rhodecode/templates/admin/repos/repo_edit.html:49
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1788 #: rhodecode/templates/admin/repos_groups/repos_groups.html:4
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1789 #: rhodecode/templates/forks/fork.html:50
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1790 #: rhodecode/templates/settings/repo_settings.html:48
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1791 msgid "Repository group"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1792 msgstr "版本库组"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1793
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1794 #: rhodecode/templates/admin/repos/repo_add_base.html:33
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1795 #: rhodecode/templates/forks/fork.html:54
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1796 msgid "Optionaly select a group to put this repository into."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1797 msgstr "可选的,选择一个组将版本库放到其中"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1798
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1799 #: rhodecode/templates/admin/repos/repo_add_base.html:38
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1800 #: rhodecode/templates/admin/repos/repo_edit.html:58
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1801 msgid "Type"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1802 msgstr "类型"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1803
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1804 #: rhodecode/templates/admin/repos/repo_add_base.html:42
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1805 msgid "Type of repository to create."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1806 msgstr "要创建的版本库类型"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1807
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1808 #: rhodecode/templates/admin/repos/repo_add_base.html:47
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1809 #: rhodecode/templates/admin/repos/repo_edit.html:66
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1810 #: rhodecode/templates/forks/fork.html:41
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1811 #: rhodecode/templates/settings/repo_settings.html:57
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1812 msgid "Landing revision"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1813 msgstr "默认修订"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1814
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1815 #: rhodecode/templates/admin/repos/repo_add_base.html:51
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1816 #: rhodecode/templates/admin/repos/repo_edit.html:70
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1817 #: rhodecode/templates/forks/fork.html:45
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1818 #: rhodecode/templates/settings/repo_settings.html:61
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1819 msgid "Default revision for files page, downloads, whoosh and readme"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1820 msgstr "文件浏览、下载、whoosh和readme的默认修订版本"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1821
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1822 #: rhodecode/templates/admin/repos/repo_add_base.html:60
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1823 #: rhodecode/templates/admin/repos/repo_edit.html:79
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1824 #: rhodecode/templates/forks/fork.html:63
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1825 #: rhodecode/templates/settings/repo_settings.html:70
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1826 msgid ""
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1827 "Keep it short and to the point. Use a README file for longer descriptions."
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1828 msgstr "保持简短。用 README 文件来写更长的描述。"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1829
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1830 #: rhodecode/templates/admin/repos/repo_add_base.html:69
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1831 #: rhodecode/templates/admin/repos/repo_edit.html:89
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1832 #: rhodecode/templates/forks/fork.html:72
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1833 #: rhodecode/templates/settings/repo_settings.html:80
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1834 msgid ""
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1835 "Private repositories are only visible to people explicitly added as "
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1836 "collaborators."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1837 msgstr "私有版本库只对显示添加的合作者可见。"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1838
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1839 #: rhodecode/templates/admin/repos/repo_add_base.html:73
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1840 msgid "add"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1841 msgstr "新建"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1842
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1843 #: rhodecode/templates/admin/repos/repo_add_create_repository.html:9
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1844 msgid "add new repository"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1845 msgstr "新建版本库"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1846
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1847 #: rhodecode/templates/admin/repos/repo_edit.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1848 msgid "Edit repository"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1849 msgstr "编辑版本库"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1850
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1851 #: rhodecode/templates/admin/repos/repo_edit.html:13
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1852 #: rhodecode/templates/admin/users/user_edit.html:13
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1853 #: rhodecode/templates/admin/users/user_edit.html:224
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1854 #: rhodecode/templates/admin/users/user_edit.html:226
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1855 #: rhodecode/templates/admin/users/user_edit_my_account_repos.html:28
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1856 #: rhodecode/templates/admin/users_groups/users_group_edit.html:13
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1857 #: rhodecode/templates/files/files_source.html:44
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1858 #: rhodecode/templates/journal/journal.html:81
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1859 msgid "edit"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1860 msgstr "编辑"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1861
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1862 #: rhodecode/templates/admin/repos/repo_edit.html:40
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1863 #: rhodecode/templates/settings/repo_settings.html:39
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1864 msgid "Clone uri"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1865 msgstr "克隆地址"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1866
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1867 #: rhodecode/templates/admin/repos/repo_edit.html:53
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1868 #: rhodecode/templates/settings/repo_settings.html:52
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1869 msgid "Optional select a group to put this repository into."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1870 msgstr "可选的,选择一个组将版本库放到其中"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1871
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1872 #: rhodecode/templates/admin/repos/repo_edit.html:94
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1873 msgid "Enable statistics"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1874 msgstr "启用统计"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1875
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1876 #: rhodecode/templates/admin/repos/repo_edit.html:98
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1877 msgid "Enable statistics window on summary page."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1878 msgstr "启用概况页的统计窗口"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1879
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1880 #: rhodecode/templates/admin/repos/repo_edit.html:103
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1881 msgid "Enable downloads"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1882 msgstr "启用下载"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1883
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1884 #: rhodecode/templates/admin/repos/repo_edit.html:107
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1885 msgid "Enable download menu on summary page."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1886 msgstr "启用概况页的下载菜单"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1887
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1888 #: rhodecode/templates/admin/repos/repo_edit.html:112
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1889 #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:66
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1890 msgid "Enable locking"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1891 msgstr "启用锁定"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1892
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1893 #: rhodecode/templates/admin/repos/repo_edit.html:116
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1894 msgid "Enable lock-by-pulling on repository."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1895 msgstr "启用版本库的拉取锁定"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1896
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1897 #: rhodecode/templates/admin/repos/repo_edit.html:126
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1898 msgid "Change owner of this repository."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1899 msgstr "修改这个版本库的所有者"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1900
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1901 #: rhodecode/templates/admin/repos/repo_edit.html:142
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1902 #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:75
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1903 #: rhodecode/templates/admin/settings/settings.html:113
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1904 #: rhodecode/templates/admin/settings/settings.html:168
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1905 #: rhodecode/templates/admin/settings/settings.html:258
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
1906 #: rhodecode/templates/admin/users/user_edit.html:130
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1907 #: rhodecode/templates/admin/users/user_edit.html:175
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1908 #: rhodecode/templates/admin/users/user_edit.html:278
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
1909 #: rhodecode/templates/admin/users/user_edit_my_account_form.html:80
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1910 #: rhodecode/templates/admin/users_groups/users_group_edit.html:136
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
1911 #: rhodecode/templates/files/files_add.html:82
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
1912 #: rhodecode/templates/files/files_edit.html:68
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1913 #: rhodecode/templates/pullrequests/pullrequest.html:124
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
1914 #: rhodecode/templates/settings/repo_settings.html:94
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
1915 msgid "Reset"
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
1916 msgstr "重置"
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
1917
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1918 #: rhodecode/templates/admin/repos/repo_edit.html:152
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1919 msgid "Administration"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1920 msgstr "管理"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1921
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1922 #: rhodecode/templates/admin/repos/repo_edit.html:155
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1923 msgid "Statistics"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1924 msgstr "统计"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1925
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1926 #: rhodecode/templates/admin/repos/repo_edit.html:159
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1927 msgid "Reset current statistics"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1928 msgstr "重置统计"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1929
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1930 #: rhodecode/templates/admin/repos/repo_edit.html:159
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1931 msgid "Confirm to remove current statistics"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1932 msgstr "确认移除当前统计"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1933
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1934 #: rhodecode/templates/admin/repos/repo_edit.html:162
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1935 msgid "Fetched to rev"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1936 msgstr "获取到修订"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1937
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1938 #: rhodecode/templates/admin/repos/repo_edit.html:163
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1939 msgid "Stats gathered"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1940 msgstr "已收集的统计"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1941
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1942 #: rhodecode/templates/admin/repos/repo_edit.html:171
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1943 msgid "Remote"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1944 msgstr "远程"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1945
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1946 #: rhodecode/templates/admin/repos/repo_edit.html:175
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1947 msgid "Pull changes from remote location"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1948 msgstr "从远程路径拉取修订集"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1949
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1950 #: rhodecode/templates/admin/repos/repo_edit.html:175
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1951 msgid "Confirm to pull changes from remote side"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1952 msgstr "确认从远程拉取修订集"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1953
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1954 #: rhodecode/templates/admin/repos/repo_edit.html:186
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1955 msgid "Cache"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1956 msgstr "缓存"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1957
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1958 #: rhodecode/templates/admin/repos/repo_edit.html:190
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1959 msgid "Invalidate repository cache"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1960 msgstr "清除版本库缓存"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1961
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1962 #: rhodecode/templates/admin/repos/repo_edit.html:190
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1963 msgid "Confirm to invalidate repository cache"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1964 msgstr "确认清除版本库缓存"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1965
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1966 #: rhodecode/templates/admin/repos/repo_edit.html:195
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
1967 #: rhodecode/templates/base/base.html:318
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
1968 #: rhodecode/templates/base/base.html:320
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1969 #: rhodecode/templates/base/base.html:322
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1970 msgid "Public journal"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1971 msgstr "公共日志"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
1972
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1973 #: rhodecode/templates/admin/repos/repo_edit.html:201
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1974 msgid "Remove from public journal"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1975 msgstr "从公共日志删除"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1976
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1977 #: rhodecode/templates/admin/repos/repo_edit.html:203
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1978 msgid "Add to public journal"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1979 msgstr "添加到公共日志"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
1980
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1981 #: rhodecode/templates/admin/repos/repo_edit.html:208
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1982 msgid ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1983 "All actions made on this repository will be accessible to everyone in public "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1984 "journal"
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1985 msgstr "任何人都可以在公共日志上看到这个版本库上的所有动作"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
1986
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1987 #: rhodecode/templates/admin/repos/repo_edit.html:215
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1988 msgid "Locking"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1989 msgstr "锁定"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1990
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1991 #: rhodecode/templates/admin/repos/repo_edit.html:220
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1992 msgid "Unlock locked repo"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1993 msgstr "解锁版本库"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1994
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1995 #: rhodecode/templates/admin/repos/repo_edit.html:220
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1996 msgid "Confirm to unlock repository"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
1997 msgstr "确认解锁版本库"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1998
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
1999 #: rhodecode/templates/admin/repos/repo_edit.html:223
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2000 msgid "lock repo"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2001 msgstr "锁定版本库"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2002
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2003 #: rhodecode/templates/admin/repos/repo_edit.html:223
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2004 msgid "Confirm to lock repository"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2005 msgstr "确认锁定版本库"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2006
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2007 #: rhodecode/templates/admin/repos/repo_edit.html:224
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2008 msgid "Repository is not locked"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2009 msgstr "版本库未锁定"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2010
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2011 #: rhodecode/templates/admin/repos/repo_edit.html:229
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2012 msgid ""
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2013 "Force locking on repository. Works only when anonymous access is disabled"
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2014 msgstr "强制锁定版本库。只有在禁止匿名访问时候才有效"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2015
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2016 #: rhodecode/templates/admin/repos/repo_edit.html:236
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2017 msgid "Set as fork of"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2018 msgstr "设置 fork 自"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2019
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2020 #: rhodecode/templates/admin/repos/repo_edit.html:245
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2021 msgid "Manually set this repository as a fork of another from the list"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2022 msgstr "从列表中手动设置这个版本库 fork 自另一版本库"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2023
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2024 #: rhodecode/templates/admin/repos/repo_edit.html:251
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2025 #: rhodecode/templates/changeset/changeset_file_comment.html:26
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2026 msgid "Delete"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2027 msgstr "删除"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2028
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2029 #: rhodecode/templates/admin/repos/repo_edit.html:255
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2030 msgid "Remove this repository"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2031 msgstr "删除版本库"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2032
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2033 #: rhodecode/templates/admin/repos/repo_edit.html:255
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2034 #: rhodecode/templates/journal/journal.html:84
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2035 msgid "Confirm to delete this repository"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2036 msgstr "确认删除版本库"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2037
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2038 #: rhodecode/templates/admin/repos/repo_edit.html:259
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2039 msgid ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2040 "This repository will be renamed in a special way in order to be unaccesible "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2041 "for RhodeCode and VCS systems.\n"
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2042 " If you need fully delete it from filesystem please "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2043 "do it manually"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2044 msgstr ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2045 "这个版本库将以特殊的方式重命名这样 RhodeCode 和版本控制系统将不能访问它。\n"
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2046 " 如果需要从文件系统完全删除,你需要手动操作"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2047
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2048 #: rhodecode/templates/admin/repos/repo_edit_perms.html:3
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2049 #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:3
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2050 msgid "none"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2051 msgstr "无"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2052
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2053 #: rhodecode/templates/admin/repos/repo_edit_perms.html:4
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2054 #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:4
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2055 msgid "read"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2056 msgstr "读"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2057
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2058 #: rhodecode/templates/admin/repos/repo_edit_perms.html:5
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2059 #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:5
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2060 msgid "write"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2061 msgstr "写"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2062
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2063 #: rhodecode/templates/admin/repos/repo_edit_perms.html:6
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2064 #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:6
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2065 #: rhodecode/templates/admin/users/users.html:85
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2066 #: rhodecode/templates/base/base.html:217
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2067 msgid "admin"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2068 msgstr "管理员"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2069
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2070 #: rhodecode/templates/admin/repos/repo_edit_perms.html:7
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2071 #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:7
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2072 msgid "member"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2073 msgstr "成员"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2074
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2075 #: rhodecode/templates/admin/repos/repo_edit_perms.html:16
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2076 #: rhodecode/templates/data_table/_dt_elements.html:67
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2077 #: rhodecode/templates/journal/journal.html:132
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2078 #: rhodecode/templates/summary/summary.html:76
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2079 msgid "private repository"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2080 msgstr "私有版本库"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2081
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2082 #: rhodecode/templates/admin/repos/repo_edit_perms.html:19
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2083 #: rhodecode/templates/admin/repos/repo_edit_perms.html:28
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2084 #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:18
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2085 msgid "default"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2086 msgstr "默认"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2087
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2088 #: rhodecode/templates/admin/repos/repo_edit_perms.html:33
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
2089 #: rhodecode/templates/admin/repos/repo_edit_perms.html:58
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2090 #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:23
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2091 #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:42
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2092 msgid "revoke"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2093 msgstr "移除"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2094
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2095 #: rhodecode/templates/admin/repos/repo_edit_perms.html:83
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2096 #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:67
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2097 msgid "Add another member"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2098 msgstr "添加成员"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2099
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2100 #: rhodecode/templates/admin/repos/repo_edit_perms.html:97
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2101 #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:81
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2102 msgid "Failed to remove user"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2103 msgstr "删除用户失败"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2104
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2105 #: rhodecode/templates/admin/repos/repo_edit_perms.html:112
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2106 #: rhodecode/templates/admin/repos_groups/repos_group_edit_perms.html:96
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2107 msgid "Failed to remove users group"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2108 msgstr "删除用户组失败"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2109
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2110 #: rhodecode/templates/admin/repos/repos.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2111 msgid "Repositories administration"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2112 msgstr "版本库管理员"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2113
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2114 #: rhodecode/templates/admin/repos_groups/repos_groups.html:8
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2115 msgid "Groups"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2116 msgstr "组"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2117
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2118 #: rhodecode/templates/admin/repos_groups/repos_groups.html:12
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2119 msgid "with"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2120 msgstr "有"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2121
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2122 #: rhodecode/templates/admin/repos_groups/repos_groups_add.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2123 msgid "Add repos group"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2124 msgstr "添加版本库组"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2125
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2126 #: rhodecode/templates/admin/repos_groups/repos_groups_add.html:10
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2127 #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:10
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2128 msgid "Repos groups"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2129 msgstr "版本库组"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2130
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2131 #: rhodecode/templates/admin/repos_groups/repos_groups_add.html:12
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2132 msgid "add new repos group"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2133 msgstr "添加新版本库组"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2134
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2135 #: rhodecode/templates/admin/repos_groups/repos_groups_add.html:50
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2136 #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:50
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2137 msgid "Group parent"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2138 msgstr "上级组"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2139
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2140 #: rhodecode/templates/admin/repos_groups/repos_groups_add.html:58
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2141 #: rhodecode/templates/admin/users/user_add.html:94
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2142 #: rhodecode/templates/admin/users_groups/users_group_add.html:49
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2143 #: rhodecode/templates/admin/users_groups/users_group_edit.html:90
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2144 #: rhodecode/templates/pullrequests/pullrequest_show.html:113
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2145 msgid "save"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2146 msgstr "保存"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2147
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2148 #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2149 msgid "Edit repos group"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2150 msgstr "编辑版本库组"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2151
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2152 #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:12
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2153 msgid "edit repos group"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2154 msgstr "编辑版本库组"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2155
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2156 #: rhodecode/templates/admin/repos_groups/repos_groups_edit.html:70
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2157 msgid ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2158 "Enable lock-by-pulling on group. This option will be applied to all other "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2159 "groups and repositories inside"
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2160 msgstr "启用组的拉取锁定。这个选项将应用到组内的其他组和版本库"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2161
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2162 #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2163 msgid "Repositories groups administration"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2164 msgstr "版本库管理员"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2165
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2166 #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:22
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2167 msgid "ADD NEW GROUP"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2168 msgstr "添加组"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2169
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2170 #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:35
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2171 msgid "Number of toplevel repositories"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2172 msgstr "顶层版本库数量"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2173
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2174 #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:36
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2175 #: rhodecode/templates/admin/users/users.html:87
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2176 #: rhodecode/templates/admin/users_groups/users_groups.html:35
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2177 msgid "action"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2178 msgstr "操作"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2179
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2180 #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:54
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2181 #: rhodecode/templates/admin/users/user_edit.html:255
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2182 #: rhodecode/templates/admin/users_groups/users_groups.html:44
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2183 #: rhodecode/templates/data_table/_dt_elements.html:7
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2184 #: rhodecode/templates/data_table/_dt_elements.html:103
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2185 msgid "delete"
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2186 msgstr "删除"
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2187
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2188 #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:54
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2189 #, python-format
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2190 msgid "Confirm to delete this group: %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2191 msgstr "确认删除该版本库组: %s"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2192
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2193 #: rhodecode/templates/admin/repos_groups/repos_groups_show.html:62
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2194 msgid "There are no repositories groups yet"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2195 msgstr "没有版本库组"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2196
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2197 #: rhodecode/templates/admin/settings/hooks.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2198 #: rhodecode/templates/admin/settings/settings.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2199 msgid "Settings administration"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2200 msgstr "设置管理员"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2201
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2202 #: rhodecode/templates/admin/settings/hooks.html:9
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2203 #: rhodecode/templates/admin/settings/settings.html:9
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2204 #: rhodecode/templates/settings/repo_settings.html:13
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2205 msgid "Settings"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2206 msgstr "设置"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2207
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2208 #: rhodecode/templates/admin/settings/hooks.html:24
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2209 msgid "Built in hooks - read only"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2210 msgstr "内建钩子 - 只读"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2211
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2212 #: rhodecode/templates/admin/settings/hooks.html:40
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2213 msgid "Custom hooks"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2214 msgstr "自定义钩子"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2215
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2216 #: rhodecode/templates/admin/settings/hooks.html:56
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2217 msgid "remove"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2218 msgstr "删除"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2219
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2220 #: rhodecode/templates/admin/settings/hooks.html:88
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2221 msgid "Failed to remove hook"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2222 msgstr "移除钩子失败"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2223
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2224 #: rhodecode/templates/admin/settings/settings.html:24
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2225 msgid "Remap and rescan repositories"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2226 msgstr "重新扫描并映射版本库"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2227
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2228 #: rhodecode/templates/admin/settings/settings.html:32
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2229 msgid "rescan option"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2230 msgstr "重新扫描选项"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2231
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2232 #: rhodecode/templates/admin/settings/settings.html:38
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2233 msgid ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2234 "In case a repository was deleted from filesystem and there are leftovers in "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2235 "the database check this option to scan obsolete data in database and remove "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2236 "it."
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2237 msgstr ""
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2238 "如果版本库已经从文件系统删除,但数据库仍然有遗留信息,请勾选该项进行清理"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2239
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2240 #: rhodecode/templates/admin/settings/settings.html:39
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2241 msgid "destroy old data"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2242 msgstr "清理旧数据"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2243
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2244 #: rhodecode/templates/admin/settings/settings.html:41
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2245 msgid ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2246 "Rescan repositories location for new repositories. Also deletes obsolete if "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2247 "`destroy` flag is checked "
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2248 msgstr ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2249 "重新扫描版本库路径以发现新版本库。 同时删除过时的,如果设置有 `destroy` 标志"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2250
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2251 #: rhodecode/templates/admin/settings/settings.html:46
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2252 msgid "Rescan repositories"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2253 msgstr "重新扫描版本库"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2254
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2255 #: rhodecode/templates/admin/settings/settings.html:52
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2256 msgid "Whoosh indexing"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2257 msgstr "Whoosh 索引"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2258
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2259 #: rhodecode/templates/admin/settings/settings.html:60
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2260 msgid "index build option"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2261 msgstr "构建索引选项"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2262
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2263 #: rhodecode/templates/admin/settings/settings.html:65
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2264 msgid "build from scratch"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2265 msgstr "重新建立"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2266
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2267 #: rhodecode/templates/admin/settings/settings.html:71
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2268 msgid "Reindex"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2269 msgstr "重新索引"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2270
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2271 #: rhodecode/templates/admin/settings/settings.html:77
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2272 msgid "Global application settings"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2273 msgstr "全局设置"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2274
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2275 #: rhodecode/templates/admin/settings/settings.html:86
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2276 msgid "Application name"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2277 msgstr "应用名称"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2278
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2279 #: rhodecode/templates/admin/settings/settings.html:95
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2280 msgid "Realm text"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2281 msgstr "Realm text"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2282
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2283 #: rhodecode/templates/admin/settings/settings.html:104
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2284 msgid "GA code"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2285 msgstr "GA code"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2286
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2287 #: rhodecode/templates/admin/settings/settings.html:112
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2288 #: rhodecode/templates/admin/settings/settings.html:167
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2289 #: rhodecode/templates/admin/settings/settings.html:257
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2290 msgid "Save settings"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2291 msgstr "保存设置"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2292
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2293 #: rhodecode/templates/admin/settings/settings.html:119
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2294 msgid "Visualisation settings"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2295 msgstr "可视化设置"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2296
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2297 #: rhodecode/templates/admin/settings/settings.html:128
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2298 msgid "Icons"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2299 msgstr "图标"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2300
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2301 #: rhodecode/templates/admin/settings/settings.html:133
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2302 msgid "Show public repo icon on repositories"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2303 msgstr "显示公共版本库图标"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2304
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2305 #: rhodecode/templates/admin/settings/settings.html:137
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2306 msgid "Show private repo icon on repositories"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2307 msgstr "显示私有版本库图标"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2308
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2309 #: rhodecode/templates/admin/settings/settings.html:144
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2310 msgid "Meta-Tagging"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2311 msgstr "元标记"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2312
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2313 #: rhodecode/templates/admin/settings/settings.html:149
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2314 msgid "Stylify recognised metatags:"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2315 msgstr "样式化识别的元标记"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2316
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2317 #: rhodecode/templates/admin/settings/settings.html:176
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2318 msgid "VCS settings"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2319 msgstr "版本控制系统设置"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2320
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2321 #: rhodecode/templates/admin/settings/settings.html:185
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2322 msgid "Web"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2323 msgstr "网络"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2324
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2325 #: rhodecode/templates/admin/settings/settings.html:190
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2326 msgid "require ssl for vcs operations"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2327 msgstr "要求使用 SSL进行版本控制系统操作"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2328
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2329 #: rhodecode/templates/admin/settings/settings.html:192
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2330 msgid ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2331 "RhodeCode will require SSL for pushing or pulling. If SSL is missing it will "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2332 "return HTTP Error 406: Not Acceptable"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2333 msgstr ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2334 "勾选后 RhodeCode 将要求使用 SSL 进行推送和拉取。如果没有使用 SSL 将返回 HTTP "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2335 "406错误:Not Acceptable"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2336
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2337 #: rhodecode/templates/admin/settings/settings.html:198
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2338 msgid "Hooks"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2339 msgstr "钩子"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2340
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2341 #: rhodecode/templates/admin/settings/settings.html:203
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2342 msgid "Update repository after push (hg update)"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2343 msgstr "推送后更新版本库(hg update)"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2344
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2345 #: rhodecode/templates/admin/settings/settings.html:207
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2346 msgid "Show repository size after push"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2347 msgstr "推送后显示版本库大小"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2348
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2349 #: rhodecode/templates/admin/settings/settings.html:211
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2350 msgid "Log user push commands"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2351 msgstr "记录用户推送命令"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2352
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2353 #: rhodecode/templates/admin/settings/settings.html:215
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2354 msgid "Log user pull commands"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2355 msgstr "记录用户拉取命令"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2356
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2357 #: rhodecode/templates/admin/settings/settings.html:219
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2358 msgid "advanced setup"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2359 msgstr "高级设置"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2360
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2361 #: rhodecode/templates/admin/settings/settings.html:224
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2362 msgid "Mercurial Extensions"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2363 msgstr "Mercurial 扩展"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2364
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2365 #: rhodecode/templates/admin/settings/settings.html:229
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2366 msgid "largefiles extensions"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2367 msgstr "大文件扩展"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2368
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2369 #: rhodecode/templates/admin/settings/settings.html:233
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2370 msgid "hgsubversion extensions"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2371 msgstr "hgsubversion 扩展"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2372
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2373 #: rhodecode/templates/admin/settings/settings.html:235
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2374 msgid ""
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2375 "Requires hgsubversion library installed. Allows clonning from svn remote "
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2376 "locations"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2377 msgstr " 允许从远程 svn 地址克隆。需要安装 hgsubversion 库"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2378
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2379 #: rhodecode/templates/admin/settings/settings.html:245
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2380 msgid "Repositories location"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2381 msgstr "版本库路径"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2382
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2383 #: rhodecode/templates/admin/settings/settings.html:250
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2384 msgid ""
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2385 "This a crucial application setting. If you are really sure you need to "
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2386 "change this, you must restart application in order to make this setting take "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2387 "effect. Click this label to unlock."
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2388 msgstr "这是一个关键设置。如果确认修改该项设置,请重启服务以便设置生效。"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2389
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2390 #: rhodecode/templates/admin/settings/settings.html:251
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2391 msgid "unlock"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2392 msgstr "解锁"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2393
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2394 #: rhodecode/templates/admin/settings/settings.html:252
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2395 msgid ""
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2396 "Location where repositories are stored. After changing this value a restart, "
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2397 "and rescan is required"
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2398 msgstr "版本库存储路径。 修改后需要重启和重新扫描"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2399
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2400 #: rhodecode/templates/admin/settings/settings.html:272
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2401 msgid "Test Email"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2402 msgstr "测试邮件"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2403
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2404 #: rhodecode/templates/admin/settings/settings.html:280
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2405 msgid "Email to"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2406 msgstr "发送到"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2407
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2408 #: rhodecode/templates/admin/settings/settings.html:288
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2409 msgid "Send"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2410 msgstr "发送"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2411
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2412 #: rhodecode/templates/admin/settings/settings.html:294
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2413 msgid "System Info and Packages"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2414 msgstr "系统和软件包信息"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2415
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2416 #: rhodecode/templates/admin/settings/settings.html:297
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2417 msgid "show"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2418 msgstr "显示"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2419
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2420 #: rhodecode/templates/admin/users/user_add.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2421 msgid "Add user"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2422 msgstr "添加用户"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2423
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2424 #: rhodecode/templates/admin/users/user_add.html:10
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2425 #: rhodecode/templates/admin/users/user_edit.html:11
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2426 msgid "Users"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2427 msgstr "用户"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2428
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2429 #: rhodecode/templates/admin/users/user_add.html:12
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2430 msgid "add new user"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2431 msgstr "添加新用户"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2432
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2433 #: rhodecode/templates/admin/users/user_add.html:50
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2434 msgid "Password confirmation"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2435 msgstr "确认密码"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2436
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2437 #: rhodecode/templates/admin/users/user_add.html:86
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2438 #: rhodecode/templates/admin/users/user_edit.html:113
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2439 #: rhodecode/templates/admin/users_groups/users_group_add.html:41
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2440 #: rhodecode/templates/admin/users_groups/users_group_edit.html:42
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2441 msgid "Active"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2442 msgstr "启用"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2443
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2444 #: rhodecode/templates/admin/users/user_edit.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2445 msgid "Edit user"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2446 msgstr "编辑用户"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2447
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2448 #: rhodecode/templates/admin/users/user_edit.html:34
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
2449 #: rhodecode/templates/admin/users/user_edit_my_account_form.html:10
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2450 msgid "Change your avatar at"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2451 msgstr "修改你的头像"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2452
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2453 #: rhodecode/templates/admin/users/user_edit.html:35
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
2454 #: rhodecode/templates/admin/users/user_edit_my_account_form.html:11
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2455 msgid "Using"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2456 msgstr "使用中"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2457
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2458 #: rhodecode/templates/admin/users/user_edit.html:43
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
2459 #: rhodecode/templates/admin/users/user_edit_my_account_form.html:20
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2460 msgid "API key"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2461 msgstr "API 密钥"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2462
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2463 #: rhodecode/templates/admin/users/user_edit.html:59
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2464 msgid "LDAP DN"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2465 msgstr "LDAP DN"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2466
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2467 #: rhodecode/templates/admin/users/user_edit.html:68
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
2468 #: rhodecode/templates/admin/users/user_edit_my_account_form.html:35
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2469 msgid "New password"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2470 msgstr "新密码"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2471
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2472 #: rhodecode/templates/admin/users/user_edit.html:77
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
2473 #: rhodecode/templates/admin/users/user_edit_my_account_form.html:44
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2474 msgid "New password confirmation"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2475 msgstr "确认新密码"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2476
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2477 #: rhodecode/templates/admin/users/user_edit.html:147
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2478 #: rhodecode/templates/admin/users_groups/users_group_edit.html:108
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2479 msgid "Inherit default permissions"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2480 msgstr "继承默认权限"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2481
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2482 #: rhodecode/templates/admin/users/user_edit.html:152
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2483 #: rhodecode/templates/admin/users_groups/users_group_edit.html:113
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2484 #, python-format
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2485 msgid ""
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2486 "Select to inherit permissions from %s settings. With this selected below "
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2487 "options does not have any action"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2488 msgstr "勾选以从 %s 继承权限设置。 勾选后下面的选项将不起作用"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2489
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2490 #: rhodecode/templates/admin/users/user_edit.html:158
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2491 #: rhodecode/templates/admin/users_groups/users_group_edit.html:119
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2492 msgid "Create repositories"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2493 msgstr "创建版本库"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2494
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2495 #: rhodecode/templates/admin/users/user_edit.html:166
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2496 #: rhodecode/templates/admin/users_groups/users_group_edit.html:127
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2497 msgid "Fork repositories"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2498 msgstr "分支版本库"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2499
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2500 #: rhodecode/templates/admin/users/user_edit.html:186
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2501 #: rhodecode/templates/admin/users/user_edit_my_account_pullrequests.html:22
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2502 #: rhodecode/templates/admin/users/user_edit_my_account_pullrequests.html:39
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2503 msgid "Nothing here yet"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2504 msgstr "无条目"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2505
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2506 #: rhodecode/templates/admin/users/user_edit.html:193
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2507 #: rhodecode/templates/admin/users/user_edit_my_account.html:60
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2508 #: rhodecode/templates/admin/users/user_edit_my_account.html:194
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2509 msgid "Permission"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2510 msgstr "权限"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2511
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2512 #: rhodecode/templates/admin/users/user_edit.html:194
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2513 msgid "Edit Permission"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2514 msgstr "编辑权限"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2515
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2516 #: rhodecode/templates/admin/users/user_edit.html:243
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2517 msgid "Email addresses"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2518 msgstr "邮件地址"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2519
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2520 #: rhodecode/templates/admin/users/user_edit.html:256
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2521 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2522 msgid "Confirm to delete this email: %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2523 msgstr "确认删除邮件地址: %s"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2524
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2525 #: rhodecode/templates/admin/users/user_edit.html:270
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2526 msgid "New email address"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2527 msgstr "增加邮件地址"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2528
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2529 #: rhodecode/templates/admin/users/user_edit.html:277
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2530 msgid "Add"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2531 msgstr "增加"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2532
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2533 #: rhodecode/templates/admin/users/user_edit_my_account.html:5
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2534 #: rhodecode/templates/base/base.html:124
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2535 msgid "My account"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2536 msgstr "我的账户"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2537
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2538 #: rhodecode/templates/admin/users/user_edit_my_account.html:9
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2539 msgid "My Account"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2540 msgstr "我的账户"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2541
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2542 #: rhodecode/templates/admin/users/user_edit_my_account.html:35
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2543 msgid "My permissions"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2544 msgstr "我的权限"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2545
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2546 #: rhodecode/templates/admin/users/user_edit_my_account.html:38
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2547 #: rhodecode/templates/journal/journal.html:41
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2548 msgid "My repos"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2549 msgstr "我的版本库"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2550
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2551 #: rhodecode/templates/admin/users/user_edit_my_account.html:41
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2552 msgid "My pull requests"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2553 msgstr "我的拉取请求"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2554
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2555 #: rhodecode/templates/admin/users/user_edit_my_account.html:45
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2556 msgid "Add repo"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2557 msgstr "新建版本库"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2558
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2559 #: rhodecode/templates/admin/users/user_edit_my_account_pullrequests.html:2
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2560 msgid "Opened by me"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2561 msgstr "我创建的"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2562
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2563 #: rhodecode/templates/admin/users/user_edit_my_account_pullrequests.html:10
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2564 #, python-format
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2565 msgid "Pull request #%s opened on %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2566 msgstr "拉取请求 #%s 创建于 %s"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2567
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2568 #: rhodecode/templates/admin/users/user_edit_my_account_pullrequests.html:15
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2569 msgid "Confirm to delete this pull request"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2570 msgstr "确认删除拉取请求"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2571
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2572 #: rhodecode/templates/admin/users/user_edit_my_account_pullrequests.html:26
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2573 msgid "I participate in"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2574 msgstr "我参与的"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2575
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2576 #: rhodecode/templates/admin/users/user_edit_my_account_pullrequests.html:33
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2577 #: rhodecode/templates/pullrequests/pullrequest_show_all.html:30
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2578 #, python-format
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2579 msgid "Pull request #%s opened by %s on %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2580 msgstr "拉取请求 #%s 由 %s 创建于 %s"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2581
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2582 #: rhodecode/templates/admin/users/user_edit_my_account_repos.html:7
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2583 #: rhodecode/templates/bookmarks/bookmarks.html:40
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2584 #: rhodecode/templates/bookmarks/bookmarks_data.html:9
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2585 #: rhodecode/templates/branches/branches.html:55
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2586 #: rhodecode/templates/journal/journal.html:60
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2587 #: rhodecode/templates/tags/tags.html:40
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2588 #: rhodecode/templates/tags/tags_data.html:9
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2589 msgid "Revision"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2590 msgstr "修订"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2591
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2592 #: rhodecode/templates/admin/users/user_edit_my_account_repos.html:28
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2593 #: rhodecode/templates/journal/journal.html:81
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2594 msgid "private"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2595 msgstr "私有"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2596
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2597 #: rhodecode/templates/admin/users/user_edit_my_account_repos.html:31
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2598 #: rhodecode/templates/data_table/_dt_elements.html:7
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2599 #, python-format
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2600 msgid "Confirm to delete this repository: %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2601 msgstr "确认删除版本库: %s"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2602
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2603 #: rhodecode/templates/admin/users/user_edit_my_account_repos.html:38
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2604 #: rhodecode/templates/journal/journal.html:94
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2605 msgid "No repositories yet"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2606 msgstr "没有任何版本库"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2607
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2608 #: rhodecode/templates/admin/users/user_edit_my_account_repos.html:40
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2609 #: rhodecode/templates/journal/journal.html:96
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2610 msgid "create one now"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2611 msgstr "创建一个"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2612
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2613 #: rhodecode/templates/admin/users/users.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2614 msgid "Users administration"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2615 msgstr "用户管理员"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2616
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2617 #: rhodecode/templates/admin/users/users.html:9
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2618 #: rhodecode/templates/base/base.html:223
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2619 msgid "users"
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2620 msgstr "用户"
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2621
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2622 #: rhodecode/templates/admin/users/users.html:23
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2623 msgid "ADD NEW USER"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2624 msgstr "添加用户"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2625
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2626 #: rhodecode/templates/admin/users/users.html:77
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2627 msgid "username"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2628 msgstr "用户名"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2629
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2630 #: rhodecode/templates/admin/users/users.html:80
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2631 msgid "firstname"
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2632 msgstr "名"
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2633
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2634 #: rhodecode/templates/admin/users/users.html:81
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2635 msgid "lastname"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2636 msgstr "姓"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2637
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2638 #: rhodecode/templates/admin/users/users.html:82
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2639 msgid "last login"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2640 msgstr "最后登录"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2641
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2642 #: rhodecode/templates/admin/users/users.html:84
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2643 #: rhodecode/templates/admin/users_groups/users_groups.html:34
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2644 msgid "active"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2645 msgstr "启用"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2646
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2647 #: rhodecode/templates/admin/users/users.html:86
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2648 #: rhodecode/templates/base/base.html:226
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2649 msgid "ldap"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2650 msgstr "LDAP"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2651
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2652 #: rhodecode/templates/admin/users_groups/users_group_add.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2653 msgid "Add users group"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2654 msgstr "添加用户组"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2655
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2656 #: rhodecode/templates/admin/users_groups/users_group_add.html:10
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2657 #: rhodecode/templates/admin/users_groups/users_groups.html:9
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2658 msgid "Users groups"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2659 msgstr "用户组"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2660
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2661 #: rhodecode/templates/admin/users_groups/users_group_add.html:12
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2662 msgid "add new users group"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2663 msgstr "添加新用户组"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2664
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2665 #: rhodecode/templates/admin/users_groups/users_group_edit.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2666 msgid "Edit users group"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2667 msgstr "编辑用户组"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2668
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2669 #: rhodecode/templates/admin/users_groups/users_group_edit.html:11
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2670 msgid "UsersGroups"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2671 msgstr "用户组"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2672
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2673 #: rhodecode/templates/admin/users_groups/users_group_edit.html:50
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2674 msgid "Members"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2675 msgstr "成员"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2676
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2677 #: rhodecode/templates/admin/users_groups/users_group_edit.html:58
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2678 msgid "Choosen group members"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2679 msgstr "选择组成员"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2680
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2681 #: rhodecode/templates/admin/users_groups/users_group_edit.html:61
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2682 msgid "Remove all elements"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2683 msgstr "移除全部项目"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2684
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2685 #: rhodecode/templates/admin/users_groups/users_group_edit.html:75
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2686 msgid "Available members"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2687 msgstr "启用成员"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2688
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2689 #: rhodecode/templates/admin/users_groups/users_group_edit.html:79
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2690 msgid "Add all elements"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2691 msgstr "添加全部项目"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2692
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2693 #: rhodecode/templates/admin/users_groups/users_group_edit.html:146
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2694 msgid "Group members"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2695 msgstr "拥护者成员"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2696
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2697 #: rhodecode/templates/admin/users_groups/users_groups.html:5
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2698 msgid "Users groups administration"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2699 msgstr "用户组管理"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2700
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2701 #: rhodecode/templates/admin/users_groups/users_groups.html:23
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2702 msgid "ADD NEW USER GROUP"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2703 msgstr "添加新用户组"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2704
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2705 #: rhodecode/templates/admin/users_groups/users_groups.html:32
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2706 msgid "group name"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2707 msgstr "组名"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2708
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
2709 #: rhodecode/templates/admin/users_groups/users_groups.html:33
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
2710 #: rhodecode/templates/base/root.html:46
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
2711 msgid "members"
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
2712 msgstr "成员"
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
2713
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2714 #: rhodecode/templates/admin/users_groups/users_groups.html:45
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2715 #, python-format
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2716 msgid "Confirm to delete this users group: %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2717 msgstr "确认删除该组: %s"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2718
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2719 #: rhodecode/templates/base/base.html:41
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2720 msgid "Submit a bug"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2721 msgstr "提交 bug"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2722
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2723 #: rhodecode/templates/base/base.html:77
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2724 msgid "Login to your account"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2725 msgstr "登录"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2726
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2727 #: rhodecode/templates/base/base.html:100
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2728 msgid "Forgot password ?"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2729 msgstr "忘记密码?"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2730
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2731 #: rhodecode/templates/base/base.html:107
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2732 msgid "Log In"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2733 msgstr "登录"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2734
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2735 #: rhodecode/templates/base/base.html:118
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2736 msgid "Inbox"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2737 msgstr "收件箱"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2738
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2739 #: rhodecode/templates/base/base.html:122
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
2740 #: rhodecode/templates/base/base.html:300
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
2741 #: rhodecode/templates/base/base.html:302
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2742 #: rhodecode/templates/base/base.html:304
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2743 #: rhodecode/templates/bookmarks/bookmarks.html:11
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2744 #: rhodecode/templates/branches/branches.html:10
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2745 #: rhodecode/templates/changelog/changelog.html:10
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2746 #: rhodecode/templates/changeset/changeset.html:10
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2747 #: rhodecode/templates/changeset/changeset_range.html:9
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2748 #: rhodecode/templates/compare/compare_diff.html:9
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2749 #: rhodecode/templates/files/file_diff.html:8
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2750 #: rhodecode/templates/files/files.html:8
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2751 #: rhodecode/templates/files/files_add.html:15
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2752 #: rhodecode/templates/files/files_edit.html:15
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2753 #: rhodecode/templates/followers/followers.html:9
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2754 #: rhodecode/templates/forks/fork.html:9
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2755 #: rhodecode/templates/forks/forks.html:9
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2756 #: rhodecode/templates/pullrequests/pullrequest.html:8
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2757 #: rhodecode/templates/pullrequests/pullrequest_show.html:8
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2758 #: rhodecode/templates/pullrequests/pullrequest_show_all.html:8
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2759 #: rhodecode/templates/settings/repo_settings.html:9
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2760 #: rhodecode/templates/shortlog/shortlog.html:10
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2761 #: rhodecode/templates/summary/summary.html:8
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2762 #: rhodecode/templates/tags/tags.html:11
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2763 msgid "Home"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2764 msgstr "首页"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2765
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2766 #: rhodecode/templates/base/base.html:123
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
2767 #: rhodecode/templates/base/base.html:309
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
2768 #: rhodecode/templates/base/base.html:311
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2769 #: rhodecode/templates/base/base.html:313
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2770 #: rhodecode/templates/journal/journal.html:4
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2771 #: rhodecode/templates/journal/journal.html:21
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2772 #: rhodecode/templates/journal/public_journal.html:4
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2773 msgid "Journal"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2774 msgstr "日志"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2775
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2776 #: rhodecode/templates/base/base.html:125
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2777 msgid "Log Out"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2778 msgstr "退出"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2779
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2780 #: rhodecode/templates/base/base.html:144
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2781 msgid "Switch repository"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2782 msgstr "切换版本库"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2783
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2784 #: rhodecode/templates/base/base.html:146
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2785 msgid "Products"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2786 msgstr "产品"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2787
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2788 #: rhodecode/templates/base/base.html:152
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2789 #: rhodecode/templates/base/base.html:182
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2790 msgid "loading..."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2791 msgstr "载入中..."
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2792
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2793 #: rhodecode/templates/base/base.html:158
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2794 #: rhodecode/templates/base/base.html:160
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2795 #: rhodecode/templates/base/base.html:162
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2796 #: rhodecode/templates/data_table/_dt_elements.html:15
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2797 #: rhodecode/templates/data_table/_dt_elements.html:17
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2798 #: rhodecode/templates/data_table/_dt_elements.html:19
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2799 msgid "Summary"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2800 msgstr "概况"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2801
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2802 #: rhodecode/templates/base/base.html:166
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2803 #: rhodecode/templates/base/base.html:168
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2804 #: rhodecode/templates/base/base.html:170
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2805 #: rhodecode/templates/changelog/changelog.html:15
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2806 #: rhodecode/templates/data_table/_dt_elements.html:23
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2807 #: rhodecode/templates/data_table/_dt_elements.html:25
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2808 #: rhodecode/templates/data_table/_dt_elements.html:27
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2809 msgid "Changelog"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2810 msgstr "修订记录"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2811
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2812 #: rhodecode/templates/base/base.html:175
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2813 #: rhodecode/templates/base/base.html:177
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2814 #: rhodecode/templates/base/base.html:179
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2815 msgid "Switch to"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2816 msgstr "切换到"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2817
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2818 #: rhodecode/templates/base/base.html:186
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2819 #: rhodecode/templates/base/base.html:188
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2820 #: rhodecode/templates/base/base.html:190
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2821 #: rhodecode/templates/data_table/_dt_elements.html:31
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2822 #: rhodecode/templates/data_table/_dt_elements.html:33
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2823 #: rhodecode/templates/data_table/_dt_elements.html:35
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2824 msgid "Files"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2825 msgstr "浏览"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2826
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2827 #: rhodecode/templates/base/base.html:195
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2828 #: rhodecode/templates/base/base.html:199
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2829 msgid "Options"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2830 msgstr "选项"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2831
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2832 #: rhodecode/templates/base/base.html:204
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2833 #: rhodecode/templates/base/base.html:206
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2834 #: rhodecode/templates/base/base.html:227
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2835 msgid "settings"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2836 msgstr "设置"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2837
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2838 #: rhodecode/templates/base/base.html:209
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2839 #: rhodecode/templates/data_table/_dt_elements.html:80
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2840 #: rhodecode/templates/forks/fork.html:13
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2841 msgid "fork"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2842 msgstr "分支"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2843
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2844 #: rhodecode/templates/base/base.html:211
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2845 #: rhodecode/templates/changelog/changelog.html:40
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
2846 msgid "Open new pull request"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2847 msgstr "新建拉取请求"
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
2848
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2849 #: rhodecode/templates/base/base.html:213
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2850 msgid "search"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2851 msgstr "搜索"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2852
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2853 #: rhodecode/templates/base/base.html:222
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2854 msgid "repositories groups"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2855 msgstr "版本库组"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2856
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2857 #: rhodecode/templates/base/base.html:224
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
2858 msgid "users groups"
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
2859 msgstr "用户组"
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
2860
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2861 #: rhodecode/templates/base/base.html:225
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2862 msgid "permissions"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2863 msgstr "权限"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2864
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
2865 #: rhodecode/templates/base/base.html:238
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2866 #: rhodecode/templates/base/base.html:240
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2867 msgid "Followers"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2868 msgstr "关注者"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2869
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
2870 #: rhodecode/templates/base/base.html:246
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2871 #: rhodecode/templates/base/base.html:248
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2872 msgid "Forks"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2873 msgstr "分支"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2874
2575
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
2875 #: rhodecode/templates/base/base.html:327
f9603966f100 Updated i18n files
Marcin Kuzminski <marcin@python-works.com>
parents: 2574
diff changeset
2876 #: rhodecode/templates/base/base.html:329
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2877 #: rhodecode/templates/base/base.html:331
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2878 #: rhodecode/templates/search/search.html:52
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2879 msgid "Search"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2880 msgstr "搜索"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2881
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
2882 #: rhodecode/templates/base/root.html:42
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2883 msgid "add another comment"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2884 msgstr "添加新的评论"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2885
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
2886 #: rhodecode/templates/base/root.html:43
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2887 #: rhodecode/templates/journal/journal.html:120
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2888 #: rhodecode/templates/summary/summary.html:57
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2889 msgid "Stop following this repository"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2890 msgstr "停止关注该版本库"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2891
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
2892 #: rhodecode/templates/base/root.html:44
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2893 #: rhodecode/templates/summary/summary.html:61
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2894 msgid "Start following this repository"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2895 msgstr "开始关注该版本库"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2896
2376
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
2897 #: rhodecode/templates/base/root.html:45
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
2898 msgid "Group"
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
2899 msgstr "组"
679363531571 Updated Journal messages + i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2341
diff changeset
2900
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2901 #: rhodecode/templates/base/root.html:47
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2902 msgid "search truncated"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2903 msgstr "搜索被截断"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2904
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2905 #: rhodecode/templates/base/root.html:48
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2906 msgid "no matching files"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2907 msgstr "没有符合的文件"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2908
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2909 #: rhodecode/templates/bookmarks/bookmarks.html:5
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2910 #, python-format
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2911 msgid "%s Bookmarks"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2912 msgstr "%s 书签"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2913
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2914 #: rhodecode/templates/bookmarks/bookmarks.html:39
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2915 #: rhodecode/templates/bookmarks/bookmarks_data.html:8
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2916 #: rhodecode/templates/branches/branches.html:54
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2917 #: rhodecode/templates/tags/tags.html:39
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2918 #: rhodecode/templates/tags/tags_data.html:8
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2919 msgid "Author"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2920 msgstr "作者"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2921
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2922 #: rhodecode/templates/branches/branches.html:5
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2923 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2924 msgid "%s Branches"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2925 msgstr "%s 分支"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2926
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2927 #: rhodecode/templates/branches/branches.html:29
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2928 msgid "Compare branches"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2929 msgstr "比较分支"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2930
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2931 #: rhodecode/templates/branches/branches.html:57
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2932 #: rhodecode/templates/compare/compare_diff.html:5
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2933 #: rhodecode/templates/compare/compare_diff.html:13
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2934 msgid "Compare"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2935 msgstr "比较显示"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2936
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2937 #: rhodecode/templates/branches/branches_data.html:6
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2938 msgid "name"
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2939 msgstr "名称"
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2940
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2941 #: rhodecode/templates/branches/branches_data.html:7
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2942 msgid "date"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2943 msgstr "日期"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2944
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2945 #: rhodecode/templates/branches/branches_data.html:8
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2946 #: rhodecode/templates/shortlog/shortlog_data.html:8
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2947 msgid "author"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2948 msgstr "作者"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2949
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2950 #: rhodecode/templates/branches/branches_data.html:9
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2951 #: rhodecode/templates/shortlog/shortlog_data.html:5
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2952 msgid "revision"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2953 msgstr "修订"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2954
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2955 #: rhodecode/templates/branches/branches_data.html:10
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2956 msgid "compare"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2957 msgstr "比较显示"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2958
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2959 #: rhodecode/templates/changelog/changelog.html:6
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2960 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2961 msgid "%s Changelog"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2962 msgstr "%s 修订记录"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2963
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2964 #: rhodecode/templates/changelog/changelog.html:15
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2965 #, python-format
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2966 msgid "showing %d out of %d revision"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2967 msgid_plural "showing %d out of %d revisions"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2968 msgstr[0] "显示 %2d 中的 %1d 个版本"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2969
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2970 #: rhodecode/templates/changelog/changelog.html:37
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2971 #: rhodecode/templates/forks/forks_data.html:19
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2972 #, python-format
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2973 msgid "compare fork with %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2974 msgstr "与 %s 比较"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2975
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2976 #: rhodecode/templates/changelog/changelog.html:37
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
2977 #: rhodecode/templates/forks/forks_data.html:21
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2978 msgid "Compare fork"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2979 msgstr "比较分支"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2980
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2981 #: rhodecode/templates/changelog/changelog.html:46
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2982 msgid "Show"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2983 msgstr "显示"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2984
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2985 #: rhodecode/templates/changelog/changelog.html:72
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2986 #: rhodecode/templates/summary/summary.html:364
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2987 msgid "show more"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2988 msgstr "显示更多"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
2989
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2990 #: rhodecode/templates/changelog/changelog.html:76
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2991 msgid "Affected number of files, click to show more details"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2992 msgstr "影响的文件数,点击显示详细信息"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
2993
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
2994 #: rhodecode/templates/changelog/changelog.html:89
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2995 #: rhodecode/templates/changeset/changeset.html:38
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2996 #: rhodecode/templates/changeset/changeset_file_comment.html:20
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2997 #: rhodecode/templates/changeset/changeset_range.html:46
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
2998 msgid "Changeset status"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
2999 msgstr "修订集状态"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3000
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3001 #: rhodecode/templates/changelog/changelog.html:92
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3002 msgid "Click to open associated pull request"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3003 msgstr "点击建立相关的拉取请求"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3004
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3005 #: rhodecode/templates/changelog/changelog.html:102
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3006 #: rhodecode/templates/changeset/changeset.html:78
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3007 msgid "Parent"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3008 msgstr "父版本"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3009
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3010 #: rhodecode/templates/changelog/changelog.html:108
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3011 #: rhodecode/templates/changeset/changeset.html:84
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3012 msgid "No parents"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3013 msgstr "无父版本"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3014
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3015 #: rhodecode/templates/changelog/changelog.html:113
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3016 #: rhodecode/templates/changeset/changeset.html:88
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3017 msgid "merge"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3018 msgstr "合并"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3019
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3020 #: rhodecode/templates/changelog/changelog.html:116
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3021 #: rhodecode/templates/changeset/changeset.html:91
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3022 #: rhodecode/templates/files/files.html:29
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3023 #: rhodecode/templates/files/files_add.html:33
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3024 #: rhodecode/templates/files/files_edit.html:33
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3025 #: rhodecode/templates/shortlog/shortlog_data.html:9
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3026 msgid "branch"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3027 msgstr "分支"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3028
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3029 #: rhodecode/templates/changelog/changelog.html:122
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3030 msgid "bookmark"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3031 msgstr "书签"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3032
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3033 #: rhodecode/templates/changelog/changelog.html:128
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3034 #: rhodecode/templates/changeset/changeset.html:96
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3035 msgid "tag"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3036 msgstr "标签"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3037
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3038 #: rhodecode/templates/changelog/changelog.html:164
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3039 msgid "Show selected changes __S -> __E"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3040 msgstr "显示选定的修订集 __S -> __E"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3041
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3042 #: rhodecode/templates/changelog/changelog.html:255
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3043 msgid "There are no changes yet"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3044 msgstr "没有任何变更"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3045
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3046 #: rhodecode/templates/changelog/changelog_details.html:4
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3047 #: rhodecode/templates/changeset/changeset.html:66
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3048 msgid "removed"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3049 msgstr "移除"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3050
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3051 #: rhodecode/templates/changelog/changelog_details.html:5
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3052 #: rhodecode/templates/changeset/changeset.html:67
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3053 msgid "changed"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3054 msgstr "修改"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3055
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3056 #: rhodecode/templates/changelog/changelog_details.html:6
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3057 #: rhodecode/templates/changeset/changeset.html:68
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3058 msgid "added"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3059 msgstr "添加"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3060
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3061 #: rhodecode/templates/changelog/changelog_details.html:8
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3062 #: rhodecode/templates/changelog/changelog_details.html:9
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3063 #: rhodecode/templates/changelog/changelog_details.html:10
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3064 #: rhodecode/templates/changeset/changeset.html:70
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3065 #: rhodecode/templates/changeset/changeset.html:71
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3066 #: rhodecode/templates/changeset/changeset.html:72
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3067 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3068 msgid "affected %s files"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3069 msgstr "影响 %s 文件"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3070
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3071 #: rhodecode/templates/changeset/changeset.html:6
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3072 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3073 msgid "%s Changeset"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3074 msgstr "%s 修订集"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3075
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3076 #: rhodecode/templates/changeset/changeset.html:14
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3077 msgid "Changeset"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3078 msgstr "修订集"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3079
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3080 #: rhodecode/templates/changeset/changeset.html:43
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3081 #: rhodecode/templates/changeset/diff_block.html:20
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3082 msgid "raw diff"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3083 msgstr "原始 diff"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3084
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3085 #: rhodecode/templates/changeset/changeset.html:44
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3086 #: rhodecode/templates/changeset/diff_block.html:21
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3087 msgid "download diff"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3088 msgstr "下载 diff"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3089
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3090 #: rhodecode/templates/changeset/changeset.html:48
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3091 #: rhodecode/templates/changeset/changeset_file_comment.html:82
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3092 #, python-format
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3093 msgid "%d comment"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3094 msgid_plural "%d comments"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3095 msgstr[0] "%d 条评论"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3096
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3097 #: rhodecode/templates/changeset/changeset.html:48
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3098 #: rhodecode/templates/changeset/changeset_file_comment.html:82
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3099 #, python-format
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3100 msgid "(%d inline)"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3101 msgid_plural "(%d inline)"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3102 msgstr[0] "(%d 内嵌)"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3103
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3104 #: rhodecode/templates/changeset/changeset.html:103
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3105 #, python-format
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3106 msgid "%s files affected with %s insertions and %s deletions:"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3107 msgstr "%s 个文件受影响包括 %s 行插入和 %s 行删除:"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3108
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3109 #: rhodecode/templates/changeset/changeset.html:119
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3110 msgid "Changeset was too big and was cut off..."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3111 msgstr "修订集太大已被截断......"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3112
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3113 #: rhodecode/templates/changeset/changeset_file_comment.html:42
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3114 msgid "Submitting..."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3115 msgstr "提交中……"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3116
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3117 #: rhodecode/templates/changeset/changeset_file_comment.html:45
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3118 msgid "Commenting on line {1}."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3119 msgstr "在 {1} 行上评论"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3120
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3121 #: rhodecode/templates/changeset/changeset_file_comment.html:46
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3122 #: rhodecode/templates/changeset/changeset_file_comment.html:121
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3123 #, python-format
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3124 msgid "Comments parsed using %s syntax with %s support."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3125 msgstr "评论使用 %s 语法并支持 %s"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3126
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3127 #: rhodecode/templates/changeset/changeset_file_comment.html:48
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3128 #: rhodecode/templates/changeset/changeset_file_comment.html:123
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3129 msgid ""
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3130 "Use @username inside this text to send notification to this RhodeCode user"
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3131 msgstr "在文本中使用 @用户名 以发送通知到该 RhodeCode 用户"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3132
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3133 #: rhodecode/templates/changeset/changeset_file_comment.html:59
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3134 #: rhodecode/templates/changeset/changeset_file_comment.html:138
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3135 msgid "Comment"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3136 msgstr "评论"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3137
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3138 #: rhodecode/templates/changeset/changeset_file_comment.html:60
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3139 #: rhodecode/templates/changeset/changeset_file_comment.html:71
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3140 msgid "Hide"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3141 msgstr "影藏"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3142
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3143 #: rhodecode/templates/changeset/changeset_file_comment.html:67
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3144 msgid "You need to be logged in to comment."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3145 msgstr "必须登录才能评论"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3146
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3147 #: rhodecode/templates/changeset/changeset_file_comment.html:67
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3148 msgid "Login now"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3149 msgstr "现在登陆"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3150
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3151 #: rhodecode/templates/changeset/changeset_file_comment.html:118
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3152 msgid "Leave a comment"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3153 msgstr "发表评论"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3154
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3155 #: rhodecode/templates/changeset/changeset_file_comment.html:124
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3156 msgid "Check this to change current status of code-review for this changeset"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3157 msgstr "勾选以改变这个修订集的代码审查状态"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3158
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3159 #: rhodecode/templates/changeset/changeset_file_comment.html:124
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3160 msgid "change status"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3161 msgstr "改变状态"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3162
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3163 #: rhodecode/templates/changeset/changeset_file_comment.html:140
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3164 msgid "Comment and close"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3165 msgstr "评论并关闭"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3166
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3167 #: rhodecode/templates/changeset/changeset_range.html:5
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3168 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3169 msgid "%s Changesets"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3170 msgstr "%s 修订集"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3171
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3172 #: rhodecode/templates/changeset/changeset_range.html:29
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3173 #: rhodecode/templates/compare/compare_diff.html:29
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3174 msgid "Compare View"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3175 msgstr "比较显示"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3176
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3177 #: rhodecode/templates/changeset/changeset_range.html:54
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3178 #: rhodecode/templates/compare/compare_diff.html:41
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3179 #: rhodecode/templates/pullrequests/pullrequest_show.html:69
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3180 msgid "Files affected"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3181 msgstr "影响文件"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3182
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3183 #: rhodecode/templates/changeset/diff_block.html:19
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3184 msgid "diff"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3185 msgstr "差别"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3186
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3187 #: rhodecode/templates/changeset/diff_block.html:27
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3188 msgid "show inline comments"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3189 msgstr "显示内嵌评论"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3190
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3191 #: rhodecode/templates/compare/compare_cs.html:5
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3192 msgid "No changesets"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3193 msgstr "无修订"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3194
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3195 #: rhodecode/templates/compare/compare_diff.html:37
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3196 msgid "Outgoing changesets"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3197 msgstr "传出修订集"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3198
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3199 #: rhodecode/templates/data_table/_dt_elements.html:39
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3200 #: rhodecode/templates/data_table/_dt_elements.html:41
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3201 #: rhodecode/templates/data_table/_dt_elements.html:43
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3202 msgid "Fork"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3203 msgstr "分支"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3204
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3205 #: rhodecode/templates/data_table/_dt_elements.html:60
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3206 #: rhodecode/templates/journal/journal.html:126
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3207 #: rhodecode/templates/summary/summary.html:68
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3208 msgid "Mercurial repository"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3209 msgstr "Mercurial 版本库"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3210
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3211 #: rhodecode/templates/data_table/_dt_elements.html:62
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3212 #: rhodecode/templates/journal/journal.html:128
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3213 #: rhodecode/templates/summary/summary.html:71
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3214 msgid "Git repository"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3215 msgstr "Git 版本库"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3216
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3217 #: rhodecode/templates/data_table/_dt_elements.html:69
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3218 #: rhodecode/templates/journal/journal.html:134
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3219 #: rhodecode/templates/summary/summary.html:78
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3220 msgid "public repository"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3221 msgstr "公共版本库"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3222
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3223 #: rhodecode/templates/data_table/_dt_elements.html:80
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3224 #: rhodecode/templates/summary/summary.html:87
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3225 #: rhodecode/templates/summary/summary.html:88
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3226 msgid "Fork of"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3227 msgstr "分支自"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3228
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3229 #: rhodecode/templates/data_table/_dt_elements.html:92
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3230 msgid "No changesets yet"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3231 msgstr "无修订"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3232
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3233 #: rhodecode/templates/data_table/_dt_elements.html:104
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3234 #, python-format
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3235 msgid "Confirm to delete this user: %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3236 msgstr "确认删除用户: %s"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3237
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3238 #: rhodecode/templates/email_templates/main.html:8
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3239 msgid "This is an notification from RhodeCode."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3240 msgstr "这是 RhodeCode 发送的一个通知。"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3241
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3242 #: rhodecode/templates/errors/error_document.html:46
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3243 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3244 msgid "You will be redirected to %s in %s seconds"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3245 msgstr "%1s 秒后你将重定向到 %2s"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3246
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3247 #: rhodecode/templates/files/file_diff.html:4
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3248 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3249 msgid "%s File diff"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3250 msgstr "%s 文件差异"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3251
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3252 #: rhodecode/templates/files/file_diff.html:12
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3253 msgid "File diff"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3254 msgstr "文件差异"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3255
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3256 #: rhodecode/templates/files/files.html:4
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3257 #: rhodecode/templates/files/files.html:72
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3258 #, python-format
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3259 msgid "%s files"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3260 msgstr "%s 文件"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3261
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3262 #: rhodecode/templates/files/files.html:12
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3263 #: rhodecode/templates/summary/summary.html:340
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3264 msgid "files"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3265 msgstr "文件"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3266
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3267 #: rhodecode/templates/files/files_add.html:4
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3268 #: rhodecode/templates/files/files_edit.html:4
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3269 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3270 msgid "%s Edit file"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3271 msgstr "%s 编辑文件"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3272
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3273 #: rhodecode/templates/files/files_add.html:19
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3274 msgid "add file"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3275 msgstr "新建文件"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3276
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3277 #: rhodecode/templates/files/files_add.html:40
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3278 msgid "Add new file"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3279 msgstr "新建文件"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3280
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3281 #: rhodecode/templates/files/files_add.html:45
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3282 msgid "File Name"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3283 msgstr "文件名"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3284
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3285 #: rhodecode/templates/files/files_add.html:49
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3286 #: rhodecode/templates/files/files_add.html:58
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3287 msgid "or"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3288 msgstr "或者"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3289
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3290 #: rhodecode/templates/files/files_add.html:49
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3291 #: rhodecode/templates/files/files_add.html:54
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3292 msgid "Upload file"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3293 msgstr "上传文件"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3294
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3295 #: rhodecode/templates/files/files_add.html:58
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3296 msgid "Create new file"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3297 msgstr "创建新文件"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3298
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3299 #: rhodecode/templates/files/files_add.html:63
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3300 #: rhodecode/templates/files/files_edit.html:39
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3301 #: rhodecode/templates/files/files_ypjax.html:3
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3302 msgid "Location"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3303 msgstr "位置"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3304
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3305 #: rhodecode/templates/files/files_add.html:67
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3306 msgid "use / to separate directories"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3307 msgstr "使用 / 目录分隔符"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3308
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3309 #: rhodecode/templates/files/files_add.html:77
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3310 #: rhodecode/templates/files/files_edit.html:63
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3311 #: rhodecode/templates/shortlog/shortlog_data.html:6
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3312 msgid "commit message"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3313 msgstr "提交信息"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3314
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3315 #: rhodecode/templates/files/files_add.html:81
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3316 #: rhodecode/templates/files/files_edit.html:67
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3317 msgid "Commit changes"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3318 msgstr "提交修改"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3319
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3320 #: rhodecode/templates/files/files_browser.html:13
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3321 msgid "view"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3322 msgstr "显示"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3323
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3324 #: rhodecode/templates/files/files_browser.html:14
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3325 msgid "previous revision"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3326 msgstr "上一个修订"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3327
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3328 #: rhodecode/templates/files/files_browser.html:16
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3329 msgid "next revision"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3330 msgstr "下一个修订"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3331
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3332 #: rhodecode/templates/files/files_browser.html:23
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3333 msgid "follow current branch"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3334 msgstr "沿着当前分支"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3335
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3336 #: rhodecode/templates/files/files_browser.html:27
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3337 msgid "search file list"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3338 msgstr "搜索文件列表"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3339
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3340 #: rhodecode/templates/files/files_browser.html:31
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3341 #: rhodecode/templates/shortlog/shortlog_data.html:65
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3342 msgid "add new file"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3343 msgstr "新建文件"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3344
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3345 #: rhodecode/templates/files/files_browser.html:35
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3346 msgid "Loading file list..."
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3347 msgstr "加载文件列表..."
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3348
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3349 #: rhodecode/templates/files/files_browser.html:48
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3350 msgid "Size"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3351 msgstr "大小"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3352
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3353 #: rhodecode/templates/files/files_browser.html:49
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3354 msgid "Mimetype"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3355 msgstr "MIME 类型"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3356
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3357 #: rhodecode/templates/files/files_browser.html:50
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3358 msgid "Last Revision"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3359 msgstr "最后修订号"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3360
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3361 #: rhodecode/templates/files/files_browser.html:51
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3362 msgid "Last modified"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3363 msgstr "最后修改于"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3364
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3365 #: rhodecode/templates/files/files_browser.html:52
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3366 msgid "Last commiter"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3367 msgstr "最后提交者"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3368
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3369 #: rhodecode/templates/files/files_edit.html:19
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3370 msgid "edit file"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3371 msgstr "编辑文件"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3372
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3373 #: rhodecode/templates/files/files_edit.html:49
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3374 #: rhodecode/templates/files/files_source.html:38
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3375 msgid "show annotation"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3376 msgstr "显示注释"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3377
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3378 #: rhodecode/templates/files/files_edit.html:50
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3379 #: rhodecode/templates/files/files_source.html:40
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3380 #: rhodecode/templates/files/files_source.html:68
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3381 msgid "show as raw"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3382 msgstr "显示原始文件"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3383
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3384 #: rhodecode/templates/files/files_edit.html:51
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3385 #: rhodecode/templates/files/files_source.html:41
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3386 msgid "download as raw"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3387 msgstr "下载原始文件"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3388
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3389 #: rhodecode/templates/files/files_edit.html:54
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3390 msgid "source"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3391 msgstr "显示源文件"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3392
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3393 #: rhodecode/templates/files/files_edit.html:59
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3394 msgid "Editing file"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3395 msgstr "编辑文件"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3396
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3397 #: rhodecode/templates/files/files_source.html:2
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3398 msgid "History"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3399 msgstr "历史"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3400
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3401 #: rhodecode/templates/files/files_source.html:9
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3402 msgid "diff to revision"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3403 msgstr "比较差异"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3404
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3405 #: rhodecode/templates/files/files_source.html:10
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3406 msgid "show at revision"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3407 msgstr "显示修订"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3408
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3409 #: rhodecode/templates/files/files_source.html:14
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3410 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3411 msgid "%s author"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3412 msgid_plural "%s authors"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3413 msgstr[0] "%s 个作者"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3414
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3415 #: rhodecode/templates/files/files_source.html:36
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3416 msgid "show source"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3417 msgstr "显示代码"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3418
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3419 #: rhodecode/templates/files/files_source.html:59
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3420 #, python-format
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3421 msgid "Binary file (%s)"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3422 msgstr "二进制文件(%s)"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3423
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3424 #: rhodecode/templates/files/files_source.html:68
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3425 msgid "File is too big to display"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3426 msgstr "文件过大,不能显示"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3427
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3428 #: rhodecode/templates/files/files_source.html:124
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3429 msgid "Selection link"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3430 msgstr "选择链接"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3431
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3432 #: rhodecode/templates/files/files_ypjax.html:5
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3433 msgid "annotation"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3434 msgstr "显示注释"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3435
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3436 #: rhodecode/templates/files/files_ypjax.html:15
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3437 msgid "Go back"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3438 msgstr "返回"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3439
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3440 #: rhodecode/templates/files/files_ypjax.html:16
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3441 msgid "No files at given path"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3442 msgstr "指定的路径中没有文件"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3443
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3444 #: rhodecode/templates/followers/followers.html:5
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3445 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3446 msgid "%s Followers"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3447 msgstr "%s 个关注者"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3448
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3449 #: rhodecode/templates/followers/followers.html:13
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3450 msgid "followers"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3451 msgstr "关注者"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3452
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3453 #: rhodecode/templates/followers/followers_data.html:12
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3454 msgid "Started following -"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3455 msgstr "开始关注 - "
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3456
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3457 #: rhodecode/templates/forks/fork.html:5
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3458 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3459 msgid "%s Fork"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3460 msgstr "%s 的分支"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3461
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3462 #: rhodecode/templates/forks/fork.html:31
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3463 msgid "Fork name"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3464 msgstr "分支名"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3465
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3466 #: rhodecode/templates/forks/fork.html:68
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3467 msgid "Private"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3468 msgstr "私有"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3469
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3470 #: rhodecode/templates/forks/fork.html:77
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3471 msgid "Copy permissions"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3472 msgstr "拷贝权限"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3473
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3474 #: rhodecode/templates/forks/fork.html:81
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3475 msgid "Copy permissions from forked repository"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3476 msgstr "从被分支版本库拷贝权限"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3477
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3478 #: rhodecode/templates/forks/fork.html:86
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3479 msgid "Update after clone"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3480 msgstr "克隆后更新"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3481
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3482 #: rhodecode/templates/forks/fork.html:90
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3483 msgid "Checkout source after making a clone"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3484 msgstr "完成克隆后检出源代码"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3485
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3486 #: rhodecode/templates/forks/fork.html:94
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3487 msgid "fork this repository"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3488 msgstr "对该版本库建立分支"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3489
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3490 #: rhodecode/templates/forks/forks.html:5
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3491 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3492 msgid "%s Forks"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3493 msgstr "%s 的分支"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3494
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3495 #: rhodecode/templates/forks/forks.html:13
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3496 msgid "forks"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3497 msgstr "分支"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3498
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3499 #: rhodecode/templates/forks/forks_data.html:17
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3500 msgid "forked"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3501 msgstr "已有分支"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3502
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3503 #: rhodecode/templates/forks/forks_data.html:38
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3504 msgid "There are no forks yet"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3505 msgstr "无分支"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3506
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3507 #: rhodecode/templates/journal/journal.html:13
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3508 msgid "ATOM journal feed"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3509 msgstr "订阅日志 ATOM"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3510
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3511 #: rhodecode/templates/journal/journal.html:14
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3512 msgid "RSS journal feed"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3513 msgstr "订阅日志 RSS"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3514
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3515 #: rhodecode/templates/journal/journal.html:24
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3516 #: rhodecode/templates/pullrequests/pullrequest.html:27
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3517 msgid "Refresh"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3518 msgstr "刷新"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3519
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3520 #: rhodecode/templates/journal/journal.html:27
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3521 #: rhodecode/templates/journal/public_journal.html:24
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3522 msgid "RSS feed"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3523 msgstr "订阅 RSS"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3524
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3525 #: rhodecode/templates/journal/journal.html:30
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3526 #: rhodecode/templates/journal/public_journal.html:27
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3527 msgid "ATOM feed"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3528 msgstr "订阅 ATOM"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3529
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3530 #: rhodecode/templates/journal/journal.html:41
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3531 msgid "Watched"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3532 msgstr "关注的"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3533
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3534 #: rhodecode/templates/journal/journal.html:46
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3535 msgid "ADD"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3536 msgstr "新建版本库"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3537
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3538 #: rhodecode/templates/journal/journal.html:114
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3539 msgid "following user"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3540 msgstr "关注用户"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3541
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3542 #: rhodecode/templates/journal/journal.html:114
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3543 msgid "user"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3544 msgstr "用户"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3545
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3546 #: rhodecode/templates/journal/journal.html:147
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3547 msgid "You are not following any users or repositories"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3548 msgstr "未关注任何用户或版本库"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3549
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3550 #: rhodecode/templates/journal/journal_data.html:47
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3551 msgid "No entries yet"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3552 msgstr "没有条目"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3553
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3554 #: rhodecode/templates/journal/public_journal.html:13
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3555 msgid "ATOM public journal feed"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3556 msgstr "订阅公共日志 ATOM"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3557
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3558 #: rhodecode/templates/journal/public_journal.html:14
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3559 msgid "RSS public journal feed"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3560 msgstr "订阅公共日志 RSS"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3561
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3562 #: rhodecode/templates/journal/public_journal.html:21
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3563 msgid "Public Journal"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3564 msgstr "公共日志"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3565
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3566 #: rhodecode/templates/pullrequests/pullrequest.html:4
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3567 #: rhodecode/templates/pullrequests/pullrequest.html:12
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3568 msgid "New pull request"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3569 msgstr "新建拉取请求"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3570
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3571 #: rhodecode/templates/pullrequests/pullrequest.html:28
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3572 msgid "refresh overview"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3573 msgstr "刷新概览"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3574
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3575 #: rhodecode/templates/pullrequests/pullrequest.html:66
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3576 msgid "Detailed compare view"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3577 msgstr "详细比较显示"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3578
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3579 #: rhodecode/templates/pullrequests/pullrequest.html:70
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3580 #: rhodecode/templates/pullrequests/pullrequest_show.html:82
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3581 msgid "Pull request reviewers"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3582 msgstr "拉取请求检视人员"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3583
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3584 #: rhodecode/templates/pullrequests/pullrequest.html:79
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3585 #: rhodecode/templates/pullrequests/pullrequest_show.html:94
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3586 msgid "owner"
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3587 msgstr "所有者"
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3588
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3589 #: rhodecode/templates/pullrequests/pullrequest.html:91
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3590 #: rhodecode/templates/pullrequests/pullrequest_show.html:109
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3591 msgid "Add reviewer to this pull request."
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3592 msgstr "为这个拉取请求增加检视人员"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3593
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3594 #: rhodecode/templates/pullrequests/pullrequest.html:97
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3595 msgid "Create new pull request"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3596 msgstr "创建新的拉取请求"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3597
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3598 #: rhodecode/templates/pullrequests/pullrequest.html:106
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3599 #: rhodecode/templates/pullrequests/pullrequest_show.html:25
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3600 #: rhodecode/templates/pullrequests/pullrequest_show_all.html:33
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3601 msgid "Title"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3602 msgstr "标题"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3603
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3604 #: rhodecode/templates/pullrequests/pullrequest.html:115
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3605 msgid "description"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3606 msgstr "描述"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3607
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3608 #: rhodecode/templates/pullrequests/pullrequest.html:123
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3609 msgid "Send pull request"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3610 msgstr "发送拉取请求"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3611
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3612 #: rhodecode/templates/pullrequests/pullrequest_show.html:23
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3613 #, python-format
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3614 msgid "Closed %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3615 msgstr "关闭于 %s"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3616
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3617 #: rhodecode/templates/pullrequests/pullrequest_show.html:31
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3618 msgid "Status"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3619 msgstr "状态"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3620
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3621 #: rhodecode/templates/pullrequests/pullrequest_show.html:36
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3622 msgid "Pull request status"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3623 msgstr "拉取请求状态"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3624
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3625 #: rhodecode/templates/pullrequests/pullrequest_show.html:44
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3626 msgid "Still not reviewed by"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3627 msgstr "还未检视的检视人员"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3628
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3629 #: rhodecode/templates/pullrequests/pullrequest_show.html:47
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3630 #, python-format
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3631 msgid "%d reviewer"
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3632 msgid_plural "%d reviewers"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3633 msgstr[0] "%d 个检视者"
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3634
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3635 #: rhodecode/templates/pullrequests/pullrequest_show.html:54
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3636 msgid "Created on"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3637 msgstr "创建于 %s"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3638
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3639 #: rhodecode/templates/pullrequests/pullrequest_show.html:61
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3640 msgid "Compare view"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3641 msgstr "比较显示"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3642
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3643 #: rhodecode/templates/pullrequests/pullrequest_show.html:65
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3644 msgid "Incoming changesets"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3645 msgstr "传入修订集"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3646
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3647 #: rhodecode/templates/pullrequests/pullrequest_show_all.html:4
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3648 msgid "all pull requests"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3649 msgstr "所有拉取请求"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3650
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3651 #: rhodecode/templates/pullrequests/pullrequest_show_all.html:12
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3652 msgid "All pull requests"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3653 msgstr "所有拉取请求"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3654
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3655 #: rhodecode/templates/pullrequests/pullrequest_show_all.html:27
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3656 msgid "Closed"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3657 msgstr "已关闭"
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3658
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3659 # 中文中 repo name 在前面 serch term在后面
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3660 #: rhodecode/templates/search/search.html:6
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3661 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3662 msgid "Search \"%s\" in repository: %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3663 msgstr "在版本库 %2s 中搜索 \"%1s\""
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3664
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3665 #: rhodecode/templates/search/search.html:8
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3666 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3667 msgid "Search \"%s\" in all repositories"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3668 msgstr "在所有的版本库中搜索 \"%s\""
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3669
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3670 #: rhodecode/templates/search/search.html:12
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3671 #: rhodecode/templates/search/search.html:32
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3672 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3673 msgid "Search in repository: %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3674 msgstr "在版本库 %s 中搜索"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3675
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3676 #: rhodecode/templates/search/search.html:14
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3677 #: rhodecode/templates/search/search.html:34
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3678 msgid "Search in all repositories"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3679 msgstr "在所有的版本库中搜索"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3680
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3681 #: rhodecode/templates/search/search.html:48
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3682 msgid "Search term"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3683 msgstr "搜索短语"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3684
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3685 #: rhodecode/templates/search/search.html:60
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3686 msgid "Search in"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3687 msgstr "搜索范围"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3688
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3689 #: rhodecode/templates/search/search.html:63
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3690 msgid "File contents"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3691 msgstr "文件内容"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3692
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3693 #: rhodecode/templates/search/search.html:64
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3694 msgid "Commit messages"
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3695 msgstr "提交信息"
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3696
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3697 #: rhodecode/templates/search/search.html:65
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3698 msgid "File names"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3699 msgstr "文件名"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3700
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3701 #: rhodecode/templates/search/search_commit.html:35
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3702 #: rhodecode/templates/search/search_content.html:21
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3703 #: rhodecode/templates/search/search_path.html:15
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3704 msgid "Permission denied"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3705 msgstr "权限不足"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3706
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3707 #: rhodecode/templates/settings/repo_settings.html:5
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3708 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3709 msgid "%s Settings"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3710 msgstr "%s 设置"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3711
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3712 #: rhodecode/templates/shortlog/shortlog.html:5
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3713 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3714 msgid "%s Shortlog"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3715 msgstr "%s 简短日志"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3716
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3717 #: rhodecode/templates/shortlog/shortlog.html:14
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3718 msgid "shortlog"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3719 msgstr "简短日志"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3720
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3721 #: rhodecode/templates/shortlog/shortlog_data.html:7
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3722 msgid "age"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3723 msgstr "时间"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3724
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3725 #: rhodecode/templates/shortlog/shortlog_data.html:18
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3726 msgid "No commit message"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3727 msgstr "没有提交信息"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3728
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3729 #: rhodecode/templates/shortlog/shortlog_data.html:62
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3730 msgid "Add or upload files directly via RhodeCode"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3731 msgstr "通过 RhodeCode 直接添加或者上传文件"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3732
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3733 #: rhodecode/templates/shortlog/shortlog_data.html:71
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3734 msgid "Push new repo"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3735 msgstr "Push 新版本库"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3736
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3737 #: rhodecode/templates/shortlog/shortlog_data.html:79
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3738 msgid "Existing repository?"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3739 msgstr "现有版本库?"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3740
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3741 #: rhodecode/templates/summary/summary.html:4
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3742 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3743 msgid "%s Summary"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3744 msgstr "%s 概要"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3745
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3746 #: rhodecode/templates/summary/summary.html:12
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3747 msgid "summary"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3748 msgstr "概要"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3749
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3750 #: rhodecode/templates/summary/summary.html:20
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3751 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3752 msgid "repo %s ATOM feed"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3753 msgstr "订阅 ATOM %s"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3754
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3755 #: rhodecode/templates/summary/summary.html:21
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3756 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3757 msgid "repo %s RSS feed"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3758 msgstr "订阅 RSS %s"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3759
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3760 #: rhodecode/templates/summary/summary.html:49
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3761 #: rhodecode/templates/summary/summary.html:52
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3762 msgid "ATOM"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3763 msgstr "ATOM"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3764
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3765 #: rhodecode/templates/summary/summary.html:82
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3766 #, python-format
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3767 msgid "Non changable ID %s"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3768 msgstr "不可变 ID %s"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3769
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3770 #: rhodecode/templates/summary/summary.html:87
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3771 msgid "public"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3772 msgstr "公共"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3773
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3774 #: rhodecode/templates/summary/summary.html:95
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3775 msgid "remote clone"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3776 msgstr "远程克隆"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3777
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3778 #: rhodecode/templates/summary/summary.html:116
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3779 msgid "Contact"
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3780 msgstr "联系方式"
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3781
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3782 #: rhodecode/templates/summary/summary.html:130
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3783 msgid "Clone url"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3784 msgstr "克隆地址"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3785
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3786 #: rhodecode/templates/summary/summary.html:133
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3787 msgid "Show by Name"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3788 msgstr "以名字显示"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3789
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3790 #: rhodecode/templates/summary/summary.html:134
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3791 msgid "Show by ID"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3792 msgstr "以 ID 显示"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3793
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3794 #: rhodecode/templates/summary/summary.html:142
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3795 msgid "Trending files"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3796 msgstr "文件趋势图"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3797
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3798 #: rhodecode/templates/summary/summary.html:150
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3799 #: rhodecode/templates/summary/summary.html:166
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3800 #: rhodecode/templates/summary/summary.html:194
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3801 msgid "enable"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3802 msgstr "启用"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3803
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3804 #: rhodecode/templates/summary/summary.html:158
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3805 msgid "Download"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3806 msgstr "下载"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3807
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3808 #: rhodecode/templates/summary/summary.html:162
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3809 msgid "There are no downloads yet"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3810 msgstr "无下载"
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3811
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3812 #: rhodecode/templates/summary/summary.html:164
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3813 msgid "Downloads are disabled for this repository"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3814 msgstr "这个版本库的下载已经禁用"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3815
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3816 #: rhodecode/templates/summary/summary.html:170
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3817 msgid "Download as zip"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3818 msgstr "下载 zip 包"
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3819
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3820 #: rhodecode/templates/summary/summary.html:173
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3821 msgid "Check this to download archive with subrepos"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3822 msgstr "勾选以下载包含子版本库的压缩包"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3823
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3824 #: rhodecode/templates/summary/summary.html:173
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3825 msgid "with subrepos"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3826 msgstr "包括子版本库"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3827
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3828 #: rhodecode/templates/summary/summary.html:186
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3829 msgid "Commit activity by day / author"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3830 msgstr "按日期或作者的提交活动"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3831
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3832 #: rhodecode/templates/summary/summary.html:197
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3833 msgid "Stats gathered: "
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3834 msgstr "已收集的统计: "
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3835
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3836 #: rhodecode/templates/summary/summary.html:218
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3837 msgid "Shortlog"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3838 msgstr "简短日志"
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3839
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3840 #: rhodecode/templates/summary/summary.html:220
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3841 msgid "Quick start"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3842 msgstr "快速入门"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3843
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3844 #: rhodecode/templates/summary/summary.html:233
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3845 #, python-format
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3846 msgid "Readme file at revision '%s'"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3847 msgstr "修订 '%s' 中的README"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3848
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3849 #: rhodecode/templates/summary/summary.html:236
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3850 msgid "Permalink to this readme"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3851 msgstr "这个 README 的固定链接"
2671
8990d58fb22f i18n update
Marcin Kuzminski <marcin@python-works.com>
parents: 2575
diff changeset
3852
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3853 #: rhodecode/templates/summary/summary.html:293
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3854 #, python-format
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3855 msgid "Download %s as %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3856 msgstr "下载 %s 作为 %s"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3857
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3858 #: rhodecode/templates/summary/summary.html:650
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3859 msgid "commits"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3860 msgstr "提交"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3861
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3862 #: rhodecode/templates/summary/summary.html:651
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3863 msgid "files added"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3864 msgstr "文件已添加"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3865
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3866 #: rhodecode/templates/summary/summary.html:652
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3867 msgid "files changed"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3868 msgstr "文件已更改"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3869
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3870 #: rhodecode/templates/summary/summary.html:653
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3871 msgid "files removed"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3872 msgstr "文件已删除"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3873
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3874 #: rhodecode/templates/summary/summary.html:656
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3875 msgid "commit"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3876 msgstr "提交"
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3877
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3878 #: rhodecode/templates/summary/summary.html:657
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3879 msgid "file added"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3880 msgstr "文件已添加"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3881
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3882 #: rhodecode/templates/summary/summary.html:658
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3883 msgid "file changed"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3884 msgstr "文件已更改"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3885
2774
4bc4e53fd6fe translations updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2671
diff changeset
3886 #: rhodecode/templates/summary/summary.html:659
2332
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3887 msgid "file removed"
17bef51d7616 Simple Chinese Translation
mikespook
parents:
diff changeset
3888 msgstr "文件已删除"
2334
7b356276b051 General i18n update. Now it's going to be a part of BUILD process so it's always upto-date
Marcin Kuzminski <marcin@python-works.com>
parents: 2332
diff changeset
3889
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3890 #: rhodecode/templates/tags/tags.html:5
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3891 #, python-format
2534
7dd87a2f7831 Updated i18n
Marcin Kuzminski <marcin@python-works.com>
parents: 2376
diff changeset
3892 msgid "%s Tags"
2851
3a7627e013c8 Complete translation of zh_CN.
xpol
parents: 2774
diff changeset
3893 msgstr "%s 标签"