bookmarks/l10n/zh_TW.php

38 lines
1.7 KiB
PHP
Raw Permalink Normal View History

2014-10-27 20:18:24 +00:00
<?php
$TRANSLATIONS = array(
2014-11-27 07:10:23 +00:00
"Bookmarks" => "書籤",
"Bookm." => "書籤",
2013-05-01 00:11:19 +00:00
"No file provided for import" => "沒有提供匯入用的檔案",
2013-01-24 23:04:33 +00:00
"Unsupported file type for import" => "不支援這種檔案類型的匯入",
2015-01-20 07:10:18 +00:00
"Some Error happened." => "發生了一些錯誤",
2014-11-28 07:10:17 +00:00
"Error" => "錯誤",
2015-07-21 06:10:36 +00:00
"Tags" => "標籤",
2012-11-28 23:03:57 +00:00
"Filter by tag" => "依標籤篩選",
2015-01-20 07:10:18 +00:00
"Are you sure you want to remove this bookmark?" => "你確定你要移除此書籤?",
2012-11-28 23:03:57 +00:00
"Warning" => "警告",
2014-11-27 07:10:23 +00:00
"Are you sure you want to remove this tag from every entry?" => "您確定要從每個項目中移除這個標籤嗎?",
2013-05-01 00:11:19 +00:00
"Import error" => "匯入錯誤",
2013-01-24 23:04:33 +00:00
"Import completed successfully." => "匯入成功完成。",
2012-11-28 23:03:57 +00:00
"Uploading..." => "上傳中...",
"Add a bookmark" => "新增書籤",
2015-01-20 07:10:18 +00:00
"This URL is already bookmarked! Overwrite?" => "此網址已經存在書籤中,確定要複寫?",
2012-11-28 23:03:57 +00:00
"The title of the page" => "頁面標題",
2013-01-24 23:04:33 +00:00
"The address of the page" => "頁面的位址",
2012-11-28 23:03:57 +00:00
"Description of the page" => "頁面說明",
2012-11-01 23:03:14 +00:00
"Save" => "儲存",
"Delete" => "刪除",
2012-11-07 23:03:47 +00:00
"Edit" => "編輯",
2012-11-01 23:03:14 +00:00
"Cancel" => "取消",
2013-05-01 00:11:19 +00:00
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "把這個拖曳至瀏覽器的書籤列,下次您想要將某個頁面加至書籤時,點一下書籤列上面的這個項目即可。",
2014-02-28 07:10:54 +00:00
"Add to ownCloud" => "新增至ownCloud",
2012-09-02 00:09:59 +00:00
"Address" => "網址",
2015-01-20 07:10:18 +00:00
"Filterable Tags" => "可篩選的標記",
2013-05-01 00:11:19 +00:00
"You have no bookmarks" => "您還沒有任何書籤",
2015-01-20 07:10:18 +00:00
"You can also import a bookmark file" => "你也可以匯入書籤檔案",
2013-01-24 23:04:33 +00:00
"Bookmarklet" => "Bookmarklet",
2012-11-28 23:03:57 +00:00
"Export & Import" => "匯出與匯入",
2012-11-03 23:03:02 +00:00
"Export" => "匯出",
"Import" => "匯入"
2012-09-02 00:09:59 +00:00
);
2014-10-27 20:18:24 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";