summaryrefslogtreecommitdiffstats
path: root/l10n/zh_CN.php
blob: 66b077b73ae34aa945cec21cd824afd3f9e73682 (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
<?php $TRANSLATIONS = array(
"News" => "新闻",
"Can not add feed: Exists already" => "无法添加反馈:已经存在",
"Can not add feed: URL does not exist or has invalid xml" => "无法添加反馈:URL不存在或具有无效的xml",
"Can not add folder: Exists already" => "无法添加目录:目录已存在",
"Undo deletion of %s" => "撤销删除 %s",
"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" => "标记已读",
"from" => "来源",
"by" => "被",
"Keep unread" => "保持未读",
"Delete website" => "删除网站",
"Collapse" => "折叠",
"Delete folder" => "删除目录",
"Rename folder" => "重命名目录",
"Import / Export OPML" => "导入 / 导出 OPML",
"Import" => "导入",
"Export" => "导出",
"Error when importing: file does not contain valid OPML" => "导入时出错:文件不包含有效的OPML",
"Import Google Reader JSON" => "导入谷歌阅读器JSON文件",
"To import starred and shared articles from Google \n\t\t\tReader please upload the .json files from the Google Takeout archive" => "要从Google导入加星的或分享的文章\n»»»请读者上传Google Takeout存档中的 .json 文件",
"Error when importing: file does not contain valid JSON" => "导入出错:文件包含非法的JSON数据",
"Show all" => "显示所有",
"Show only unread" => "只看未读"
);