Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (775 of 775 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/
This commit is contained in:
大王叫我来巡山 2025-05-12 05:40:02 +02:00 committed by Hosted Weblate
parent 32e31834d1
commit f267dc2a56
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -3359,5 +3359,28 @@
"youHaveKnocked": "你已请求加入",
"@youHaveKnocked": {},
"pleaseWaitUntilInvited": "在来自该聊天室的某人邀请你之前请等待。",
"@pleaseWaitUntilInvited": {}
"@pleaseWaitUntilInvited": {},
"countInvited": "邀请了 {count}",
"@countInvited": {
"type": "String",
"placeholders": {
"count": {
"type": "int"
}
}
},
"checkList": "清单",
"@checkList": {},
"sentVoiceMessage": "🎙️ {duration} - {sender}",
"@sentVoiceMessage": {
"type": "String",
"placeholders": {
"sender": {
"type": "String"
},
"duration": {
"type": "String"
}
}
}
}