Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_CN.php « l10n « calendar « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b7dc5677a4df36b3beea1ff4a3196a9aaf26a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?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" => "时区"
);