From bb817fb3ff5bc865c6bc5db500ece59b5229ec86 Mon Sep 17 00:00:00 2001 From: thing no Date: Fri, 26 Feb 2021 06:09:04 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Traditional)) Currently translated at 79.3% (330 of 416 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/ --- lib/l10n/intl_zh_Hant.arb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lib/l10n/intl_zh_Hant.arb b/lib/l10n/intl_zh_Hant.arb index 28481383..f3303102 100644 --- a/lib/l10n/intl_zh_Hant.arb +++ b/lib/l10n/intl_zh_Hant.arb @@ -1776,5 +1776,20 @@ "placeholders": { "username": {} } + }, + "userAndOthersAreTyping": "{username}和另外{count}個人正在輸入…", + "@userAndOthersAreTyping": { + "type": "text", + "placeholders": { + "username": {}, + "count": {} + } + }, + "numUsersTyping": "{count}個人正在輸入…", + "@numUsersTyping": { + "type": "text", + "placeholders": { + "count": {} + } } }