xref: /dokuwiki/inc/lang/zh/lang.php (revision 1e694c4cf2863c5f7211a2e888f79249c9383696)
14dc4b499Smatthiasgrimm<?php
2bc3b6aecSandi/**
3bc3b6aecSandi * Chinese(Simplified) language file
4bc3b6aecSandi *
5bc3b6aecSandi * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6bc3b6aecSandi * @author     skyroam <skyroam@126.com>
7bc3b6aecSandi * @author     based on tw tranlastion by chinsan <chinsan@mail2000.com.tw>
8bc3b6aecSandi */
9bc3b6aecSandi$lang['encoding']   = 'utf-8';
10bc3b6aecSandi$lang['direction']  = 'ltr';
11bc3b6aecSandi
12*1e694c4cSAndreas Gohr$lang['btn_edit']   = '编修本页';
13*1e694c4cSAndreas Gohr$lang['btn_source'] = '显示页面来源';
14*1e694c4cSAndreas Gohr$lang['btn_show']   = '显示页面';
15*1e694c4cSAndreas Gohr$lang['btn_create'] = '建立此页';
16*1e694c4cSAndreas Gohr$lang['btn_search'] = '搜寻';
17*1e694c4cSAndreas Gohr$lang['btn_save']   = '储存';
18*1e694c4cSAndreas Gohr$lang['btn_preview']= '预览';
19*1e694c4cSAndreas Gohr$lang['btn_top']    = '回到页顶';
20*1e694c4cSAndreas Gohr$lang['btn_revs']   = '旧版';
21*1e694c4cSAndreas Gohr$lang['btn_recent'] = '最近更新';
22bc3b6aecSandi$lang['btn_home'] = 'Home';
23*1e694c4cSAndreas Gohr$lang['btn_upload'] = '上传';
24*1e694c4cSAndreas Gohr$lang['btn_cancel'] = '取消';
25*1e694c4cSAndreas Gohr$lang['btn_index']  = '索引页';
26*1e694c4cSAndreas Gohr$lang['btn_secedit']= '改这段';
27*1e694c4cSAndreas Gohr$lang['btn_login']  = '登入';
28*1e694c4cSAndreas Gohr$lang['btn_logout'] = '登出';
29bc3b6aecSandi
30*1e694c4cSAndreas Gohr$lang['loggedinas'] = '登入为';
31*1e694c4cSAndreas Gohr$lang['user']       = '帐号';
32*1e694c4cSAndreas Gohr$lang['pass']       = '密码';
33*1e694c4cSAndreas Gohr$lang['fullname']   = '昵称';
34bc3b6aecSandi$lang['email']      = 'E-Mail';
35*1e694c4cSAndreas Gohr$lang['register']   = '注册';
36*1e694c4cSAndreas Gohr$lang['badlogin']   = '很抱歉,您的使用者名称或密码可能错误';
37bc3b6aecSandi
38*1e694c4cSAndreas Gohr$lang['regmissing'] = '很抱歉,所有的栏位都要填哦';
39*1e694c4cSAndreas Gohr$lang['reguexists'] = '很抱歉,已有人注册该帐号了喔';
40*1e694c4cSAndreas Gohr$lang['regsuccess'] = '使用者已建立,密码也以 email 寄出到您信箱了。';
41*1e694c4cSAndreas Gohr$lang['regmailfail']= '寄出密码信似乎发生错误,请跟管理者联络!';
42*1e694c4cSAndreas Gohr$lang['regbadmail'] = '您给的 email 似乎不对,如果您认为是正确的,请与管理者联络。';
43bc3b6aecSandi$lang['regpwmail']  = 'Your DokuWiki Password';
44*1e694c4cSAndreas Gohr$lang['reghere']    = '您还没有帐号对吧?来注册一个吧。';
45bc3b6aecSandi
46*1e694c4cSAndreas Gohr$lang['txt_upload']   = '选择要上传的档案';
47*1e694c4cSAndreas Gohr$lang['txt_filename'] = '输入 wikiname (optional)';
48*1e694c4cSAndreas Gohr$lang['lockedby']     = '目前已被下列人员锁定';
49*1e694c4cSAndreas Gohr$lang['lockexpire']   = '预计解除锁定於';
50*1e694c4cSAndreas Gohr$lang['willexpire']   = '您目前编辑这页的锁定将会在一分钟内解除。\若要避免发生意外,请按「预览」键来重新设定锁定状态';
51bc3b6aecSandi
52*1e694c4cSAndreas Gohr$lang['notsavedyet'] = '有尚未储存的变更将会遗失。\n真的要继续吗?';
53*1e694c4cSAndreas Gohr$lang['rssfailed']   = '当抓取它处喂送过来的资料时发生错误: ';
54*1e694c4cSAndreas Gohr$lang['nothingfound']= '没找到任何结果。';
55bc3b6aecSandi
56*1e694c4cSAndreas Gohr$lang['mediaselect'] = '选择影音档';
57*1e694c4cSAndreas Gohr$lang['fileupload']  = '上传影音档';
58*1e694c4cSAndreas Gohr$lang['uploadsucc']  = '上传成功';
59*1e694c4cSAndreas Gohr$lang['uploadfail']  = '上传失败。或许权限设定错误了吗?';
60*1e694c4cSAndreas Gohr$lang['uploadwrong'] = '拒绝上传。该档案类型不被支援。';
61bc3b6aecSandi$lang['namespaces']  = 'Namespaces';
62*1e694c4cSAndreas Gohr$lang['mediafiles']  = '可用的档案有';
63bc3b6aecSandi
64*1e694c4cSAndreas Gohr$lang['hits']       = '个符合';
65*1e694c4cSAndreas Gohr$lang['quickhits']  = '符合的页面名称';
66*1e694c4cSAndreas Gohr$lang['toc']        = '本页目录';
67*1e694c4cSAndreas Gohr$lang['current']    = '目前版本';
68*1e694c4cSAndreas Gohr$lang['yours']      = '您的版本';
69*1e694c4cSAndreas Gohr$lang['diff']       = '显示跟目前版本的差异';
70*1e694c4cSAndreas Gohr$lang['line']       = '行';
71*1e694c4cSAndreas Gohr$lang['breadcrumb'] = '目前的足迹';
72*1e694c4cSAndreas Gohr$lang['lastmod']    = '上一次变更';
73*1e694c4cSAndreas Gohr$lang['deleted']    = '移除';
74*1e694c4cSAndreas Gohr$lang['created']    = '建立';
75*1e694c4cSAndreas Gohr$lang['restored']   = '已恢复为旧版';
76*1e694c4cSAndreas Gohr$lang['summary']    = '编辑摘要';
77bc3b6aecSandi
78*1e694c4cSAndreas Gohr$lang['mail_newpage'] = '增加的页面:';
79*1e694c4cSAndreas Gohr$lang['mail_changed'] = '变更的页面:';
80bc3b6aecSandi
81*1e694c4cSAndreas Gohr$lang['nosmblinks'] = '只有在 Microsoft IE 下才能执行「连结到 Windows shares」。\n不过您仍可拷贝、复制这连结';
82bc3b6aecSandi
83*1e694c4cSAndreas Gohr$lang['qb_alert']   = '请输入想要格式化的文字,\n这会附加到文件的结尾。';
84*1e694c4cSAndreas Gohr$lang['qb_bold']    = '粗体';
85*1e694c4cSAndreas Gohr$lang['qb_italic']  = '斜体';
86*1e694c4cSAndreas Gohr$lang['qb_underl']  = '底线';
87*1e694c4cSAndreas Gohr$lang['qb_code']    = '程式码';
88*1e694c4cSAndreas Gohr$lang['qb_h1']      = 'H1 标题';
89*1e694c4cSAndreas Gohr$lang['qb_h2']      = 'H2 标题';
90*1e694c4cSAndreas Gohr$lang['qb_h3']      = 'H3 标题';
91*1e694c4cSAndreas Gohr$lang['qb_h4']      = 'H4 标题';
92*1e694c4cSAndreas Gohr$lang['qb_h5']      = 'H5 标题';
93*1e694c4cSAndreas Gohr$lang['qb_link']    = 'WIKI内部连结';
94*1e694c4cSAndreas Gohr$lang['qb_extlink'] = '连结外部URL';
95*1e694c4cSAndreas Gohr$lang['qb_hr']      = '水平线';
96*1e694c4cSAndreas Gohr$lang['qb_ol']      = '项目表(数字)';
97*1e694c4cSAndreas Gohr$lang['qb_ul']      = '项目表(符号)';
98*1e694c4cSAndreas Gohr$lang['qb_media']   = '加入图片或档案';
99*1e694c4cSAndreas Gohr$lang['qb_sig']     = '插入签名';
100bc3b6aecSandi
101bc3b6aecSandi// no official language strings
102*1e694c4cSAndreas Gohr$lang['txt_insert']    = '放入日历';
103*1e694c4cSAndreas Gohr$lang['qb_calendar']   = '放入一个日历';
104*1e694c4cSAndreas Gohr$lang['btn_insert']    = '产生日历';
105*1e694c4cSAndreas Gohr$lang['txt_toinsert']  = '这将会被放入';
106*1e694c4cSAndreas Gohr$lang['txt_clickhere'] = '按这就会帮您自动放好了';
107*1e694c4cSAndreas Gohr$lang['txt_year']      = '年份';
108*1e694c4cSAndreas Gohr$lang['txt_month']     = '月份';
109*1e694c4cSAndreas Gohr$lang['arr_daysofweek']= array('日','一','二','三','四','五','六');
110bc3b6aecSandi
111bc3b6aecSandi//Setup VIM: ex: et ts=2 enc=utf-8 :
112