nextcloud/apps/calendar/l10n/zh_CN.php

81 lines
2.3 KiB
PHP

<?php $TRANSLATIONS = array(
"Timezone changed" => "时区已修改",
"Invalid request" => "非法请求",
"Calendar" => "日历",
"Wrong calendar" => "错误的日历",
"Birthday" => "生日",
"Business" => "商务",
"Call" => "呼叫",
"Clients" => "客户",
"Deliverer" => "派送",
"Holidays" => "节日",
"Ideas" => "想法",
"Journey" => "旅行",
"Jubilee" => "周年纪念",
"Meeting" => "会议",
"Other" => "其他",
"Personal" => "个人",
"Projects" => "项目",
"Questions" => "问题",
"Work" => "工作",
"Does not repeat" => "不重复",
"Daily" => "每天",
"Weekly" => "每周",
"Every Weekday" => "每个工作日",
"Bi-Weekly" => "每两周",
"Monthly" => "每月",
"Yearly" => "每年",
"Not an array" => "不是一个数组",
"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" => "今天",
"Calendars" => "日历",
"There was a fail, while parsing the file." => "解析文件失败",
"Choose active calendars" => "选择活动日历",
"New Calendar" => "新日历",
"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" => "分类",
"Select category" => "选择分类",
"All Day Event" => "全天事件",
"From" => "",
"To" => "",
"Advanced options" => "高级选项",
"Repeat" => "重复",
"Location" => "地点",
"Location of the Event" => "事件地点",
"Description" => "描述",
"Description of the Event" => "事件描述",
"Please choose the calendar" => "请选择日历",
"Import" => "导入",
"Create a new event" => "创建新事件",
"Timezone" => "时区",
"Timeformat" => "时间格式",
"24h" => "24小时",
"12h" => "12小时",
"Calendar CalDAV syncing address:" => "日历CalDAV 同步地址:"
);