diff options
Diffstat (limited to 'core/l10n/zh_TW.json')
-rw-r--r-- | core/l10n/zh_TW.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json index 43394032e6b..633f8f3948f 100644 --- a/core/l10n/zh_TW.json +++ b/core/l10n/zh_TW.json @@ -3,6 +3,14 @@ "File is too big" : "檔案太大", "The selected file is not an image." : "選取的檔案不是圖片檔", "The selected file cannot be read." : "選取的檔案無法讀取", + "The file was uploaded" : "檔案已上傳", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 選項的限制", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制", + "The file was only partially uploaded" : "檔案僅部份上傳", + "No file was uploaded" : "沒有檔案被上傳", + "Missing a temporary folder" : "找不到暫存資料夾", + "Could not write file to disk" : "無法寫入硬碟", + "A PHP extension stopped the file upload" : "一個 PHP 擴充功能終止檔案的上傳", "Invalid file provided" : "提供的檔案無效", "No image or file provided" : "未提供圖片或檔案", "Unknown filetype" : "未知的檔案類型", @@ -120,6 +128,8 @@ "Please reload the page." : "請重新整理頁面", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "更新失敗,檢視<a href=\"{url}\">論壇上的文章</a>來瞭解更多", "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}。"], "Log in" : "登入", "Logging in …" : "正在登入……", "Server side authentication failed!" : "伺服器端認證失敗!", @@ -135,7 +145,6 @@ "Passwordless authentication is not supported in your browser." : "無密碼身份驗證不支援你使用的瀏覽器。", "Passwordless authentication is only available over a secure connection." : "無密碼身份驗證僅支援經加密的連線。", "Reset password" : "重設密碼", - "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "重設密碼資訊已寄至您的電子郵件。若您並未收到該信件,請確認您垃圾信箱,或請求管理員協助。", "If it is not there ask your local administrator." : "你找的東西不在,請聯絡管理員。", "Couldn't send reset email. Please contact your administrator." : "無法寄出重設密碼資訊。請聯絡您的管理員。", "Password can not be changed. Please contact your administrator." : "無法重設密碼,請聯絡管理員。", @@ -391,6 +400,7 @@ "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} 筆結果"], + "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "重設密碼資訊已寄至您的電子郵件。若您並未收到該信件,請確認您垃圾信箱,或請求管理員協助。", "Nextcloud {app}" : "Nextcloud {app}", "Search" : "搜尋", "These apps will be updated:" : "將會更新這些應用程式", |