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/
This commit is contained in:
thing no 2021-02-26 06:35:05 +00:00 committed by Hosted Weblate
parent 6f0e7e6123
commit 4c150eebe3
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
1 changed files with 15 additions and 0 deletions

View File

@ -1791,5 +1791,20 @@
"placeholders": {
"count": {}
}
},
"userIsTyping": "{username}正在打字啦 不要急…",
"@userIsTyping": {
"type": "text",
"placeholders": {
"username": {}
}
},
"userAndUserAreTyping": "{username}和{username2}正在輸入…",
"@userAndUserAreTyping": {
"type": "text",
"placeholders": {
"username": {},
"username2": {}
}
}
}