diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-01-24 00:42:08 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-01-24 00:42:08 +0100 |
commit | 6fccf1229997d554a4465530814c5065d373773f (patch) | |
tree | 7b942f3fc9356580288b49ae71b0092b8cb3db0d /apps/calendar/l10n/zh_CN.php | |
parent | cdfb252ceda6a9a97dd6473c472ed21a9948c8cf (diff) | |
download | nextcloud-server-6fccf1229997d554a4465530814c5065d373773f.tar.gz nextcloud-server-6fccf1229997d554a4465530814c5065d373773f.zip |
update translations
Diffstat (limited to 'apps/calendar/l10n/zh_CN.php')
-rw-r--r-- | apps/calendar/l10n/zh_CN.php | 77 |
1 files changed, 76 insertions, 1 deletions
diff --git a/apps/calendar/l10n/zh_CN.php b/apps/calendar/l10n/zh_CN.php index 480b4530299..bed47610b90 100644 --- a/apps/calendar/l10n/zh_CN.php +++ b/apps/calendar/l10n/zh_CN.php @@ -1,4 +1,5 @@ <?php $TRANSLATIONS = array( +"New Timezone:" => "新时区:", "Timezone changed" => "时区已修改", "Invalid request" => "非法请求", "Calendar" => "日历", @@ -25,8 +26,46 @@ "Bi-Weekly" => "每两周", "Monthly" => "每月", "Yearly" => "每年", +"never" => "从不", +"by occurrences" => "按发生次数", +"by date" => "按日期", +"by monthday" => "按月的某天", +"by weekday" => "按星期的某天", +"Monday" => "星期一", +"Tuesday" => "星期二", +"Wednesday" => "星期三", +"Thursday" => "星期四", +"Friday" => "星期五", +"Saturday" => "星期六", +"Sunday" => "星期日", +"events week of month" => "事件在每月的第几个星期", +"first" => "第一", +"second" => "第二", +"third" => "第三", +"fourth" => "第四", +"fifth" => "第五", +"last" => "最后", +"January" => "一月", +"February" => "二月", +"March" => "三月", +"April" => "四月", +"May" => "五月", +"June" => "六月", +"July" => "七月", +"August" => "八月", +"September" => "九月", +"October" => "十月", +"November" => "十一月", +"December" => "十二月", +"by events date" => "按事件日期", +"by yearday(s)" => "按每年的某天", +"by weeknumber(s)" => "按星期数", +"by day and month" => "按天和月份", "Not an array" => "不是一个数组", +"Date" => "日期", +"Cal." => "日历", "All day" => "全天", +"New Calendar" => "新日历", "Missing fields" => "缺少字段", "Title" => "标题", "From Date" => "从", @@ -41,8 +80,26 @@ "Today" => "今天", "Calendars" => "日历", "There was a fail, while parsing the file." => "解析文件失败", +"Sun." => "周日", +"Mon." => "周一", +"Tue." => "周二", +"Wed." => "周三", +"Thu." => "周四", +"Fri." => "周五", +"Sat." => "周六", +"Jan." => "1月", +"Feb." => "2月", +"Mar." => "3月", +"Apr." => "4月", +"May." => "5月", +"Jun." => "6月", +"Jul." => "7月", +"Aug." => "8月", +"Sep." => "9月", +"Oct." => "10月", +"Nov." => "11月", +"Dec." => "12月", "Choose active calendars" => "选择活动日历", -"New Calendar" => "新日历", "CalDav Link" => "CalDav 链接", "Download" => "下载", "Edit" => "编辑", @@ -65,14 +122,32 @@ "To" => "至", "Advanced options" => "高级选项", "Repeat" => "重复", +"Advanced" => "高级", +"Select weekdays" => "选择星期中的某天", +"Select days" => "选择某天", +"and the events day of year." => "选择每年事件发生的日子", +"and the events day of month." => "选择每月事件发生的日子", +"Select months" => "选择月份", +"Select weeks" => "选择星期", +"and the events week of year." => "选择每年的事件发生的星期", +"Interval" => "间隔", +"End" => "结束", +"occurrences" => "次", "Location" => "地点", "Location of the Event" => "事件地点", "Description" => "描述", "Description of the Event" => "事件描述", +"Import a calendar file" => "导入日历文件", "Please choose the calendar" => "请选择日历", +"create a new calendar" => "创建新日历", +"Name of new calendar" => "新日历名称", "Import" => "导入", +"Importing calendar" => "导入日历", +"Calendar imported successfully" => "导入日历成功", +"Close Dialog" => "关闭对话框", "Create a new event" => "创建新事件", "Timezone" => "时区", +"Check always for changes of the timezone" => "选中则总是按照时区变化", "Timeformat" => "时间格式", "24h" => "24小时", "12h" => "12小时", |