From 66a788129b108a767f952a044055d5caccdba204 Mon Sep 17 00:00:00 2001 From: arxari Date: Fri, 5 Dec 2025 07:53:36 +0100 Subject: [PATCH] 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/ --- lib/l10n/intl_cs.arb | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_cs.arb b/lib/l10n/intl_cs.arb index 4454804ef..14a899cd8 100644 --- a/lib/l10n/intl_cs.arb +++ b/lib/l10n/intl_cs.arb @@ -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": {} }