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/
This commit is contained in:
thing no 2021-02-26 06:09:04 +00:00 committed by Hosted Weblate
parent 37974a34ca
commit bb817fb3ff
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C

View File

@ -1776,5 +1776,20 @@
"placeholders": {
"username": {}
}
},
"userAndOthersAreTyping": "{username}和另外{count}個人正在輸入…",
"@userAndOthersAreTyping": {
"type": "text",
"placeholders": {
"username": {},
"count": {}
}
},
"numUsersTyping": "{count}個人正在輸入…",
"@numUsersTyping": {
"type": "text",
"placeholders": {
"count": {}
}
}
}