diff options
Diffstat (limited to 'core/l10n/zh_TW.js')
-rw-r--r-- | core/l10n/zh_TW.js | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index 4510cb733aa..097e64b18e8 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -150,6 +150,7 @@ OC.L10N.register( "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "更新不成功。請在 <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud 社群</a>回報此問題。", "Continue to {productName}" : "繼續使用 {productName}", "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["更新成功。將在 %n 秒後重新導向至 {productName}。"], + "Applications menu" : "應用程式選單", "More apps" : "更多應用程式", "Currently open" : "目前開啟", "_{count} notification_::_{count} notifications_" : ["{count} 個通知"], @@ -231,6 +232,7 @@ OC.L10N.register( "Supported versions" : "支援的版本", "{name} version {version} and above" : "{name} 的版本 {version} 及更新", "Settings menu" : "設定選單", + "Avatar of {displayName}" : "{displayName} 的大頭照", "Search {types} …" : "搜尋 {types} 中……", "No" : "否", "Yes" : "是", @@ -255,10 +257,6 @@ OC.L10N.register( "({count} selected)" : "(已選取 {count} 項)", "Error loading file exists template" : "載入已存在的範本時發生錯誤", "Saving …" : "儲存中……", - "Authentication required" : "必須驗證", - "This action requires you to confirm your password" : "這個動作需要您再次確認密碼", - "Confirm" : "確認", - "Failed to authenticate, try again" : "驗證失敗,請再試一次", "seconds ago" : "幾秒前", "Connection to server lost" : "伺服器連線中斷", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["載入頁面時發生問題,%n 秒後重新整理"], @@ -350,7 +348,9 @@ OC.L10N.register( "Skip to navigation of app" : "跳到應用程式導覽", "Go to %s" : "前往 %s", "Get your own free account" : "取得免費帳號", + "This action requires you to confirm your password" : "這個動作需要您再次確認密碼", "Confirm your password" : "確認密碼", + "Confirm" : "確認", "Connect to your account" : "連結您的帳號", "Please log in before granting %1$s access to your %2$s account." : "請登入後再授權「%1$s」存取您的 %2$s 帳號", "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "若您並未嘗試設定新裝置或應用程式,那麼某人可能正在欺騙您讓他們存取您的資料。在這種情況下,請不要繼續,請聯絡您的系統管理員。", @@ -427,6 +427,8 @@ OC.L10N.register( "Home" : "家", "Copy to {folder}" : "複製到 {folder}", "Move to {folder}" : "移動到 {folder}", + "Authentication required" : "必須驗證", + "Failed to authenticate, try again" : "驗證失敗,請再試一次", "File not found" : "找不到檔案", "The document could not be found on the server. Maybe the share was deleted or has expired?" : "伺服器上找不到該文件,或許這個分享已經被刪除或是過期了?", "Please use the command line updater because automatic updating is disabled in the config.php." : "由於自動更新功能已在 config.php 檔案中設定停用,請使用命令列更新系統。", |