chore(translations): Translated using Weblate (Czech)

Currently translated at 65.4% (539 of 823 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/
This commit is contained in:
arxari 2025-12-05 07:53:36 +01:00 committed by Hosted Weblate
parent 11a26ef81b
commit 66a788129b
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -2669,5 +2669,36 @@
"type": "String"
}
}
}
},
"ignoreUser": "Ignorovat uživatele",
"@ignoreUser": {},
"normalUser": "Normalní uživatel",
"@normalUser": {},
"countInvited": "{count} pozváno",
"@countInvited": {
"type": "String",
"placeholders": {
"count": {
"type": "int"
}
}
},
"invitedBy": "📩 Pozván {user}",
"@invitedBy": {
"placeholders": {
"user": {
"type": "String"
}
}
},
"hasKnocked": "🚪 {user} zaklepal",
"@hasKnocked": {
"placeholders": {
"user": {
"type": "String"
}
}
},
"usersMustKnock": "Uživatelé musí zaklepat",
"@usersMustKnock": {}
}