nextcloud/apps/calendar/l10n/zh_CN.php

84 lines
2.0 KiB
PHP

<?php $TRANSLATIONS = array(
"Authentication error" => "验证错误",
"Timezone changed" => "时区已修改",
"Invalid request" => "非法请求",
"Calendar" => "日历",
"Does not repeat" => "不重复",
"Daily" => "每天",
"Weekly" => "每周",
"Every Weekday" => "每个工作日",
"Bi-Weekly" => "每两周",
"Monthly" => "每月",
"Yearly" => "每年",
"All day" => "全天",
"Sunday" => "星期日",
"Monday" => "星期一",
"Tuesday" => "星期二",
"Wednesday" => "星期三",
"Thursday" => "星期四",
"Friday" => "星期五",
"Saturday" => "星期六",
"Sun." => "",
"Mon." => "",
"Tue." => "",
"Wed." => "",
"Thu." => "",
"Fri." => "",
"Sat." => "",
"January" => "1月",
"February" => "2月",
"March" => "3月",
"April" => "4月",
"May" => "5月",
"June" => "6月",
"July" => "7月",
"August" => "8月",
"September" => "9月",
"October" => "10月",
"November" => "11月",
"December" => "12月",
"Jan." => "1月",
"Feb." => "2月",
"Mar." => "3月",
"Apr." => "4月",
"Jun." => "6月",
"Jul." => "7月",
"Aug." => "8月",
"Sep." => "9月",
"Oct." => "10月",
"Nov." => "11月",
"Dec." => "12月",
"Week" => "星期",
"Weeks" => "星期",
"Day" => "",
"Month" => "",
"Today" => "今天",
"Calendars" => "日历",
"Time" => "时间",
"There was a fail, while parsing the file." => "解析文件失败",
"Choose active calendars" => "选择活动日历",
"Download" => "下载",
"Edit" => "编辑",
"Edit calendar" => "编辑日历",
"Displayname" => "显示名称",
"Active" => "激活",
"Description" => "描述",
"Calendar color" => "日历颜色",
"Submit" => "提交",
"Edit an event" => "编辑事件",
"Title" => "标题",
"Title of the Event" => "事件标题",
"Location" => "地点",
"Location of the Event" => "事件地点",
"Category" => "分类",
"All Day Event" => "全天事件",
"From" => "",
"To" => "",
"Repeat" => "重复",
"Attendees" => "参加者",
"Description of the Event" => "事件描述",
"Close" => "关闭",
"Create a new event" => "创建新事件",
"Timezone" => "时区"
);