From 35e1e7f368bf24fccd6541a68cf673761b539c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20fudge?= Date: Sat, 7 Jun 2025 15:18:32 +0200 Subject: [PATCH] Translated using Weblate (Czech) Currently translated at 1.9% (9 of 462 strings) Translation: DonutWare/Fladder Translate-URL: https://hosted.weblate.org/projects/fladder/fladder/cs/ --- lib/l10n/app_cs.arb | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/lib/l10n/app_cs.arb b/lib/l10n/app_cs.arb index 0967ef4..e3a15e4 100644 --- a/lib/l10n/app_cs.arb +++ b/lib/l10n/app_cs.arb @@ -1 +1,22 @@ -{} +{ + "active": "Aktivní", + "@active": {}, + "nativeName": "Angličtina", + "@nativeName": {}, + "about": "O", + "@about": {}, + "accept": "Přijmout", + "@accept": {}, + "actor": "{count, plural, other{Herci} one{Herec/Herečka}}", + "@actor": { + "description": "actor", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "addAsFavorite": "Přidat do oblíbených", + "@addAsFavorite": {} +}