xref: /dokuwiki/lib/plugins/config/lang/zh/lang.php (revision a783e668b3ca91b33068fe6274c29d62d75b14ef)
1729c3d2eSAndreas Gohr<?php
2729c3d2eSAndreas Gohr/**
3729c3d2eSAndreas Gohr * Chinese(Simplified) language file
4729c3d2eSAndreas Gohr *
5729c3d2eSAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6729c3d2eSAndreas Gohr * @author     ZDYX <zhangduyixiong@gmail.com>
7729c3d2eSAndreas Gohr */
8729c3d2eSAndreas Gohr
9729c3d2eSAndreas Gohr// for admin plugins, the menu prompt to be displayed in the admin menu
10729c3d2eSAndreas Gohr// if set here, the plugin doesn't need to override the getMenuText() method
11729c3d2eSAndreas Gohr$lang['menu']       = '配置设置';
12729c3d2eSAndreas Gohr
13729c3d2eSAndreas Gohr$lang['error']      = '由于非法参数,设置没有更新。请检查您做的改动并重新提交。
14729c3d2eSAndreas Gohr                       <br />非法参数会用红框包围显示。';
15729c3d2eSAndreas Gohr$lang['updated']    = '设置更新成功。';
16729c3d2eSAndreas Gohr$lang['nochoice']   = '(没有其他可用选项)';
17729c3d2eSAndreas Gohr$lang['locked']     = '设置文件无法更新。如果这是您没有意料到的,<br />
18729c3d2eSAndreas Gohr                       请确保本地设置文件的名称和权限设置正确。';
19729c3d2eSAndreas Gohr
20729c3d2eSAndreas Gohr/* --- Config Setting Headers --- */
21729c3d2eSAndreas Gohr$lang['_configuration_manager'] = '配置管理器'; //same as heading in intro.txt
22729c3d2eSAndreas Gohr$lang['_header_dokuwiki'] = 'DokuWiki 设置';
23729c3d2eSAndreas Gohr$lang['_header_plugin'] = '插件设置';
24729c3d2eSAndreas Gohr$lang['_header_template'] = '模板设置';
25729c3d2eSAndreas Gohr$lang['_header_undefined'] = '其他设置';
26729c3d2eSAndreas Gohr
27729c3d2eSAndreas Gohr/* --- Config Setting Groups --- */
28729c3d2eSAndreas Gohr$lang['_basic'] = '基本设置';
29729c3d2eSAndreas Gohr$lang['_display'] = '显示设置';
30729c3d2eSAndreas Gohr$lang['_authentication'] = '认证设置';
31729c3d2eSAndreas Gohr$lang['_anti_spam'] = '反垃圾邮件/评论设置';
32729c3d2eSAndreas Gohr$lang['_editing'] = '编辑设置';
33729c3d2eSAndreas Gohr$lang['_links'] = '链接设置';
34729c3d2eSAndreas Gohr$lang['_media'] = '媒体设置';
35729c3d2eSAndreas Gohr$lang['_advanced'] = '高级设置';
36729c3d2eSAndreas Gohr$lang['_network'] = '网络设置';
37729c3d2eSAndreas Gohr// The settings group name for plugins and templates can be set with
38729c3d2eSAndreas Gohr// plugin_settings_name and template_settings_name respectively. If one
39729c3d2eSAndreas Gohr// of these lang properties is not set, the group name will be generated
40729c3d2eSAndreas Gohr// from the plugin or template name and the localized suffix.
41729c3d2eSAndreas Gohr$lang['_plugin_sufix'] = '插件设置';
42729c3d2eSAndreas Gohr$lang['_template_sufix'] = '模板设置';
43729c3d2eSAndreas Gohr
44729c3d2eSAndreas Gohr/* --- Undefined Setting Messages --- */
45729c3d2eSAndreas Gohr$lang['_msg_setting_undefined'] = '设置的元数据不存在。';
46729c3d2eSAndreas Gohr$lang['_msg_setting_no_class'] = '设置的分类不存在。';
47729c3d2eSAndreas Gohr$lang['_msg_setting_no_default'] = '设置的默认值不存在。';
48729c3d2eSAndreas Gohr
49729c3d2eSAndreas Gohr/* -------------------- Config Options --------------------------- */
50729c3d2eSAndreas Gohr
51729c3d2eSAndreas Gohr$lang['fmode']       = '文件的创建模式';
52729c3d2eSAndreas Gohr$lang['dmode']       = '文件夹的创建模式';
53729c3d2eSAndreas Gohr$lang['lang']        = '语言';
54729c3d2eSAndreas Gohr$lang['basedir']     = '根目录';
55729c3d2eSAndreas Gohr$lang['baseurl']     = '根路径(URL)';
56729c3d2eSAndreas Gohr$lang['savedir']     = '保存数据的目录';
57729c3d2eSAndreas Gohr$lang['start']       = '开始页面的名称';
58729c3d2eSAndreas Gohr$lang['title']       = '维基站点的标题';
59729c3d2eSAndreas Gohr$lang['template']    = '模版';
60729c3d2eSAndreas Gohr$lang['fullpath']    = '在页面底部显示完整路径';
61729c3d2eSAndreas Gohr$lang['recent']      = '最近更新';
62729c3d2eSAndreas Gohr$lang['breadcrumbs'] = '显示“足迹”的数量';
63729c3d2eSAndreas Gohr$lang['youarehere']  = '显示“您在这里”';
64729c3d2eSAndreas Gohr$lang['typography']  = '进行字符替换';
65729c3d2eSAndreas Gohr$lang['htmlok']      = '允许嵌入式 HTML';
66729c3d2eSAndreas Gohr$lang['phpok']       = '允许嵌入式 PHP';
67729c3d2eSAndreas Gohr$lang['dformat']     = '日期格式(参见 PHP 的 <a href="http://www.php.net/date">date</a> 功能)';
68729c3d2eSAndreas Gohr$lang['signature']   = '签名样式';
69729c3d2eSAndreas Gohr$lang['toptoclevel'] = '目录的最顶层';
70729c3d2eSAndreas Gohr$lang['maxtoclevel'] = '目录的最多层次';
71729c3d2eSAndreas Gohr$lang['maxseclevel'] = '段落编辑的最多层次';
72729c3d2eSAndreas Gohr$lang['camelcase']   = '对链接使用 CamelCase';
73729c3d2eSAndreas Gohr$lang['deaccent']    = '清理页面名称';
74729c3d2eSAndreas Gohr$lang['useheading']  = '使用“标题 H1”作为页面名称';
75729c3d2eSAndreas Gohr$lang['refcheck']    = '检查媒体与页面的挂钩情况';
76729c3d2eSAndreas Gohr$lang['refshow']     = '显示媒体与页面挂钩情况的数量';
77729c3d2eSAndreas Gohr$lang['allowdebug']  = '允许调试 <b>如果您不需要调试,请勿勾选!</b>';
78729c3d2eSAndreas Gohr
79729c3d2eSAndreas Gohr$lang['usewordblock']= '根据 wordlist 阻止垃圾评论';
80729c3d2eSAndreas Gohr$lang['indexdelay']  = '构建索引前的时间延滞(秒)';
81729c3d2eSAndreas Gohr$lang['relnofollow'] = '对外部链接使用 rel="nofollow" 标签';
82729c3d2eSAndreas Gohr$lang['mailguard']   = '弄乱邮件地址(保护用户的邮件地址)';
83*a783e668SAndreas Gohr$lang['iexssprotect']= '检验上传的文件以避免可能存在的恶意 JavaScript 或 HTML 代码';
84729c3d2eSAndreas Gohr
85729c3d2eSAndreas Gohr/* Authentication Options */
86729c3d2eSAndreas Gohr$lang['useacl']      = '使用访问控制列表(ACL)';
87729c3d2eSAndreas Gohr$lang['autopasswd']  = '自动生成密码';
88729c3d2eSAndreas Gohr$lang['authtype']    = '认证后台管理方式';
89729c3d2eSAndreas Gohr$lang['passcrypt']   = '密码加密方法';
90*a783e668SAndreas Gohr$lang['defaultgroup']= '默认组';
91*a783e668SAndreas Gohr$lang['superuser']   = '超级用户 - 不论 ACL 如何设置,都能访问所有页面与功能的用户组/用户';
92*a783e668SAndreas Gohr$lang['manager']     = '管理员 - 能访问相应管理功能的用户组/用户';
93729c3d2eSAndreas Gohr$lang['profileconfirm'] = '更新个人信息时需要输入当前密码';
94729c3d2eSAndreas Gohr$lang['disableactions'] = '停用 DokuWiki 功能';
95729c3d2eSAndreas Gohr$lang['disableactions_check'] = '检查';
96729c3d2eSAndreas Gohr$lang['disableactions_subscription'] = '订阅/退订';
97729c3d2eSAndreas Gohr$lang['disableactions_wikicode'] = '查看源文件/导出源文件';
98729c3d2eSAndreas Gohr$lang['disableactions_other'] = '其他功能(用英文逗号分隔)';
99*a783e668SAndreas Gohr$lang['sneaky_index'] = '默认情况下,DokuWiki 在索引页会显示所有 namespace。启用该选项能隐藏那些用户没有权限阅读的页面。但也可能将用户能够阅读的子页面一并隐藏。这有可能导致在特定 ACL 设置下,索引功能不可用。';
100*a783e668SAndreas Gohr$lang['auth_security_timeout'] = '认证安全超时(秒)';
101729c3d2eSAndreas Gohr
102729c3d2eSAndreas Gohr/* Advanced Options */
103729c3d2eSAndreas Gohr$lang['updatecheck'] = '自动检查更新并接收安全警告吗?开启该功能后 DokuWiki 将自动访问 splitbrain.org。';
104729c3d2eSAndreas Gohr$lang['userewrite']  = '使用更整洁的 URL';
105729c3d2eSAndreas Gohr$lang['useslash']    = '在 URL 中使用斜杠作为命名空间的分隔符';
106729c3d2eSAndreas Gohr$lang['usedraft']    = '编辑时自动保存一份草稿';
107729c3d2eSAndreas Gohr$lang['sepchar']     = '页面名称中的单词分隔符';
108729c3d2eSAndreas Gohr$lang['canonical']   = '使用完全标准的 URL';
109729c3d2eSAndreas Gohr$lang['autoplural']  = '在链接中检查多种格式';
110729c3d2eSAndreas Gohr$lang['compression'] = 'attic 文件的压缩方式';
111729c3d2eSAndreas Gohr$lang['cachetime']   = '缓存的最长时间(秒)';
112729c3d2eSAndreas Gohr$lang['locktime']    = '独有编辑权/文件锁定的最长时间(秒)';
113729c3d2eSAndreas Gohr$lang['fetchsize']   = 'fetch.php 能从外部下载的最大文件大小(字节)';
114729c3d2eSAndreas Gohr$lang['notify']      = '发送更改通知给这个邮件地址';
115729c3d2eSAndreas Gohr$lang['registernotify'] = '发送新注册用户的信息给这个邮件地址';
116729c3d2eSAndreas Gohr$lang['mailfrom']    = '自动发送邮件时使用的邮件地址';
117729c3d2eSAndreas Gohr$lang['gzip_output'] = '对 xhtml 使用 gzip 内容编码';
118729c3d2eSAndreas Gohr$lang['gdlib']       = 'GD 库版本';
119729c3d2eSAndreas Gohr$lang['im_convert']  = 'ImageMagick 转换工具的路径';
120729c3d2eSAndreas Gohr$lang['jpg_quality'] = 'JPG 压缩质量(0-100)';
121729c3d2eSAndreas Gohr$lang['spellchecker']= '启用拼写检查';
122729c3d2eSAndreas Gohr$lang['subscribers'] = '启用页面订阅支持';
123729c3d2eSAndreas Gohr$lang['compress']    = '使 CSS 和 javascript 输出更紧密';
124729c3d2eSAndreas Gohr$lang['hidepages']   = '隐藏匹配的界面(正则表达式)';
125729c3d2eSAndreas Gohr$lang['send404']     = '发送 "HTTP 404/页面没有找到" 错误信息给不存在的页面';
126729c3d2eSAndreas Gohr$lang['sitemap']     = '生成 Google sitemap(天)';
127*a783e668SAndreas Gohr$lang['broken_iua']  = 'ignore_user_abort 功能失效了?这有可能导致搜索索引不可用。IIS+PHP/CGI 已损坏。请参阅 <a href="http://bugs.splitbrain.org/?do=details&amp;task_id=852">Bug 852</a> 获取更多信息。';
128729c3d2eSAndreas Gohr
129729c3d2eSAndreas Gohr$lang['rss_type']    = 'XML feed 类型';
130729c3d2eSAndreas Gohr$lang['rss_linkto']  = 'XML feed 链接到';
131729c3d2eSAndreas Gohr$lang['rss_update']  = 'XML feed 升级间隔(秒)';
132729c3d2eSAndreas Gohr$lang['recent_days'] = '保留多少天的最近更改(天)';
133*a783e668SAndreas Gohr$lang['rss_show_summary'] = 'XML feed 在标题中显示摘要';
134729c3d2eSAndreas Gohr
135729c3d2eSAndreas Gohr/* Target options */
136729c3d2eSAndreas Gohr$lang['target____wiki']      = '内部链接的目标窗口';
137729c3d2eSAndreas Gohr$lang['target____interwiki'] = 'Interwiki 链接的目标窗口';
138729c3d2eSAndreas Gohr$lang['target____extern']    = '外部链接的目标窗口';
139729c3d2eSAndreas Gohr$lang['target____media']     = '媒体文件链接的目标窗口';
140729c3d2eSAndreas Gohr$lang['target____windows']   = 'Windows 链接的目标窗口';
141729c3d2eSAndreas Gohr
142729c3d2eSAndreas Gohr/* Proxy Options */
143729c3d2eSAndreas Gohr$lang['proxy____host'] = '代理服务器的名称';
144729c3d2eSAndreas Gohr$lang['proxy____port'] = '代理服务器的端口';
145729c3d2eSAndreas Gohr$lang['proxy____user'] = '代理服务器的用户名';
146729c3d2eSAndreas Gohr$lang['proxy____pass'] = '代理服务器的密码';
147729c3d2eSAndreas Gohr$lang['proxy____ssl']  = '使用 SSL 连接到代理服务器';
148729c3d2eSAndreas Gohr
149729c3d2eSAndreas Gohr/* Safemode Hack */
150729c3d2eSAndreas Gohr$lang['safemodehack'] = '启用 Safemode Hack';
151729c3d2eSAndreas Gohr$lang['ftp____host'] = 'Safemode Hack 的 FTP 服务器';
152729c3d2eSAndreas Gohr$lang['ftp____port'] = 'Safemode Hack 的 FTP 端口';
153729c3d2eSAndreas Gohr$lang['ftp____user'] = 'Safemode Hack 的 FTP 用户名';
154729c3d2eSAndreas Gohr$lang['ftp____pass'] = 'Safemode Hack 的 FTP 密码';
155729c3d2eSAndreas Gohr$lang['ftp____root'] = 'Safemode Hack 的 FTP 根路径';
156729c3d2eSAndreas Gohr
157*a783e668SAndreas Gohr/* typography options */
158*a783e668SAndreas Gohr$lang['typography_o_0'] = '无';
159*a783e668SAndreas Gohr$lang['typography_o_1'] = '仅限双引号';
160*a783e668SAndreas Gohr$lang['typography_o_2'] = '所有引号(不一定能正常运行)';
161*a783e668SAndreas Gohr
162729c3d2eSAndreas Gohr/* userewrite options */
163729c3d2eSAndreas Gohr$lang['userewrite_o_0'] = '无';
164729c3d2eSAndreas Gohr$lang['userewrite_o_1'] = '.htaccess';
165729c3d2eSAndreas Gohr$lang['userewrite_o_2'] = 'DokuWiki 内部控制';
166729c3d2eSAndreas Gohr
167729c3d2eSAndreas Gohr/* deaccent options */
168729c3d2eSAndreas Gohr$lang['deaccent_o_0'] = '关闭';
169729c3d2eSAndreas Gohr$lang['deaccent_o_1'] = '移除重音符号';
170729c3d2eSAndreas Gohr$lang['deaccent_o_2'] = 'romanize';
171729c3d2eSAndreas Gohr
172729c3d2eSAndreas Gohr/* gdlib options */
173729c3d2eSAndreas Gohr$lang['gdlib_o_0'] = 'GD 库不可用';
174729c3d2eSAndreas Gohr$lang['gdlib_o_1'] = '1.x 版';
175729c3d2eSAndreas Gohr$lang['gdlib_o_2'] = '自动检测';
176729c3d2eSAndreas Gohr
177729c3d2eSAndreas Gohr/* rss_type options */
178729c3d2eSAndreas Gohr$lang['rss_type_o_rss']  = 'RSS 0.91';
179729c3d2eSAndreas Gohr$lang['rss_type_o_rss1'] = 'RSS 1.0';
180729c3d2eSAndreas Gohr$lang['rss_type_o_rss2'] = 'RSS 2.0';
181729c3d2eSAndreas Gohr$lang['rss_type_o_atom'] = 'Atom 0.3';
182729c3d2eSAndreas Gohr
183729c3d2eSAndreas Gohr/* rss_linkto options */
184729c3d2eSAndreas Gohr$lang['rss_linkto_o_diff']    = '差别查看';
185729c3d2eSAndreas Gohr$lang['rss_linkto_o_page']    = '已修订的页面';
186729c3d2eSAndreas Gohr$lang['rss_linkto_o_rev']     = '修订列表';
187729c3d2eSAndreas Gohr$lang['rss_linkto_o_current'] = '当前页面';
188729c3d2eSAndreas Gohr
189729c3d2eSAndreas Gohr/* compression options */
190729c3d2eSAndreas Gohr$lang['compression_o_0']   = '无';
191729c3d2eSAndreas Gohr$lang['compression_o_gz']  = 'gzip';
192729c3d2eSAndreas Gohr$lang['compression_o_bz2'] = 'bz2';
193