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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-01-05 06:18:43 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-05 06:18:43 +0300
commitae157ad006904d8f58625eb1252f4f7ef70d4bee (patch)
tree3a8fedcd470733729c00119bb7776d882be292a1 /l10n/zh_HK.js
parent7d4d16d41efca32de7d87c349c5a8e00edbc8a0f (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n/zh_HK.js')
-rw-r--r--l10n/zh_HK.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js
index a1d83dcd2..81e263571 100644
--- a/l10n/zh_HK.js
+++ b/l10n/zh_HK.js
@@ -2,6 +2,15 @@ OC.L10N.register(
"text",
{
"New text document" : "新文字文件",
+ "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 擴充功能終止檔案的上傳",
+ "No file uploaded or file size exceeds maximum of %s" : "沒有上傳檔案或檔案大小超過 %s 的最大值",
"Nextcloud Text" : "Nextcloud 文字編輯器",
"text document" : "文字文件",
"Readme" : "說明",
@@ -51,7 +60,12 @@ OC.L10N.register(
"Code block" : "程式碼區塊",
"Some code" : "一些代碼",
"Insert emoji" : "插入 emoji",
+ "Upload from computer" : "從電腦上傳",
+ "Insert from Files" : "從檔案插入",
+ "Insert from link" : "從連結插入",
+ "Image link to insert" : "要插入的圖像連結",
"Insert image" : "插入圖像",
+ "Image format not supported" : "不支持圖像格式",
"Insert an image" : "插入圖像",
"Alt" : "Alt",
"Update Link" : "更新連結",