summaryrefslogtreecommitdiffstats
path: root/l10n/zh_TW.php
blob: cf0b00d040c99f21548d74c95d0bb83bef1aba02 (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" => "導入Google閱讀器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" => "只顯示未閱讀的項目"
);