diff options
Diffstat (limited to 'core/l10n/zh_HK.js')
-rw-r--r-- | core/l10n/zh_HK.js | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js index 28011e8eb80..46275e90346 100644 --- a/core/l10n/zh_HK.js +++ b/core/l10n/zh_HK.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 檔案中設定停用,請使用命令列(command line)更新系統。", |