nextcloud/apps/calendar/l10n/zh_CN.GB2312.php

122 lines
3.4 KiB
PHP

<?php $TRANSLATIONS = array(
"Wrong calendar" => "错误的日历",
"New Timezone:" => "新时区",
"Timezone changed" => "时区改变了",
"Invalid request" => "非法请求",
"Calendar" => "日历",
"Birthday" => "生日",
"Business" => "商务",
"Call" => "呼叫",
"Clients" => "客户端",
"Deliverer" => "交付者",
"Holidays" => "假期",
"Ideas" => "灵感",
"Journey" => "旅行",
"Jubilee" => "五十年纪念",
"Meeting" => "会面",
"Other" => "其它",
"Personal" => "个人的",
"Projects" => "项目",
"Questions" => "问题",
"Work" => "工作",
"New Calendar" => "新的日历",
"Does not repeat" => "不要重复",
"Daily" => "每天",
"Weekly" => "每星期",
"Every Weekday" => "每个周末",
"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" => "根据天和月",
"Date" => "日期",
"Cal." => "Cal.",
"All day" => "整天",
"Missing fields" => "丢失的输入框",
"Title" => "标题",
"From Date" => "从日期",
"From Time" => "从时间",
"To Date" => "到日期",
"To Time" => "到时间",
"The event ends before it starts" => "在它开始前需要结束的事件",
"There was a database fail" => "发生了一个数据库失败",
"Week" => "星期",
"Month" => "",
"List" => "列表",
"Today" => "今天",
"CalDav Link" => "CalDav 链接",
"Download" => "下载",
"Edit" => "编辑",
"Delete" => "删除",
"New calendar" => "新的日历",
"Edit calendar" => "编辑日历",
"Displayname" => "显示名称",
"Active" => "活动",
"Calendar color" => "日历颜色",
"Save" => "保存",
"Submit" => "提交",
"Cancel" => " 取消",
"Edit an event" => "编辑一个事件",
"Export" => "导出",
"Title of the Event" => "事件的标题",
"Category" => "分类",
"All Day Event" => "每天的事件",
"From" => "",
"To" => "",
"Advanced options" => "进阶选项",
"Location" => "地点",
"Location of the Event" => "事件的地点",
"Description" => "解释",
"Description of the Event" => "事件描述",
"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" => "发生",
"Import" => "导入",
"Create a new event" => "新建一个时间",
"Timezone" => "时区",
"24h" => "24小时",
"12h" => "12小时"
);