2012-09-02 02:09:59 +02:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-05-01 02:11:19 +02:00
|
|
|
"No file provided for import" => "沒有提供匯入用的檔案",
|
2013-01-25 00:04:33 +01:00
|
|
|
"Unsupported file type for import" => "不支援這種檔案類型的匯入",
|
2012-09-02 02:09:59 +02:00
|
|
|
"Bookmarks" => "書籤",
|
2012-10-11 02:10:53 +02:00
|
|
|
"Tags" => "標籤",
|
2012-11-29 00:03:57 +01:00
|
|
|
"Filter by tag" => "依標籤篩選",
|
|
|
|
"Edit bookmark" => "編輯書籤",
|
2013-01-25 00:04:33 +01:00
|
|
|
"Are you sure you want to remove this tag from every entry?" => "您確定要從每個項目中移除這個標籤嗎?",
|
2012-11-29 00:03:57 +01:00
|
|
|
"Warning" => "警告",
|
2013-05-01 02:11:19 +02:00
|
|
|
"Import error" => "匯入錯誤",
|
2013-01-25 00:04:33 +01:00
|
|
|
"Import completed successfully." => "匯入成功完成。",
|
2012-11-29 00:03:57 +01:00
|
|
|
"Uploading..." => "上傳中...",
|
2013-01-25 00:04:33 +01:00
|
|
|
"Bookm." => "書籤",
|
2012-11-29 00:03:57 +01:00
|
|
|
"Add a bookmark" => "新增書籤",
|
2012-11-02 00:03:14 +01:00
|
|
|
"Close" => "關閉",
|
2012-11-29 00:03:57 +01:00
|
|
|
"The title of the page" => "頁面標題",
|
2013-01-25 00:04:33 +01:00
|
|
|
"The address of the page" => "頁面的位址",
|
2012-11-29 00:03:57 +01:00
|
|
|
"Description of the page" => "頁面說明",
|
2012-11-02 00:03:14 +01:00
|
|
|
"Save" => "儲存",
|
|
|
|
"Delete" => "刪除",
|
2012-11-08 00:03:47 +01:00
|
|
|
"Edit" => "編輯",
|
2012-11-02 00:03:14 +01:00
|
|
|
"Cancel" => "取消",
|
2013-05-01 02:11:19 +02:00
|
|
|
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "把這個拖曳至瀏覽器的書籤列,下次您想要將某個頁面加至書籤時,點一下書籤列上面的這個項目即可。",
|
2012-09-02 02:09:59 +02:00
|
|
|
"Address" => "網址",
|
2012-11-09 00:03:56 +01:00
|
|
|
"Add" => "新增",
|
2012-11-29 00:03:57 +01:00
|
|
|
"Related Tags" => "相關標籤",
|
2012-11-02 00:03:14 +01:00
|
|
|
"Settings" => "設定",
|
2013-05-01 02:11:19 +02:00
|
|
|
"You have no bookmarks" => "您還沒有任何書籤",
|
2012-11-29 00:03:57 +01:00
|
|
|
"You can also try to import a bookmark file" => "您也可以匯入書籤檔",
|
2013-01-25 00:04:33 +01:00
|
|
|
"Bookmarklet" => "Bookmarklet",
|
2012-11-29 00:03:57 +01:00
|
|
|
"Export & Import" => "匯出與匯入",
|
2012-11-04 00:03:02 +01:00
|
|
|
"Export" => "匯出",
|
|
|
|
"Import" => "匯入"
|
2012-09-02 02:09:59 +02:00
|
|
|
);
|