diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-07-22 00:08:07 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-07-22 00:08:07 +0000 |
commit | ce7c62d9bb1bffab09e0a35af08677370dc68dcc (patch) | |
tree | 26c74f2bd1e025090c5fa3444548c45f4cf62c8a /core/l10n/zh_TW.js | |
parent | 655c26224be56ef284f9032cfe70ad026d5c62b1 (diff) | |
download | nextcloud-server-ce7c62d9bb1bffab09e0a35af08677370dc68dcc.tar.gz nextcloud-server-ce7c62d9bb1bffab09e0a35af08677370dc68dcc.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/zh_TW.js')
-rw-r--r-- | core/l10n/zh_TW.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index cd749c08950..188bd150adc 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -38,6 +38,8 @@ OC.L10N.register( "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "檢查是否有可更新的資料庫格式(若資料庫較大,可能需要一段時間)", "Checked database schema update" : "已檢查資料庫格式更新", "Checking updates of apps" : "檢查 app 更新", + "Update app \"%s\" from appstore" : "從應用商店更新 \"%s\"", + "Checked for update of app \"%s\" in appstore" : "從應用商店檢查 \"%s\" 的更新", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "檢查 %s 是否有可更新的資料庫格式(若資料庫較大,可能需要一段時間)", "Checked database schema update for apps" : "已檢查應用程式的資料庫格式更新", "Updated \"%s\" to %s" : "已更新 %s 到 %s", @@ -148,6 +150,7 @@ OC.L10N.register( "Could not unshare" : "無法取消分享", "Error while sharing" : "分享時發生錯誤", "Share details could not be loaded for this item." : "無法載入分享細節", + "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["至少需要 {count} 字才能自動完成"], "No users or groups found for {search}" : "沒有群組或使用者符合 {search}", "No users found for {search}" : "沒有使用者符合 {search}", "An error occurred. Please try again" : "發生錯誤,請再試一次", @@ -183,6 +186,7 @@ OC.L10N.register( "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "更新失敗,檢視<a href=\"{url}\">論壇上的文章</a>來瞭解更多", "Continue to Nextcloud" : "繼續前往 Nextcloud", "Searching other places" : "搜尋其他位置", + "No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag} 在其他資料夾中沒有比對結果", "_{count} search result in another folder_::_{count} search results in other folders_" : ["在其他資料夾中有 {count} 比結果"], "Personal" : "個人", "Users" : "使用者", @@ -244,6 +248,8 @@ OC.L10N.register( "Log in" : "登入", "Stay logged in" : "保持登入狀態", "Alternative Logins" : "其他登入方法", + "App token" : "App token", + "Redirecting …" : "重新導向…", "New password" : "新密碼", "New Password" : "新密碼", "Reset password" : "重設密碼", @@ -265,6 +271,7 @@ OC.L10N.register( "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "在大型安裝上,為了避免升級請求逾時,你也可以在安裝目錄執行下列指令:", "Detailed logs" : "詳細記錄檔", "Update needed" : "需要更新", + "Upgrade via web on my own risk" : "願意承擔風險透過網頁更新", "This %s instance is currently in maintenance mode, which may take a while." : "這個 %s 安裝目前處於維護模式,需要一段時間恢復。", "This page will refresh itself when the %s instance is available again." : "%s 安裝恢復可用之後,本頁會自動重新整理", "Contact your system administrator if this message persists or appeared unexpectedly." : "若這個訊息持續出現,請聯絡系統管理員", @@ -276,7 +283,12 @@ OC.L10N.register( "Error while unsharing" : "取消分享時發生錯誤", "can reshare" : "允許轉分享", "can edit" : "可編輯", + "can create" : "允許新增", + "can change" : "允許更動", + "can delete" : "允許刪除", "access control" : "存取控制", + "Share with users or groups..." : "與使用者和群組分享...", + "Share with users..." : "分享給其他使用者…", "The object type is not specified." : "未指定物件類型", "Enter new" : "輸入新的", "Add" : "增加", |