Localisation updates from https://translatewiki.net.
[lhc/web/wiklou.git] / languages / messages / MessagesZh_cn.php
1 <?php
2 /** Chinese (China) (中文(中国大陆)‎)
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 * @author Liangent
11 * @author PhiLiP
12 * @author Shizhao
13 * @author Wong128hk
14 * @author Xiaomingyan
15 * @author 范
16 */
17
18 # Inherit everything for now
19 $fallback = 'zh-hans';
20
21 $messages = array(
22 # User preference toggles
23 'tog-norollbackdiff' => '进行回退后略过差异比较',
24
25 'mytalk' => '讨论',
26
27 # All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage).
28 'portal' => '社区专页',
29
30 # Login and logout pages
31 'createacct-benefit-body1' => '{{PLURAL:$1|次编辑}}',
32 'createacct-benefit-body2' => '
33 {{PLURAL:$1|个页面}}',
34 'createacct-benefit-body3' => '位最近{{PLURAL:$1|贡献者}}',
35
36 # Edit pages
37 'editing' => '编辑“$1”',
38
39 # Tooltip help for the actions
40 'interlanguage-link-title' => '$1 $2',
41
42 );