Translated using Weblate (Ukrainian)

Currently translated at 99.8% (774 of 775 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/
This commit is contained in:
Ihor Hordiichuk 2025-05-20 01:46:23 +02:00 committed by Hosted Weblate
parent ad273794cb
commit 3110b44c96
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -3359,5 +3359,26 @@
"approve": "Схвалити",
"@approve": {},
"youHaveKnocked": "Ви постукали",
"@youHaveKnocked": {}
"@youHaveKnocked": {},
"sentVoiceMessage": "🎙️ {duration} - {sender}",
"@sentVoiceMessage": {
"type": "String",
"placeholders": {
"sender": {
"type": "String"
},
"duration": {
"type": "String"
}
}
},
"countInvited": "Запрошено {count}",
"@countInvited": {
"type": "String",
"placeholders": {
"count": {
"type": "int"
}
}
}
}