Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-04-11 05:24:42 +0300
committerNextcloud bot <bot@nextcloud.com>2021-04-11 05:24:42 +0300
commitd942a5b2be287dc9a6bc99a35d23447cc0be83c4 (patch)
tree23fe722b981f3e28d91d0b02ad3e978ac208754a /core/l10n/zh_HK.js
parentbbee01117e36fcabf7db8195343d897bc28c619a (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/zh_HK.js')
-rw-r--r--core/l10n/zh_HK.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js
index 19f166b0dd6..9b4701d3f7f 100644
--- a/core/l10n/zh_HK.js
+++ b/core/l10n/zh_HK.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"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" : "未知的檔案類型",