From 68ae1ecd2e5dbac12f1aa275df6f11a509185c66 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Tue, 20 Jan 2015 02:10:18 -0500 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/zh_TW.js | 7 +++++++ l10n/zh_TW.json | 7 +++++++ l10n/zh_TW.php | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 38fd79ed..ded69cbd 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -5,8 +5,12 @@ OC.L10N.register( "Bookm." : "書籤", "No file provided for import" : "沒有提供匯入用的檔案", "Unsupported file type for import" : "不支援這種檔案類型的匯入", + "Bookmark added. You can close the window now." : "書籤以增加。你可以關閉視窗了。", + "Bookmark added successfully" : "書籤新增成功", + "Some Error happened." : "發生了一些錯誤", "Error" : "錯誤", "Filter by tag" : "依標籤篩選", + "Are you sure you want to remove this bookmark?" : "你確定你要移除此書籤?", "Warning" : "警告", "Tags" : "標籤", "Are you sure you want to remove this tag from every entry?" : "您確定要從每個項目中移除這個標籤嗎?", @@ -14,6 +18,7 @@ OC.L10N.register( "Import completed successfully." : "匯入成功完成。", "Uploading..." : "上傳中...", "Add a bookmark" : "新增書籤", + "This URL is already bookmarked! Overwrite?" : "此網址已經存在書籤中,確定要複寫?", "The title of the page" : "頁面標題", "The address of the page" : "頁面的位址", "Description of the page" : "頁面說明", @@ -25,7 +30,9 @@ OC.L10N.register( "Add to ownCloud" : "新增至ownCloud", "Address" : "網址", "Add" : "新增", + "Filterable Tags" : "可篩選的標記", "You have no bookmarks" : "您還沒有任何書籤", + "You can also import a bookmark file" : "你也可以匯入書籤檔案", "Bookmarklet" : "Bookmarklet", "Export & Import" : "匯出與匯入", "Export" : "匯出", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index a0231eda..a6c171ff 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -3,8 +3,12 @@ "Bookm." : "書籤", "No file provided for import" : "沒有提供匯入用的檔案", "Unsupported file type for import" : "不支援這種檔案類型的匯入", + "Bookmark added. You can close the window now." : "書籤以增加。你可以關閉視窗了。", + "Bookmark added successfully" : "書籤新增成功", + "Some Error happened." : "發生了一些錯誤", "Error" : "錯誤", "Filter by tag" : "依標籤篩選", + "Are you sure you want to remove this bookmark?" : "你確定你要移除此書籤?", "Warning" : "警告", "Tags" : "標籤", "Are you sure you want to remove this tag from every entry?" : "您確定要從每個項目中移除這個標籤嗎?", @@ -12,6 +16,7 @@ "Import completed successfully." : "匯入成功完成。", "Uploading..." : "上傳中...", "Add a bookmark" : "新增書籤", + "This URL is already bookmarked! Overwrite?" : "此網址已經存在書籤中,確定要複寫?", "The title of the page" : "頁面標題", "The address of the page" : "頁面的位址", "Description of the page" : "頁面說明", @@ -23,7 +28,9 @@ "Add to ownCloud" : "新增至ownCloud", "Address" : "網址", "Add" : "新增", + "Filterable Tags" : "可篩選的標記", "You have no bookmarks" : "您還沒有任何書籤", + "You can also import a bookmark file" : "你也可以匯入書籤檔案", "Bookmarklet" : "Bookmarklet", "Export & Import" : "匯出與匯入", "Export" : "匯出", diff --git a/l10n/zh_TW.php b/l10n/zh_TW.php index a536e7b3..dfef21de 100644 --- a/l10n/zh_TW.php +++ b/l10n/zh_TW.php @@ -4,8 +4,12 @@ $TRANSLATIONS = array( "Bookm." => "書籤", "No file provided for import" => "沒有提供匯入用的檔案", "Unsupported file type for import" => "不支援這種檔案類型的匯入", +"Bookmark added. You can close the window now." => "書籤以增加。你可以關閉視窗了。", +"Bookmark added successfully" => "書籤新增成功", +"Some Error happened." => "發生了一些錯誤", "Error" => "錯誤", "Filter by tag" => "依標籤篩選", +"Are you sure you want to remove this bookmark?" => "你確定你要移除此書籤?", "Warning" => "警告", "Tags" => "標籤", "Are you sure you want to remove this tag from every entry?" => "您確定要從每個項目中移除這個標籤嗎?", @@ -13,6 +17,7 @@ $TRANSLATIONS = array( "Import completed successfully." => "匯入成功完成。", "Uploading..." => "上傳中...", "Add a bookmark" => "新增書籤", +"This URL is already bookmarked! Overwrite?" => "此網址已經存在書籤中,確定要複寫?", "The title of the page" => "頁面標題", "The address of the page" => "頁面的位址", "Description of the page" => "頁面說明", @@ -24,7 +29,9 @@ $TRANSLATIONS = array( "Add to ownCloud" => "新增至ownCloud", "Address" => "網址", "Add" => "新增", +"Filterable Tags" => "可篩選的標記", "You have no bookmarks" => "您還沒有任何書籤", +"You can also import a bookmark file" => "你也可以匯入書籤檔案", "Bookmarklet" => "Bookmarklet", "Export & Import" => "匯出與匯入", "Export" => "匯出",