From 2b2fe9adb93cecff0c0f3ef20d723b0f8d2f3ccb Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Tue, 15 Feb 2022 02:30:17 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (3441 of 3441 strings) Translation: Element Web/matrix-react-sdk Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/ --- src/i18n/strings/zh_Hant.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/zh_Hant.json b/src/i18n/strings/zh_Hant.json index 225fe96c5d..2b3cf7cb5d 100644 --- a/src/i18n/strings/zh_Hant.json +++ b/src/i18n/strings/zh_Hant.json @@ -3641,5 +3641,8 @@ "%(severalUsers)sremoved a message %(count)s times|one": "%(severalUsers)s 移除了 1 個訊息", "%(severalUsers)sremoved a message %(count)s times|other": "%(severalUsers)s 咦除了 %(count)s 個訊息", "%(severalUsers)schanged the pinned messages for the room %(count)s times.|one": "%(severalUsers)s 變更了聊天室的釘選訊息。", - "Automatically send debug logs when key backup is not functioning": "金鑰備份無法運作時自動傳送除錯紀錄檔" + "Automatically send debug logs when key backup is not functioning": "金鑰備份無法運作時自動傳送除錯紀錄檔", + "<%(count)s spaces>|zero": "<空字串>", + "<%(count)s spaces>|one": "<空間>", + "<%(count)s spaces>|other": "<%(count)s 個空間>" }