liquid_feedback_frontend

view locale/translations.zh-Hans.lua @ 1676:8fde003bdeb0

Added support for alternative DN string
author bsw
date Mon Jun 07 20:58:31 2021 +0200 (2021-06-07)
parents fef745f9e22f
children b27b327be05e
line source
1 #!/usr/bin/env lua
2 return {
3 ["#{closed_ago} ago"] = false;
4 ["#{count} Neutral"] = false;
5 ["#{count} No"] = false;
6 ["#{count} Yes, alternative choice"] = false;
7 ["#{count} Yes, first choice"] = false;
8 ["#{count} canceled"] = "#{count} 个已取消";
9 ["#{count} finished"] = "#{count} 个已结束";
10 ["#{count} in discussion"] = "#{count} 个项目讨论中";
11 ["#{count} in verification"] = "#{count} 个项目验证中";
12 ["#{count} in voting"] = "#{count} 个项目表决中";
13 ["#{count} matching issues found"] = false;
14 ["#{count} matching members found"] = false;
15 ["#{count} more areas in this unit"] = "此单位的另外 #{count} 个领域";
16 ["#{count} new"] = "#{count} 个新的";
17 ["#{count} of them have an area delegation set"] = "其中 #{count} 个已设有领域委任";
18 ["#{count} of your outgoing delegation(s) are broken"] = "您所委任的表决中有 #{count} 个已经毁损";
19 ["#{count} supporter"] = false;
20 ["#{duration}"] = false;
21 ["#{interested_issues_to_vote_count} issue(s) you are interested in"] = "#{interested_issues_to_vote_count} 个您所关心的议题";
22 ["#{interval_text} [interval]"] = false;
23 ["#{interval_text} ago"] = false;
24 ["#{interval_text} left"] = false;
25 ["#{interval} ago"] = false;
26 ["#{issues_to_vote_count} issue(s)"] = "#{issues_to_vote_count} 个议题";
27 ["#{issue} is in voting"] = false;
28 ["#{name}\n\n"] = "#{name}\n\n";
29 ["#{number} Image(s) has been deleted"] = "#{number} 张图片已被刪除";
30 ["#{number} Image(s) has been updated"] = "#{number} 张图片已被更新";
31 ["#{percentage}%"] = false;
32 ["#{policy_name} ##{issue_id}"] = false;
33 ["#{policy} ##{id}"] = false;
34 ["#{result}: #{yes_count} Yes (#{yes_percent}), #{no_count} No (#{no_percent}), #{neutral_count} Abstention (#{neutral_percent})"] = false;
35 ["#{result}: No votes (0)"] = false;
36 ["(+ #{count} potential)"] = false;
37 ["(1) Admission"] = false;
38 ["(1) Admission phase"] = false;
39 ["(2) Discussion"] = false;
40 ["(2) Discussion phase"] = false;
41 ["(3) Verification"] = false;
42 ["(3) Verification phase"] = false;
43 ["(4) Voting"] = false;
44 ["(4) Voting phase"] = false;
45 ["(5) Result"] = false;
46 ["(invited)"] = false;
47 ["(new window)"] = "(新视窗)";
48 ["+ #{weight}"] = "+ #{weight}";
49 ["+ add new subject area"] = false;
50 ["+getElementById("] = false;
51 ["1 matching issue found"] = false;
52 ["1 matching member found"] = false;
53 ["4 phases of a decision"] = false;
54 ["A short title (80 chars max)"] = false;
55 ["API key has been created"] = "API-码已被制造";
56 ["API key has been deleted"] = "API-码已被刪除";
57 ["Abandon global delegation for this area"] = "停止此领域中的全面委任";
58 ["Abandon unit and area delegations for this issue"] = "停止此议题的单位及领域委任";
59 ["Abandon unit delegation"] = false;
60 ["Abandon unit delegation for this area"] = "停止此领域的单位委任";
61 ["About site"] = "关于本站";
62 ["Abstention"] = "弃权";
63 ["Abstention [many entries]"] = "弃权";
64 ["Abstention [single entry]"] = "弃权";
65 ["Accepted at"] = "接受于";
66 ["Account history"] = false;
67 ["Activated"] = false;
68 ["Active?"] = "确定启用?";
69 ["Add a new competing initiative to issue"] = false;
70 ["Add a new suggestion for improvement"] = false;
71 ["Address"] = "地址";
72 ["Admin?"] = "管理员?";
73 ["Administrative notice:"] = false;
74 ["Admission"] = false;
75 ["Admission time"] = "递交期";
76 ["Admitted"] = "已递交";
77 ["All areas in my units"] = "我单位中所有领域";
78 ["All fields are optional. Please enter only data which should be published."] = false;
79 ["All initiatives failed 2nd quorum"] = false;
80 ["All units"] = "所有单位";
81 ["Allowed policies"] = false;
82 ["Apply global delegation for this area (Currently: #{delegate_name} [#{scope}])"] = "对此领域使用全面委任 (目前: #{delegate_name} [#{scope}])";
83 ["Apply global or area delegation for this issue (Currently: #{delegate_name} [#{scope}])"] = "对此议题使用全面或是领域委任 (目前: #{delegate_name} [#{scope}])";
84 ["Apply unit delegation for this area (Currently: #{delegate_name} [#{scope}])"] = "对此领域使用单位委任 (目前: #{delegate_name} [#{scope}])";
85 ["Apply unit or area delegation for this issue (Currently: #{delegate_name} [#{scope}])"] = "对此议题使用单位或领域委任 (目前: #{delegate_name} [#{scope}])";
86 ["Approval (#th preference) [many entries]"] = "赞同 (第 # 顺位)";
87 ["Approval (#th preference) [single entry]"] = "赞同 (第 # 顺位)";
88 ["Approval (first preference) [many entries]"] = "赞同 (第一顺位)";
89 ["Approval (first preference) [single entry]"] = "赞同 (第一顺位)";
90 ["Approval (second preference) [many entries]"] = "赞同 (第二顺位)";
91 ["Approval (second preference) [single entry]"] = "赞同 (第二顺位)";
92 ["Approval (third preference) [many entries]"] = "赞同 (第三顺位)";
93 ["Approval (third preference) [single entry]"] = "赞同 (第三顺位)";
94 ["Approval [many entries]"] = "赞同";
95 ["Approval [single entry]"] = "赞同";
96 ["Approved"] = "通过";
97 ["Are you aware that revoking an initiative is irrevocable?"] = false;
98 ["Area"] = "领域";
99 ["Area delegation"] = "领域委任";
100 ["As long as you are interested in this issue yourself, the delegation is suspended for this issue, but it will be applied again in the voting phase unless you vote yourself."] = false;
101 ["As soon as one initiative of this issue reaches the 1st quorum of #{quorum} support, the issue will proceed to discussion phase."] = false;
102 ["Author"] = "作者";
103 ["Available policies"] = false;
104 ["Avatar"] = "头像";
105 ["Ballot of '#{member_name}'"] = false;
106 ["Become a member"] = "成为成员";
107 ["Before creating a new issue, please check any existant issues before, if the topic is already in discussion."] = false;
108 ["Best not admitted initiative"] = false;
109 ["Birthday"] = "生日";
110 ["Broken delegations"] = "毁损的委任";
111 ["Calculation"] = "计数";
112 ["Can't remove last initiator"] = "无法移除最末位发起者";
113 ["Can't send confirmation email"] = "无法寄送确认电邮";
114 ["Cancel"] = "取消";
115 ["Cancel issue"] = false;
116 ["Cancel issue ##{id}"] = false;
117 ["Canceled by administrative intervention"] = false;
118 ["Change email address"] = "更改电邮地址";
119 ["Change order"] = "更改排序";
120 ["Check and enter personal data"] = false;
121 ["Check your #{scope} delegation to '#{trustee_name}' for '#{context}'"] = false;
122 ["Check your delegations!"] = false;
123 ["Check your outgoing delegations"] = false;
124 ["Choose a formatting engine:"] = false;
125 ["Choose a member to invite"] = false;
126 ["Choose an initiator to remove"] = false;
127 ["Choose member"] = "选择成员";
128 ["Choose timing"] = false;
129 ["Choose your delegatee"] = false;
130 ["Closed"] = "结案";
131 ["Closed issues"] = "已结案议题";
132 ["Closed user group"] = false;
133 ["Collective opinion of supporters"] = "支持者的整体意见";
134 ["Collective rating"] = false;
135 ["Compare"] = "比较";
136 ["Comparision of revisions #{id1} and #{id2}"] = false;
137 ["Competing initiatives"] = false;
138 ["Competing initiatives failed the 2nd quorum (#{num}/#{den}):"] = false;
139 ["Competing initiatives in pairwise comparison to best initiative:"] = false;
140 ["Competing initiatives in pairwise comparison to winner:"] = false;
141 ["Configure notifications now"] = "立即设定通知";
142 ["Confirm"] = "确认";
143 ["Confirm notification address"] = false;
144 ["Confirm your email address"] = false;
145 ["Confirmation code"] = "确认码";
146 ["Confirmation code invalid!"] = "确认码无效!";
147 ["Contacts"] = "通讯录";
148 ["Create a new issue"] = false;
149 ["Create new policy"] = "新增新的规则";
150 ["Create new unit"] = "新增新的单位";
151 ["Created at"] = "新增于";
152 ["Current delegatee"] = false;
153 ["Current name"] = "目前代号";
154 ["Current phase is already closed."] = false;
155 ["Current status"] = "目前状态";
156 ["Current unit and area delegations need confirmation"] = false;
157 ["Current votings in areas you are member of and issues you are interested in:"] = "目前在您的领域或您所关心的议题中正进行的表决:";
158 ["Currently no API key is set."] = "目前並无 API-码被设置.";
159 ["Currently required"] = "目前所需人数";
160 ["Currently this is the only initiative in this issue, because nobody started a competing initiative (yet)."] = false;
161 ["Date format is not valid. Please use following format: YYYY-MM-DD"] = "日期格式无效。请使用下列格式:年年年年-月月-日日,例如:1945-05-23";
162 ["Deactivate member"] = false;
163 ["Default Policy"] = "預设规则";
164 ["Degree"] = "程度";
165 ["Delegate area"] = "领域委任";
166 ["Delegate issue"] = "议题委任";
167 ["Delegate unit"] = "单位委任";
168 ["Delegation abandoned"] = "委任已被停止";
169 ["Delegation turned off for area"] = "对领域的委任被停用";
170 ["Delegation turned off for issue"] = "对议题的委任被停用";
171 ["Delegations"] = "委任清单";
172 ["Describe how the proposal and/or the reasons of the initiative could be improved"] = false;
173 ["Description"] = "描述";
174 ["Details"] = "详细资料";
175 ["Developer settings"] = "开发者设定";
176 ["Did the initiator implement this suggestion?"] = false;
177 ["Direct majority"] = "直接表决多数";
178 ["Direct majority denominator"] = false;
179 ["Direct majority non negative"] = "直接表决多数非否定票";
180 ["Direct majority numerator"] = "直接表决多数分子";
181 ["Direct majority positive"] = "直接表决多数肯定票";
182 ["Disapproval (prefer to last block) [many entries]"] = "否決 (但较偏好此草案于前数个被否決的草案)";
183 ["Disapproval (prefer to last block) [single entry]"] = "否決 (但较偏好此草案于前个被否決的草案)";
184 ["Disapproval (prefer to lower block) [many entries]"] = "否決 (但较偏好此草案于下层被否決的众草案)";
185 ["Disapproval (prefer to lower block) [single entry]"] = "否決 (但较偏好此草案于下层被否決的草案)";
186 ["Disapproval (prefer to lower blocks) [many entries]"] = "否決 (但较偏好此草案于下数层被否決的草案)";
187 ["Disapproval (prefer to lower blocks) [single entry]"] = "否決 (但较偏好此草案于下层被否決的众草案)";
188 ["Disapproval [many entries]"] = "否決";
189 ["Disapproval [single entry]"] = "否決";
190 ["Disapproved"] = false;
191 ["Discard my vote"] = false;
192 ["Discussion"] = "讨论期";
193 ["Discussion #{time_info}"] = false;
194 ["Discussion URL"] = "讨论网址";
195 ["Discussion started"] = "讨论已开始";
196 ["Discussion time"] = "剩余讨论时间";
197 ["Do you really want to irrevocably deactive this member?"] = false;
198 ["Do you want to suggest to support another initiative?"] = false;
199 ["Download"] = "下载";
200 ["Download database export"] = "下载汇出的资料库";
201 ["Download documents"] = "下载文件";
202 ["Draft history"] = false;
203 ["Draft revision #{id}"] = false;
204 ["During the discussion phase, the issue is debated on while the initiators improve the proposals and reasons in their initiatives. Supporters of initiatives can write and rate suggestions for improvement."] = false;
205 ["During the verification phase, existing initiatives cannot be changed anymore. Initiatives need to pass the 2nd quorum of #{quorum} at end of verification phase to become admitted for voting."] = false;
206 ["During the voting phase, votes for all admitted initiatives in this issue can be cast. The final result will be calculated as soon as this phase ends."] = false;
207 ["Edit again"] = false;
208 ["Edit initiative"] = "编辑提案";
209 ["Edit voting comment"] = false;
210 ["Edit your profile data"] = false;
211 ["Eligible as winner"] = "有获选者资格";
212 ["Eligible members (#{count})"] = false;
213 ["Eligible voters"] = "合格投票人";
214 ["Email address"] = "电邮地址";
215 ["Email address confirmation"] = "确认电邮地址";
216 ["Email address for notifications"] = false;
217 ["Email address is confirmed now"] = "电邮地址现已被确认";
218 ["Email address too short!"] = "电邮地址太短!";
219 ["Email confirmation request"] = "申请电邮地址确认";
220 ["Emphasis"] = false;
221 ["Enter a new email address:"] = false;
222 ["Enter a new login name"] = false;
223 ["Enter a new password:"] = false;
224 ["Enter a new screen name:"] = false;
225 ["Enter a title for your initiative (max. 140 chars):"] = false;
226 ["Enter your current password:"] = false;
227 ["Enter your new password again please:"] = false;
228 ["Enter your proposal and/or reasons"] = false;
229 ["Enter your proposal and/or reasons:"] = false;
230 ["Error while converting image. Please note, that only JPG files are supported!"] = "轉換图片错误。请注意,只支援 JPG 檔案!";
231 ["Error while updating member, database reported:<br /><br /> (#{errormessage})"] = "更新成员错误,系统通报错误讯息:<br /><br /> (#{errormessage})";
232 ["Etherpad authentication failed"] = "Etherpad 认证失败";
233 ["External memberships"] = "外部成员";
234 ["External posts"] = "外部职位";
235 ["Failed #{sign}#{num}/#{den}"] = false;
236 ["Failed 1st quorum"] = false;
237 ["Finish delegation check"] = false;
238 ["Finish voting"] = "完成投票";
239 ["Finished with winner"] = false;
240 ["For numbered items use a digit (e.g. 1) followed by a dot (.) and a space"] = false;
241 ["For which issue phases do you like to receive notification emails?"] = false;
242 ["Forgot login name?"] = false;
243 ["Forgot password?"] = false;
244 ["Formatting help"] = false;
245 ["Free timing:"] = false;
246 ["Frozen"] = "底定期";
247 ["Fully frozen at"] = "全底定于";
248 ["Generate API key"] = "产生 API-码";
249 ["Global delegation"] = "全面委任";
250 ["Go back to home page"] = false;
251 ["Half frozen at"] = "半底定于";
252 ["Headlines"] = false;
253 ["Hello\n\n"] = "您好\n\n";
254 ["Hello "] = "您好 ";
255 ["Hello,\n\n"] = false;
256 ["Help #{id}"] = "说明文件 #{id}";
257 ["Hide"] = "隐藏";
258 ["Hide inactive"] = false;
259 ["Hint"] = "提示";
260 ["History"] = "紀录";
261 ["Home"] = "首页";
262 ["How important is your suggestions for you?"] = false;
263 ["How this member voted"] = false;
264 ["I do not like to hear from this member"] = false;
265 ["I do not like to receive notifications by email"] = false;
266 ["I don't like any of the initiative in this issue and I want to add my opinion or counter proposal"] = false;
267 ["I don't like this initiative and I want to add my opinion or counter proposal"] = false;
268 ["I don't like to vote this issue (myself):"] = false;
269 ["I like this initiative and I want to support it"] = false;
270 ["I like to change/revoke my vote:"] = false;
271 ["I like to receive notifications"] = false;
272 ["I like to vote on this issue:"] = false;
273 ["I understand, that this is not revocable"] = false;
274 ["I want to change account settings"] = false;
275 ["I want to change the interface language"] = false;
276 ["I want to customize my profile"] = false;
277 ["I want to deactive this member irrevocably"] = false;
278 ["I want to delegate my vote"] = false;
279 ["I want to delegate this issue"] = false;
280 ["I want to delegate this organizational unit"] = false;
281 ["I want to delegate this subject area"] = false;
282 ["I want to download all data"] = false;
283 ["I want to improve this initiative"] = false;
284 ["I want to know whats going on"] = false;
285 ["I want to learn more about LiquidFeedback"] = false;
286 ["I want to logout"] = false;
287 ["I want to manage my saved contacts"] = false;
288 ["I want to participate in this issue"] = false;
289 ["I want to participate in this subject area"] = false;
290 ["I want to save this member as contact (i.e. to use as delegatee)"] = false;
291 ["I want to start a new initiative"] = false;
292 ["I want to stay informed"] = false;
293 ["I want to take a look at other organizational units"] = false;
294 ["I'm interested in this issue"] = false;
295 ["I'm supporting this initiative"] = false;
296 ["Id"] = "身分";
297 ["Identification"] = "身分";
298 ["If this link is not working, please open following url in your web browser:\n\n"] = "若此连结失效,请于您的浏览器开启下列网址:\n\n";
299 ["If you cannot find any appropriate existing issue, "] = false;
300 ["Implicitly admitted"] = "被默许递交";
301 ["Incoming delegations"] = "受委任的表决";
302 ["Incoming delegations for '#{member_name}'"] = false;
303 ["Incoming delegations for '#{member}'"] = false;
304 ["Indent sub items with spaces"] = false;
305 ["Index"] = "索引";
306 ["Indirect majority"] = "间接多数";
307 ["Indirect majority denominator"] = false;
308 ["Indirect majority non negative"] = "间接多数非否定票";
309 ["Indirect majority numerator"] = "间接多数分子";
310 ["Indirect majority positive"] = "间接多数肯定票";
311 ["Individual ratings"] = false;
312 ["Initiative is revoked now"] = "提案目前被撤销";
313 ["Initiative not admitted"] = false;
314 ["Initiative quorum"] = "提案法定门槛";
315 ["Initiative quorum denominator"] = false;
316 ["Initiative quorum numerator"] = "提案法定门槛分子";
317 ["Initiative revoked"] = "提案被撤销";
318 ["Initiative successfully created"] = "提案新增成功";
319 ["Initiative successfully updated"] = "提案更新成功";
320 ["Initiative: "] = "提案: ";
321 ["Initiatives"] = false;
322 ["Initiatives and issues"] = false;
323 ["Initiatives created by this member"] = false;
324 ["Initiatives that invited you to become initiator:"] = "邀请您成为发起者的提案:";
325 ["Initiator invites"] = "发起者邀请";
326 ["Initiators"] = "发起者";
327 ["Interest already removed"] = false;
328 ["Interest removed"] = "刪除关心议题";
329 ["Interest updated"] = "更新关心议题";
330 ["Interested members"] = "对此关心的成员";
331 ["Internal posts"] = "內部职位";
332 ["Interval format:"] = "期限形式:";
333 ["Introduction"] = false;
334 ["Invalid login name or password!"] = "帐号或是密码无效!";
335 ["Invalid timing"] = false;
336 ["Invitation has been refused"] = "邀请已被婉拒";
337 ["Invitation to LiquidFeedback"] = "邀请至 LiquidFeedback";
338 ["Invite an initiator to initiative"] = "邀请发起者来提案";
339 ["Invite code"] = "邀请码";
340 ["Invite member"] = false;
341 ["Invited"] = "已被邀请";
342 ["Issue #"] = false;
343 ["Issue ##{id}"] = "议题 ##{id}";
344 ["Issue ##{issue_id}: #{initiative_name}"] = false;
345 ["Issue delegation"] = "议题委任";
346 ["Issue has been canceled"] = false;
347 ["Issue quorum"] = "议题法定门槛";
348 ["Issue quorum denominator"] = false;
349 ["Issue quorum numerator"] = "议题法定门槛分子";
350 ["Issue reached next phase"] = "议题进入下个阶段";
351 ["Issues in admission phase"] = false;
352 ["Issues in discussion phase"] = false;
353 ["Issues in verification phase"] = false;
354 ["Issues in voting phase"] = false;
355 ["Issues:"] = "议题:";
356 ["JavaScript is disabled or not available."] = "JavaScript 被停用或尚未安装.";
357 ["Last activity (updated daily)"] = "最新动态 (每日更新)";
358 ["Last counting:"] = false;
359 ["Latest approved issue"] = false;
360 ["Latest disapproved issue"] = false;
361 ["Latest events"] = "最新动态";
362 ["Links"] = false;
363 ["LiquidFeedback"] = "LiquidFeedback";
364 ["Lists"] = false;
365 ["Lists must be preceeded and followed by at least one blank line"] = false;
366 ["Lock member?"] = "封锁成员?";
367 ["Locked?"] = "被封锁?";
368 ["Login"] = "登入";
369 ["Login name"] = "帐号";
370 ["Login name request"] = false;
371 ["Login-Name: "] = false;
372 ["Logout successful"] = "成功登出";
373 ["Make your choice by placing the initiatives"] = false;
374 ["Member"] = "成员";
375 ["Member has been removed from initiators"] = "该成员不再是发起者";
376 ["Member has been removed from your contacts"] = "该成员不再是您的联络人";
377 ["Member has not approved latest draft"] = "该成员尚未通过最新草案";
378 ["Member inactive?"] = "该成员怠惰?";
379 ["Member is already saved in your contacts!"] = "该成员已是您的联络人!";
380 ["Member is not participating in any of the #{count} areas in this unit"] = "该成员不參与此单位中 #{count} 个领域的任何一个";
381 ["Member is not participating in the only area of the unit"] = "该成员不參与此单位中的唯一领域";
382 ["Member is now invited to be initiator"] = "该成员现被邀请为发起者";
383 ["Member list"] = "成员列表";
384 ["Member name"] = "成员代号";
385 ["Member successfully deactivated"] = false;
386 ["Member successfully registered"] = "成员注册成功";
387 ["Member successfully updated"] = "成员更新成功";
388 ["Members"] = "成员";
389 ["Memberships"] = "成员身分";
390 ["Missing help text: #{id}.#{lang}.txt"] = "缺少说明文件: #{id}.#{lang}.txt";
391 ["Mobile phone"] = "行动电话";
392 ["Move down"] = "下移";
393 ["Move up"] = "上移";
394 ["My areas"] = "我的领域";
395 ["Name"] = "使用者代号";
396 ["New"] = "递交期";
397 ["New area"] = false;
398 ["New draft for initiative '#{initiative_name}'"] = false;
399 ["New drafts for #{count} initiative(s) you are supporting"] = "#{count} 个您所支持的提案有新草案";
400 ["New initiative"] = "新提案";
401 ["New initiative draft"] = "新提案之草案";
402 ["New issue"] = "新议题";
403 ["New member"] = false;
404 ["New organizational unit"] = false;
405 ["New passwords does not match."] = "重复输入的新设密码並不吻合";
406 ["New passwords is too short."] = "新设密码太短";
407 ["New policy"] = false;
408 ["New suggestion"] = "新增建议";
409 ["No"] = "否定";
410 ["No (not yet)"] = false;
411 ["No admission needed"] = "无须递交";
412 ["No changes to your images were made"] = "您的图片未被更改";
413 ["No default"] = "无預设值";
414 ["No delegation"] = "无委任";
415 ["No matching issues found"] = false;
416 ["No matching members found"] = false;
417 ["No more events available"] = "无其他动态可选";
418 ["No multistage majority"] = "无多阶段多数";
419 ["No published contacts"] = false;
420 ["No results for this selection"] = false;
421 ["No reverse beat path"] = "无循环性优先顺序";
422 ["No suggestions"] = "无建议";
423 ["No suggestions yet"] = "尚无建议";
424 ["Not a member"] = "非成员";
425 ["Not voted issues"] = "未表决议题";
426 ["Notification address unconfirmed"] = "通知电邮地址尚未被确认";
427 ["Notification email"] = "通知电邮";
428 ["Notification level not set yet"] = "通知等级尚未被设定";
429 ["Notifications"] = false;
430 ["Notifications are only send to you about events in the subject areas you subscribed, the issues you are interested in and the initiatives you are supporting."] = false;
431 ["Number of incoming delegations, follow link to see more details"] = "受委任的表决数,请点入连结以查看详细资料";
432 ["Old password is wrong"] = "旧密码输入错误";
433 ["On that page please enter the confirmation code:\n\n"] = "请在此页面输入确认码:\n\n";
434 ["On that page please enter the invite key:\n\n"] = "请在此页面输入邀请码:\n\n";
435 ["On that page please enter the reset code:\n\n"] = "请在此页面输入重设码:\n\n";
436 ["One issue"] = "一个议题";
437 ["One issue you are interested in"] = "一个您所关心的议题";
438 ["One more area in this unit"] = "此单位的另一个领域";
439 ["One of them have an area delegation set"] = "其中设有一组领域委任";
440 ["Only for issues reaching the discussion phase"] = "限已进入讨论阶段的议题";
441 ["Only for issues reaching the verification phase"] = false;
442 ["Only for issues reaching the voting phase"] = "限已进入表决阶段的议题";
443 ["Open initiatives you are supporting which has been updated their draft:"] = "开启您所支持的提案中有草稿更新者:";
444 ["Open issues"] = "开放性议题";
445 ["Open the appropriate subject area where your issue fits in and follow the instruction on that page."] = false;
446 ["Options"] = "选項";
447 ["Organizational unit"] = "组織单位";
448 ["Organizational units"] = false;
449 ["Organizational units and subject areas"] = false;
450 ["Other failures"] = "其他错误";
451 ["Outgoing delegations"] = "所委任的表决";
452 ["Page not found"] = false;
453 ["Paragraphs"] = false;
454 ["Parent unit"] = "母单位";
455 ["Password"] = "密码";
456 ["Password has been reset successfully"] = "密码重设成功";
457 ["Password reset request"] = "申请密码重设";
458 ["Passwords don't match!"] = "所输入的密码並不吻合";
459 ["Passwords must consist of at least 8 characters!"] = "密码必须至少由 8 个符号组成";
460 ["Personal information"] = false;
461 ["Phase durations"] = false;
462 ["Phone"] = "电话";
463 ["Photo"] = "照片";
464 ["Please choose a login name. This name will not be shown to others and is used only by you to login into the system. The login name is case sensitive."] = "请选择一个帐号。此帐号将不会显示给其他使用者,而只由您在登入时使用。帐号的大小写是有区別的。";
465 ["Please choose a member"] = "请选择一个成员";
466 ["Please choose a name, i.e. your real name or your nick name. This name will be shown to others to identify you."] = "请选择一个使用者代号,例如您的真名或绰号。此使用者代号将会显示给其他使用者,以便辨认您。";
467 ["Please choose a password and enter it twice. The password is case sensitive."] = "请选择一组密码並输入兩次。密码的大小写是有区分的。";
468 ["Please choose a policy"] = "请选择一组规则";
469 ["Please choose a policy for the new issue:"] = false;
470 ["Please choose an area name"] = false;
471 ["Please choose two different versions of the draft to compare"] = "请选择兩个不同版本的草案以比较。";
472 ["Please confirm your email address"] = "请确认您的电邮地址";
473 ["Please confirm your email address by clicking the following link:\n\n"] = "请点击下列连结以确认您的电邮地址:\n\n";
474 ["Please decide for each delegation to confirm or to revoke it!"] = false;
475 ["Please enter a meaningful title for your initiative!"] = false;
476 ["Please enter the email reset code you have received:"] = "请输入您所收到的电邮重设码:";
477 ["Please enter the invite code you've received"] = false;
478 ["Please enter your email address. This address will be used for automatic notifications (if you request them) and in case you've lost your password. This address will not be published. After registration you will receive an email with a confirmation link."] = "请输入您的电邮地址。此地址将为您申请密码重设时自动通知的收件信箱。此电邮地址将不被公开。在注册完成后您将收到一封电邮內含认证此信箱的连结。";
479 ["Please enter your email address. You will receive an email with your login name."] = false;
480 ["Please enter your login name. You will receive an email with a link to reset your password."] = "请输入您的帐号。您将收到一封附有重设密码连结的电子邮件。";
481 ["Please enter your new password twice."] = "请输入您的新密码兩次:";
482 ["Please select your preferred notification level"] = "请选择所偏好的通知等级";
483 ["Policies"] = "规则";
484 ["Policy"] = "规则";
485 ["Policy '#{name}'"] = "规则 '#{name}'";
486 ["Policy list"] = "规则清单";
487 ["Polling mode"] = "计票模式";
488 ["Population"] = "人数";
489 ["Posts"] = "职位";
490 ["Preference comparison"] = false;
491 ["Preference voting"] = false;
492 ["Preview"] = "預览";
493 ["Preview of delegation"] = false;
494 ["Preview of voting ballot"] = false;
495 ["Private contacts"] = false;
496 ["Profession"] = "职業";
497 ["Publish"] = "公开";
498 ["Publish now"] = false;
499 ["Published"] = "已公开";
500 ["Published contacts"] = false;
501 ["Put **double asterisks** around a phrase to make it bold"] = false;
502 ["Put *asterisks* or around a phrase to make it italic"] = false;
503 ["Put a hypen (-) or asterisk (*) followed by a space in front of each item"] = false;
504 ["Quorums"] = false;
505 ["Reached #{sign}#{num}/#{den}"] = false;
506 ["Read and accept the terms and choose a password"] = false;
507 ["Read more"] = false;
508 ["Real name"] = "真名";
509 ["Recover login name"] = false;
510 ["Register new member"] = "登录新成员";
511 ["Registered members (#{count})"] = false;
512 ["Registration"] = "注册";
513 ["Registration (step 1 of 3: Invite code)"] = "注册 (三步骤之一:邀请码)";
514 ["Registration (step 2 of 3: Personal information)"] = "注册 (三步骤之二:个人资料)";
515 ["Registration (step 3 of 3: Terms of use and password)"] = "注册 (三步骤之三:使用条款及密码)";
516 ["Rejected"] = "被婉拒";
517 ["Rejected (rank #{rank})"] = false;
518 ["Remove"] = "移除";
519 ["Remove an initiator from initiative"] = false;
520 ["Remove initiator"] = "移除发起者";
521 ["Rendered"] = "已格式化";
522 ["Request email with login name"] = false;
523 ["Request password reset link"] = "申请重设密码的连结";
524 ["Resend activation email to '#{email}'"] = "重寄启用电邮至 '#{email}'";
525 ["Reset code"] = "重设码";
526 ["Reset code is invalid!"] = "重设码无效";
527 ["Reset password"] = "重设密码";
528 ["Revoke initiative"] = "撤销提案";
529 ["Revoke now"] = false;
530 ["Revoked (during admission)"] = false;
531 ["Revoked (during discussion)"] = false;
532 ["Revoked (during verification)"] = false;
533 ["Revoked at"] = "撤销于";
534 ["Rules of procedure"] = false;
535 ["Save"] = "储存";
536 ["Save new password"] = false;
537 ["Save voting comment"] = false;
538 ["Saved contacts"] = "已存的联络人";
539 ["Schulze rank"] = "Schulze 排序";
540 ["Screen name"] = "使用者代号";
541 ["Search"] = "搜寻";
542 ["Search results for: '#{search}'"] = "'#{search}' 的搜寻结果";
543 ["Search term (only complete words)"] = "关键字 (限完整词汇)";
544 ["Select a notification level"] = false;
545 ["Select language \"#{langcode}\""] = "选择 \"#{langcode}\" 语言";
546 ["Send invite?"] = "送出邀请?";
547 ["Separate each paragraph with at least one blank line"] = false;
548 ["Set URL"] = "设定网址";
549 ["Set area delegation"] = false;
550 ["Set issue delegation"] = false;
551 ["Set unit delegation"] = "设定单位委任";
552 ["Should the initiator implement this suggestion?"] = false;
553 ["Show"] = "显示";
554 ["Show all members"] = false;
555 ["Show full history"] = false;
556 ["Show full member list"] = false;
557 ["Show inactive"] = false;
558 ["Show less"] = false;
559 ["Show member"] = "显示成员";
560 ["Show more and rate this"] = false;
561 ["Show my voting ballot"] = false;
562 ["Show older events"] = "显示较早动态";
563 ["Show policies in use"] = "显示所使用的规则";
564 ["Show policies not in use"] = "显示停用规则";
565 ["Show voting ballot"] = false;
566 ["Sorry, but there is not confirmed email address for your account. Please contact the administrator or support."] = "抱歉,您的帐号並无经认证的电邮地址。请联络管理员或支援。";
567 ["Sorry, but you are currently not invited"] = "抱歉,您目前未受邀请。";
568 ["Sorry, you have reached your personal flood limit. Please be slower..."] = "抱歉,您已经达到个人流量限制。请减缓...";
569 ["Sorry, your contingent for creating initiatives has been used up. Please try again later."] = "抱歉,您的提案申请额度已经用尽。请稍后重试!";
570 ["Source"] = "来源";
571 ["Statement"] = "自述";
572 ["Status"] = "状态";
573 ["Status quo: #{rank}"] = "现状: #{rank}";
574 ["Strict direct majority"] = "严格直接表决多数";
575 ["Strict indirect majority"] = "严格间接多数";
576 ["Structured discussion"] = false;
577 ["Stylesheet URL has been updated"] = "样式网址已更新";
578 ["Subject area subscribed"] = false;
579 ["Subject areas"] = false;
580 ["Subscribed members (#{count})"] = false;
581 ["Subscription already removed"] = false;
582 ["Subscription removed"] = false;
583 ["Suggest no initiative"] = "无建议提案";
584 ["Suggestion"] = "建议";
585 ["Suggestion currently implemented"] = "建议目前被采纳";
586 ["Suggestion currently not implemented"] = "建议目前未被采纳";
587 ["Suggestion does not exist anymore"] = "建议不再存在";
588 ["Suggestion for improvement #{id}"] = false;
589 ["Suggestions"] = "建议";
590 ["Suggestions for improvement (#{count})"] = false;
591 ["Syntax help"] = "Syntax 说明";
592 ["System administration"] = false;
593 ["System settings"] = false;
594 ["Take a look through the existing issues. Maybe someone else started a debate on your topic (and you can join it) or the topic has been decided already in the past."] = false;
595 ["Tell others about this initiative:"] = false;
596 ["Terms of use"] = "使用条款";
597 ["The code you've entered is invalid"] = "您所输入的密码无效";
598 ["The draft of this initiative has been updated!"] = "此提案之草案已被更新!";
599 ["The drafts do not differ"] = "这些草案並无差异";
600 ["The initiative draft has been updated again in the meanwhile, support not updated!"] = false;
601 ["The initiative text has been updated"] = false;
602 ["The initiators suggest to support the following initiative:"] = "提案人建议支持下列提案:";
603 ["The title is the figurehead of your iniative. It should be short but meaningful! As others identifies your initiative by this title, you cannot change it later!"] = false;
604 ["This delegation is suspended, because you voted yourself."] = false;
605 ["This email address is too short!"] = "此电邮地址太短!";
606 ["This initiative"] = "提案";
607 ["This initiative has been revoked at #{revoked} by:"] = false;
608 ["This initiative has not been admitted! It failed the 2nd quorum of #{quorum}."] = false;
609 ["This initiative is already revoked"] = "此提案已撤销";
610 ["This initiative is revoked"] = "此提案被撤销";
611 ["This invite key is connected with the following information:"] = "此邀请码与下列资讯连结:";
612 ["This is the only initiative in this issue, because nobody started a competing initiative."] = false;
613 ["This issue is already closed."] = "此议题已结案。";
614 ["This issue is already frozen."] = "此议题已底定。";
615 ["This issue is closed"] = false;
616 ["This login is already taken, please choose another one!"] = "此帐号已被使用,请另择一!";
617 ["This login is too short!"] = "此帐号太短!";
618 ["This member account has been created at #{created}"] = "该成员帐号于 #{created} 被新增。";
619 ["This member has rejected to become initiator of this initiative"] = "该成员婉拒成为此提案的发起者。";
620 ["This member is already initiator of this initiative"] = "该成员已是此提案的发起者。";
621 ["This member is already invited to become initiator of this initiative"] = "该成员已被邀请成为此提案的发起者。";
622 ["This member is currently participating in this issue."] = false;
623 ["This member is inactive"] = "该成员怠惰";
624 ["This member is locked"] = "该成员被锁定";
625 ["This member is participating, the remaining delegation chain is suspended during discussing."] = false;
626 ["This name is already taken, please choose another one!"] = "此使用者代号已被使用,请另择一!";
627 ["This name is too short!"] = "此使用者代号太短!";
628 ["This screen name is too short!"] = "此使用者代号太短!";
629 ["This service is provided by:"] = "服务提供者为:";
630 ["This service is provided using the following software components:"] = "此服务是经由下列软体组件提供:";
631 ["This suggestion has been meanwhile deleted"] = "此建议已在期间被刪除";
632 ["This title is really too short!"] = "此标题真的太短!";
633 ["This title is too long!"] = false;
634 ["Title"] = "标题";
635 ["To create a competing initiative see below."] = false;
636 ["Trustee has no voting right in this unit"] = "受托人在此单位中无表决权";
637 ["Underline main headlines with ==="] = false;
638 ["Underline sub headlines with ---"] = false;
639 ["Unit"] = "单位";
640 ["Unit delegation"] = "单位委任";
641 ["Unit list"] = "单位列表";
642 ["Unknown author"] = "无名作者";
643 ["Updated drafts"] = "更新的草案";
644 ["Upload avatar/photo"] = "上传头像";
645 ["Use [Text](http://example.com/) for links"] = false;
646 ["Use terms"] = "使用条款";
647 ["Verification"] = false;
648 ["Verification #{time_info}"] = false;
649 ["Verification started"] = "验证开始";
650 ["Verification time"] = "验证期";
651 ["Vote delegation"] = false;
652 ["Voted no"] = "投否定票";
653 ["Voted yes"] = "投肯定票";
654 ["Voters"] = "投票人";
655 ["Voting"] = "表决中";
656 ["Voting #{time_info}"] = false;
657 ["Voting comment"] = "表决评论";
658 ["Voting comment (last updated: #{timestamp})"] = "表决评论 (最后更新:#{timestamp})";
659 ["Voting comment (optional)"] = "表决评论 (自选)";
660 ["Voting comment available"] = "有表决评论";
661 ["Voting for this issue has already begun."] = "对此议题的表决已开始。";
662 ["Voting has not started yet."] = "此表决尚未开始。";
663 ["Voting started"] = "表决已开始";
664 ["Voting time"] = "表决期";
665 ["We couldn't deliver a confirmation mail to this address. Please check entered email address."] = "认证电子邮件无法被寄送。请复查所输入之电邮地址。";
666 ["We have sent an email with activation link already in the last hour. Please try again later."] = "含有启用连结的电子邮件已在过去一小时內寄发,请稍后重试。";
667 ["Website"] = "网站";
668 ["What can I do here?"] = false;
669 ["What this member is currently supporting"] = false;
670 ["Wiki engine"] = "Wiki 软体";
671 ["Wiki engine for statement"] = "编辑自述的 Wiki 软体";
672 ["Withdraw membership"] = "退出成员身分";
673 ["Yes"] = "肯定";
674 ["Yes, it's implemented"] = false;
675 ["You already voted this issue"] = "您已表决过此议题";
676 ["You are already initiator"] = "您已是发起者";
677 ["You are already supporting the latest draft"] = "您已支持最新的草案";
678 ["You are currently not invited to any initiative."] = "您目前无任何提案邀请";
679 ["You are currently not supporting this initiative directly. By adding suggestions to this initiative you will automatically become a potential supporter."] = "您目前並不直接支持此提案。在此提案加入建议,您将自动成为可能支持者!";
680 ["You are initiator of this initiative"] = "您为此提案的发起者";
681 ["You are interested in this issue"] = "您关心此议题";
682 ["You are invited to #{count} initiative(s)"] = "您被邀请參与 #{count} 个提案";
683 ["You are invited to LiquidFeedback. To register please click the following link:\n\n"] = "您被邀请參与 LiquidFeedback。请点击下列连结以注册:\n\n";
684 ["You are invited to become initiator of '#{initiative_name}'"] = false;
685 ["You are invited to become initiator of this initiative"] = false;
686 ["You are member"] = "您是成员";
687 ["You are not eligible to participate"] = false;
688 ["You are not entitled to vote in this unit"] = false;
689 ["You are not participating in any of the #{count} areas in this unit"] = "您並未參与此单位中 #{count} 个领域的任何一个";
690 ["You are not participating in the only area of the unit"] = "您並未參与此单位中的唯一领域";
691 ["You are now initiator of this initiative"] = "您现在是此提案的";
692 ["You are subscribed for this subject area"] = false;
693 ["You are supporter"] = "您是支持者";
694 ["You are supporting this initiative"] = false;
695 ["You blocked this member (i.e. you will not be notified about this members actions)"] = false;
696 ["You can change your email address only once per hour. Please try again later."] = "您只能在一小时內更改电邮地址一次,请稍后重试。";
697 ["You can change your text again anytime during admission and discussion phase"] = false;
698 ["You can choose only members which you have been saved as contact before."] = false;
699 ["You can't suggest the initiative you are revoking"] = "您无法对您所撤销的提案提出建议。";
700 ["You cannot change your text again later, because this issue is already in verfication phase!"] = false;
701 ["You delegated this issue"] = false;
702 ["You delegated this organizational unit"] = false;
703 ["You delegated this subject area"] = false;
704 ["You delegated this unit"] = false;
705 ["You didn't confirm your email address '#{email}' within 7 days."] = "您的电邮地址 '#{email}' 並未在七日內确认。";
706 ["You didn't confirm your email address '#{email}'. You have received an email with an activation link."] = "您尚未确认电邮地址 '#{email}' 。您已收到一封有启用连结的电邮。";
707 ["You didn't save any member as contact yet."] = "您尚未将任何成员存为联络人。";
708 ["You didn't set the level of notifications you like to receive"] = "您尚未设定您的通知层级。";
709 ["You do not like to vote this issue (yourself)"] = false;
710 ["You have been voted"] = false;
711 ["You have not voted #{count} issue(s) you were interested in"] = "您对 #{count} 个您所关心的议题尚未进行表决。";
712 ["You have to mark 'Are you sure' to revoke!"] = "请勾选 '确认' 以撤销";
713 ["You have voted"] = false;
714 ["You have voted via delegation"] = false;
715 ["You may choose one of the ongoing initiatives you are currently supporting"] = false;
716 ["You need to confirm to deactivate!"] = false;
717 ["You refused to become initiator of this initiative"] = false;
718 ["You saved this member as contact (i.e. to use as delegatee)"] = false;
719 ["You saved this member as contact (i.e. to use as delegatee) and others can see it"] = false;
720 ["You've successfully registered and you can login now with your login and password!"] = "您已成功注册並可使用帐号及密码登入!";
721 ["Your avatar is a small photo, which will be shown always next to your name."] = false;
722 ["Your choice"] = false;
723 ["Your email address has been changed, please check for confirmation email with activation link!"] = "您的电邮地址已被更改,请在确认电邮中找寻启用连结!";
724 ["Your login has been changed to '#{login}'"] = "您的帐号已更改为 '#{login}'";
725 ["Your name has been changed"] = "您的代号已被更改";
726 ["Your page has been updated"] = "您的专页已被更新";
727 ["Your password has been updated successfully"] = "密码更改成功";
728 ["Your photo will be shown in your profile."] = false;
729 ["Your rating has been deleted"] = "您的评比已刪除";
730 ["Your rating has been updated"] = "您的评比已更新";
731 ["Your request has been processed."] = false;
732 ["Your suggestion has been added"] = "您的建议已加入";
733 ["Your support has been updated to the latest draft"] = "您的支持已被更新至最新的草案";
734 ["Your vote has been discarded. Delegation rules apply if set."] = "您所做的表决已被舍弃。若已有设置,委任规则便适用。";
735 ["[Name of Language]"] = "简体中文";
736 ["[Not public]"] = false;
737 ["[calculating]"] = false;
738 ["[event mail] URL: #{url}"] = " 网址: #{url}";
739 ["[event mail] Area: #{name}"] = " 领域: #{name}";
740 ["[event mail] Unit: #{name}"] = " 单位: #{name}";
741 ["[event mail] Event: #{event}"] = " 动态: #{event}";
742 ["[event mail] Issue: ##{id}"] = " 议题: ##{id}";
743 ["[event mail] Phase: #{phase}"] = " 阶段: #{phase}";
744 ["[event mail] Policy: #{policy}"] = " 规则: #{policy}";
745 ["[introduction] iniatives and issues"] = false;
746 ["[introduction] organizational units"] = false;
747 ["[introduction] phase 1 admission"] = false;
748 ["[introduction] phase 2 discussion"] = false;
749 ["[introduction] phase 3 verification"] = false;
750 ["[introduction] phase 4 voting"] = false;
751 ["[introduction] preference voting"] = false;
752 ["[introduction] rules of procedure"] = false;
753 ["[introduction] subject areas"] = false;
754 ["[introduction] vote delegation"] = false;
755 ["[not displayed public]"] = "[不公开显示]";
756 ["abandoned"] = "被停用";
757 ["accept invitation"] = false;
758 ["action"] = false;
759 ["activate account"] = false;
760 ["activated"] = "被启用";
761 ["add my interest"] = false;
762 ["add my support"] = false;
763 ["add to my list of private contacts"] = false;
764 ["add to my list of public contacts"] = false;
765 ["add your support (see above) and rate or write new suggestions (and thereby restrict your support to certain conditions if necessary)"] = false;
766 ["all issues"] = false;
767 ["allow invitation again"] = false;
768 ["and"] = false;
769 ["and #{count} more initiatives"] = "之外 #{count} 个提案";
770 ["area"] = "领域";
771 ["at least #{count} approvals"] = "至少 #{count} 票肯定";
772 ["at least #{count} approvals or abstentions"] = "至少 #{count} 票肯定或弃权";
773 ["author"] = false;
774 ["avatar/photo"] = false;
775 ["block this member"] = false;
776 ["browse through the competing initiatives"] = false;
777 ["but"] = false;
778 ["by A-Z"] = false;
779 ["by Z-A"] = false;
780 ["by default only those issues are shown, for which your are eligible to participate (change filters on top of the list)"] = false;
781 ["by latest activity"] = false;
782 ["cancel"] = false;
783 ["cancel issue"] = false;
784 ["cancel issue now"] = false;
785 ["cancel registration"] = false;
786 ["canceled"] = false;
787 ["change avatar/photo"] = false;
788 ["change my vote"] = false;
789 ["change vote"] = false;
790 ["change your login"] = false;
791 ["change your notification email address"] = false;
792 ["change your password"] = false;
793 ["change your screen name"] = false;
794 ["change/revoke area delegation"] = false;
795 ["change/revoke delegation"] = false;
796 ["change/revoke delegation of organizational unit"] = false;
797 ["change/revoke delegation of subject area"] = false;
798 ["change/revoke delegation only for this issue"] = false;
799 ["change/revoke delegation only for this subject area"] = false;
800 ["change/revoke issue delegation"] = false;
801 ["check your "] = false;
802 ["choose delegatee"] = false;
803 ["choose issue delegatee"] = false;
804 ["choose subject area delegatee"] = false;
805 ["collapse subject areas"] = false;
806 ["collective rating:"] = false;
807 ["compare"] = false;
808 ["compare revisions"] = false;
809 ["confirm"] = false;
810 ["confirmed address"] = false;
811 ["database download"] = false;
812 ["day [interval ago]"] = false;
813 ["day [interval time left]"] = false;
814 ["day [interval]"] = false;
815 ["days [interval ago]"] = false;
816 ["days [interval time left]"] = false;
817 ["days [interval]"] = false;
818 ["deactivated"] = "停用";
819 ["delegated to"] = false;
820 ["delegates to"] = "委任给";
821 ["delegation suspended during discussion"] = false;
822 ["delete<br /><br />"] = "刪除<br /><br />";
823 ["developer settings"] = false;
824 ["direct interest"] = false;
825 ["discard"] = false;
826 ["discard my vote"] = false;
827 ["do not notify me about this voting anymore"] = false;
828 ["download database"] = false;
829 ["draft ID"] = false;
830 ["draft history (#{count})"] = false;
831 ["edit profile data"] = false;
832 ["edit proposal and/or reasons"] = false;
833 ["email"] = "电邮";
834 ["ends in #{state_time_left}"] = false;
835 ["ends soon"] = false;
836 ["failed #{quorum}"] = false;
837 ["finished"] = false;
838 ["global"] = "全面";
839 ["hide details"] = false;
840 ["i#{id}: #{name}"] = false;
841 ["if you like to implement a suggestion in your proposal and/or reasons, update your initiative draft"] = false;
842 ["implemented"] = "已被采纳";
843 ["implemented:"] = false;
844 ["in all phases"] = false;
845 ["in my areas"] = false;
846 ["in my units"] = false;
847 ["inactive"] = "不活动的";
848 ["initiated by me"] = false;
849 ["interest via delegation"] = false;
850 ["interested directly or via delegation"] = false;
851 ["invite another initiator"] = false;
852 ["is implemented"] = false;
853 ["is not implemented"] = false;
854 ["issue"] = false;
855 ["issue view"] = false;
856 ["login name"] = "帐号";
857 ["login to participate"] = false;
858 ["logout"] = false;
859 ["make this contact private"] = false;
860 ["make this contact public"] = false;
861 ["member inactive"] = false;
862 ["month [interval ago]"] = false;
863 ["month [interval time left]"] = false;
864 ["month [interval]"] = false;
865 ["months [interval ago]"] = false;
866 ["months [interval time left]"] = false;
867 ["months [interval]"] = false;
868 ["must"] = "必须";
869 ["must be implemented"] = false;
870 ["must not"] = "不可";
871 ["my issues"] = false;
872 ["neutral"] = "中立";
873 ["newest first"] = false;
874 ["no delegation set"] = false;
875 ["no reverse beat path to status quo (including ties)"] = "无循环性优先顺序导至现状 (包括平手)";
876 ["none"] = "无";
877 ["not admitted"] = false;
878 ["not implemented"] = "未被采纳";
879 ["not voted by me"] = false;
880 ["not yet"] = "尚未";
881 ["notification settings"] = false;
882 ["notifications"] = false;
883 ["notifications settings"] = false;
884 ["oldest first"] = false;
885 ["one step back"] = false;
886 ["open the appropriate subject area for your issue and follow the instruction on that page."] = false;
887 ["open the organizational unit, subject area or issue you like to delegate and follow the instruction on that page."] = false;
888 ["or swipe"] = false;
889 ["ordered by delegation count"] = false;
890 ["phase ends soon"] = false;
891 ["possibly instable result caused by multistage majority"] = "因多阶段多数可能导致不稳定结果";
892 ["preference voting"] = false;
893 ["proceed with registration"] = false;
894 ["prohibit potentially instable results caused by multistage majorities"] = "防止因多阶段多数导致潜在不稳定结果";
895 ["public administrative notice:"] = false;
896 ["publish avatar/photo"] = false;
897 ["publish my rating"] = false;
898 ["publish profile data"] = false;
899 ["publish suggestion"] = false;
900 ["published at"] = false;
901 ["reached #{quorum}"] = false;
902 ["refresh my support"] = false;
903 ["refuse invitation"] = false;
904 ["remove an initiator"] = false;
905 ["remove from my contact list"] = false;
906 ["remove my interest"] = false;
907 ["remove my support"] = false;
908 ["reverse beat path to status quo (including ties)"] = "循环性优先顺序导至现状 (包括平手)";
909 ["revoke"] = false;
910 ["revoke initiative"] = false;
911 ["revoked"] = false;
912 ["search"] = false;
913 ["select tabs"] = false;
914 ["should"] = "应当";
915 ["should be implemented"] = false;
916 ["should not"] = "不应";
917 ["show all units"] = false;
918 ["show details"] = false;
919 ["show differences"] = false;
920 ["show other subject areas"] = false;
921 ["show saved contacts"] = false;
922 ["show subject areas"] = false;
923 ["show vote"] = false;
924 ["start a new competing initiative"] = false;
925 ["start an initiative in a new issue"] = false;
926 ["structured discussion"] = false;
927 ["subscribe"] = false;
928 ["subscribe subject areas or add your interested to issues and you will be notified about changes (follow the instruction on the area or issue page)"] = false;
929 ["subscribed"] = false;
930 ["suggestions (#{count}) ↓"] = false;
931 ["supporter"] = false;
932 ["supporter with restricting suggestions"] = false;
933 ["take a look at the competing initiatives"] = false;
934 ["take a look at the suggestions (see left) and rate them"] = false;
935 ["take a look at the suggestions of your supporters"] = false;
936 ["take a look on the issues (see left)"] = false;
937 ["the following login is connected to this email address:\n\n"] = false;
938 ["this issue is in verification phase, therefore the initiative text cannot be updated anymore"] = false;
939 ["this issue is in voting phase, therefore the initiative text cannot be updated anymore"] = false;
940 ["timeline"] = false;
941 ["to argue about suggestions, just add your arguments to your reasons in the initiative draft, so your supporters can learn about your opinion"] = false;
942 ["to reset your password please click on the following link:\n\n"] = "欲重设您的密码请点击下列连结:\n\n";
943 ["to show more info and learn what you can do"] = false;
944 ["today at #{time}"] = false;
945 ["unblock member"] = false;
946 ["unconfirmed address"] = false;
947 ["unit"] = "单位";
948 ["unit / area"] = false;
949 ["unsubscribe"] = false;
950 ["until"] = "直到";
951 ["update area"] = false;
952 ["update member"] = false;
953 ["update policy"] = false;
954 ["update unit"] = false;
955 ["variable"] = "不固定";
956 ["via delegation"] = false;
957 ["vote delegation"] = false;
958 ["vote now"] = false;
959 ["voted and not voted by me"] = false;
960 ["voted by me"] = false;
961 ["voted directly by me"] = false;
962 ["voted no"] = false;
963 ["voted via delegation"] = false;
964 ["voted yes"] = false;
965 ["without"] = "无须";
966 ["without quorum"] = false;
967 ["write a new suggestion"] = false;
968 ["written and rated by the supportes of this initiative to improve the proposal and its reasons"] = false;
969 ["xmpp"] = "Jabber (XMPP)";
970 ["year [interval ago]"] = false;
971 ["year [interval time left]"] = false;
972 ["year [interval]"] = false;
973 ["years [interval ago]"] = false;
974 ["years [interval time left]"] = false;
975 ["years [interval]"] = false;
976 ["yesterday at #{time}"] = false;
977 ["you are interested"] = false;
978 ["you are subscribed"] = false;
979 ["you have #{count} incoming delegations"] = false;
980 ["you restricted your support by rating suggestions as must or must not"] = false;
981 ["you voted"] = false;
982 }

Impressum / About Us