From fa65804bb1513f4275b07aba5d9de2e9a1ef3988 Mon Sep 17 00:00:00 2001 From: LibreTranslate Date: Sat, 7 Jun 2025 16:08:18 +0200 Subject: [PATCH] Translated using Weblate (Czech) Currently translated at 71.4% (330 of 462 strings) Translation: DonutWare/Fladder Translate-URL: https://hosted.weblate.org/projects/fladder/fladder/cs/ --- lib/l10n/app_cs.arb | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/lib/l10n/app_cs.arb b/lib/l10n/app_cs.arb index 5f16ccb..88334a3 100644 --- a/lib/l10n/app_cs.arb +++ b/lib/l10n/app_cs.arb @@ -1038,5 +1038,25 @@ "shuffleGallery": "Náhodné přehrávání galerie", "@shuffleGallery": {}, "syncRemoveDataDesc": "Smazat synchronizovaná video data? Toto je trvalé a budete muset soubory znovu synchronizovat.", - "@syncRemoveDataDesc": {} + "@syncRemoveDataDesc": {}, + "pathEditTitle": "Změnit umístění", + "@pathEditTitle": {}, + "aboutVersion": "Verze: {version}", + "@aboutVersion": { + "placeholders": { + "version": { + "type": "String" + } + } + }, + "aboutBuild": "Build: {buildNumber}", + "@aboutBuild": { + "placeholders": { + "buildNumber": { + "type": "String" + } + } + }, + "aboutCreatedBy": "Vytvořil(a) DonutWare", + "@aboutCreatedBy": {} }