summaryrefslogtreecommitdiffstats
path: root/l10n/zh_CN.php
blob: 52f6e5eee41a3b2c03a6934785b9289969f60e4e (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
<?php $TRANSLATIONS = array(
"Can not add feed: Exists already" => "无法添加反馈:已经存在",
"Can not add feed: URL does not exist, SSL Certificate can not be validated or feed has invalid xml" => "无法添加源:URL 不存在,SSL 证书无法验证或者源包括无效的 xml",
"Articles without feed" => "没有订阅的文章",
"Can not add folder: Exists already" => "无法添加目录:目录已存在",
" " => " ",
"_" => "_",
"status" => "状态",
"Undo deletion of %s" => "撤销删除 %s",
"News" => "新闻",
"Add Website" => "添加网页",
"Error: address exists already!" => "错误:地址已存在",
"Error: folder exists already" => "错误:目录不存在",
"Address" => "地址",
"Add" => "添加",
"New folder" => "添加文件夹",
"Folder" => "文件夹",
"Choose folder" => "选择目录",
"Folder name" => "目录名称",
"Back to folder selection" => "返回到目录选择",
"Create folder" => "创建目录",
"Starred" => "已加星标",
"Unread articles" => "未读文章",
"All articles" => "全部文章",
"Mark read" => "标记已读",
"Welcome to the ownCloud News app!" => "欢迎使用ownCloud新闻应用!",
"read on website" => "在网站上阅读",
"star" => "星标",
"from" => "来源",
"by" => "被",
"Download" => "下载",
"Keep unread" => "保持未读",
"Cancel" => "取消",
"Save" => "保存",
"Delete website" => "删除网站",
"Rename feed" => "重命名订阅",
"Collapse" => "折叠",
"Delete folder" => "删除目录",
"Rename folder" => "重命名目录",
"Settings" => "设置",
"Use compact view" => "使用紧凑试图",
"Subscriptions (OPML)" => "订阅 (OPML)",
"Import" => "导入",
"Export" => "导出",
"Error when importing: file does not contain valid OPML" => "导入时出错:文件不包含有效的OPML",
"Unread/Starred Articles" => "未读/已加星标文章",
"Error when importing: file does not contain valid JSON" => "导入出错:文件包含非法的JSON数据",
"Show read articles" => "显示已读文章",
"Hide read articles" => "隐藏已读文章"
);