Merge pull request #1862 from weblate/weblate-fluffychat-translations

Translations update from Hosted Weblate
This commit is contained in:
Krille-chan 2025-05-15 16:18:15 +02:00 committed by GitHub
commit 723de21d71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 25 additions and 2 deletions

View file

@ -3274,7 +3274,7 @@
"@notificationRuleJitsi": {},
"allDevices": "Alle Geräte",
"@allDevices": {},
"enterNewChat": "Neuen Chat starten",
"enterNewChat": "Neuen Chat betreten",
"@enterNewChat": {},
"shareKeysWith": "Schlüssel teilen mit...",
"@shareKeysWith": {},

View file

@ -3354,5 +3354,28 @@
"approve": "Goedkeuren",
"@approve": {},
"youHaveKnocked": "Je hebt geklopt",
"@youHaveKnocked": {}
"@youHaveKnocked": {},
"sentVoiceMessage": "🎙️ {duration} - {sender}",
"@sentVoiceMessage": {
"type": "String",
"placeholders": {
"sender": {
"type": "String"
},
"duration": {
"type": "String"
}
}
},
"countInvited": "{count} uitgenodigd",
"@countInvited": {
"type": "String",
"placeholders": {
"count": {
"type": "int"
}
}
},
"checkList": "Checklist",
"@checkList": {}
}