From f8d903ee377e783b5887f2d76e2669e55e1e0686 Mon Sep 17 00:00:00 2001 From: Weblate Date: Mon, 29 Jan 2024 17:29:17 +0100 Subject: [PATCH] Translated using Weblate (Chinese (Traditional)) Currently translated at 1.0% (17 of 1700 strings) Translated using Weblate (Chinese (Traditional)) Currently translated at 0.5% (10 of 1682 strings) Co-authored-by: Si manglam Co-authored-by: Weblate Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/zh_Hant/ Translation: CryptPad/App --- www/common/translations/messages.zh_Hant.json | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/www/common/translations/messages.zh_Hant.json b/www/common/translations/messages.zh_Hant.json index 0967ef424..1bd8323bf 100644 --- a/www/common/translations/messages.zh_Hant.json +++ b/www/common/translations/messages.zh_Hant.json @@ -1 +1,21 @@ -{} +{ + "type": { + "pad": "Rich text", + "kanban": "看板", + "slide": "Markdown 投影片", + "drive": "CryptDrive", + "whiteboard": "白板", + "file": "檔案", + "media": "多媒體", + "todo": "Todo", + "contacts": "聯絡我們", + "sheet": "試算表", + "teams": "團隊", + "form": "表單", + "doc": "文件", + "diagram": "圖表" + }, + "deletedError": "這份文件已被永久刪除。", + "common_connectionLost": "伺服器連線中斷
在恢復連線前都會是唯讀模式。", + "inactiveError": "這份文件已因太久未被編輯而刪除,請按 Esc 鍵來創建一份新文件。" +}