diff --git a/lib/l10n/intl_zh_Hant.arb b/lib/l10n/intl_zh_Hant.arb index 0e971275..c08b7f8a 100644 --- a/lib/l10n/intl_zh_Hant.arb +++ b/lib/l10n/intl_zh_Hant.arb @@ -1777,7 +1777,7 @@ "username": {} } }, - "userAndOthersAreTyping": "{username}和另外{count}個人正在輸入…", + "userAndOthersAreTyping": "{username}和其他{count}個人正在輸入…", "@userAndOthersAreTyping": { "type": "text", "placeholders": { @@ -1806,5 +1806,10 @@ "username": {}, "username2": {} } + }, + "username": "使用者名稱", + "@username": { + "type": "text", + "placeholders": {} } }