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:
Diffstat (limited to 'l10n/zh_HK.json')
-rw-r--r--l10n/zh_HK.json60
1 files changed, 48 insertions, 12 deletions
diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json
index 8fadc3d75..e2c1fcdc7 100644
--- a/l10n/zh_HK.json
+++ b/l10n/zh_HK.json
@@ -1,5 +1,14 @@
{ "translations": {
"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" : "說明",
@@ -19,10 +28,48 @@
"Enter your name so other users can see who is editing" : "輸入您的名稱,這樣其他用戶才能查看是誰在編輯",
"Edit guest name" : "編輯訪客名稱",
"Save guest name" : "儲存訪客名稱",
+ "Formatting help" : "格式化說明",
+ "Speed up your writing with simple shortcuts." : "使用簡單的快捷方式加快您的寫作速度。",
+ "Just type the Markdown syntax or use keyboard shortcuts from below." : "只需輸入 Markdown 語法或使用下方的鍵盤快捷鍵即可。",
+ "Just type the Markdown syntax from below." : "只需輸入下方的 Markdown 語法即可。",
+ "Style" : "樣式",
+ "Syntax" : "語法",
+ "Keyboard shortcuts" : "鍵盤快捷鍵",
+ "Bold" : "粗體",
+ "Bold text" : "粗體文字",
+ "Ctrl" : "Ctrl",
+ "Italic" : "斜體",
+ "Italicized text" : "斜體文字",
+ "Strikethrough" : "刪除線",
+ "Mistaken text" : "錯誤的文字",
+ "Heading 1" : "標題 1",
+ "Heading level 1" : "標題級別 1",
+ "Shift" : "轉移",
+ "Heading 6" : "標題 6",
+ "Heading level 6" : "標題級別 6",
+ "Unordered list" : "無序清單",
+ "An item" : "一個項目",
+ "Ordered list" : "有序清單",
+ "First item" : "第一個項目",
+ "Checklist" : "清單",
+ "Todo item" : "待辦事項",
+ "Blockquote" : "引文",
+ "Quoted text" : "引用文字",
+ "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" : "更新連結",
+ "Add Link" : "添加連結",
"Link file" : "連結檔案",
+ "Remove Link" : "移除連結",
"Select file to link to" : "選擇要連結的檔案",
"Show author colors" : "顯示作者顏色",
"Author colors are only shown until everyone has closed the document." : "僅在所有人都關閉文件前才顯示文件顏色。",
@@ -33,23 +80,12 @@
"Edit" : "編輯",
"Undo" : "復原",
"Redo" : "重作",
- "Bold" : "粗體",
- "Italic" : "斜體",
- "Strikethrough" : "刪除線",
"Headings" : "標題",
- "Heading 1" : "標題 1",
"Heading 2" : "標題 2",
"Heading 3" : "標題 3",
"Heading 4" : "標題 4",
"Heading 5" : "標題 5",
- "Heading 6" : "標題 6",
- "Unordered list" : "無序清單",
- "Ordered list" : "有序清單",
"ToDo list" : "待辦清單",
- "Blockquote" : "引文",
- "Code block" : "程式碼區塊",
- "Emoji picker" : "Emoji 選擇器",
- "Retry" : "重試",
- "Unpushed changes" : "未推送變更"
+ "Emoji picker" : "Emoji 選擇器"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file