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 個空間>" }