From 4c150eebe36a9aa1a2ddc9f854383cb1ee74462c Mon Sep 17 00:00:00 2001 From: thing no Date: Fri, 26 Feb 2021 06:35:05 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Traditional)) Currently translated at 80.0% (333 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 e4e397c7..0e971275 100644 --- a/lib/l10n/intl_zh_Hant.arb +++ b/lib/l10n/intl_zh_Hant.arb @@ -1791,5 +1791,20 @@ "placeholders": { "count": {} } + }, + "userIsTyping": "{username}正在打字啦 不要急…", + "@userIsTyping": { + "type": "text", + "placeholders": { + "username": {} + } + }, + "userAndUserAreTyping": "{username}和{username2}正在輸入…", + "@userAndUserAreTyping": { + "type": "text", + "placeholders": { + "username": {}, + "username2": {} + } } }