From 7c33eb9228a82b9e2126daebd20b188456a5b74e Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Mon, 23 Dec 2024 19:36:04 +0000 Subject: [PATCH] New translations errors.php (Czech) --- lang/cs/errors.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/cs/errors.php b/lang/cs/errors.php index c740ee193..96f900b2f 100644 --- a/lang/cs/errors.php +++ b/lang/cs/errors.php @@ -106,8 +106,8 @@ return [ 'back_soon' => 'Brzy bude opět v provozu.', // Import - 'import_zip_cant_read' => 'Could not read ZIP file.', - 'import_zip_cant_decode_data' => 'Could not find and decode ZIP data.json content.', + 'import_zip_cant_read' => 'Nelze načíst ZIP soubor.', + 'import_zip_cant_decode_data' => 'Nelze najít a dekódovat data.json v archivu ZIP.', 'import_zip_no_data' => 'ZIP file data has no expected book, chapter or page content.', 'import_validation_failed' => 'Import ZIP failed to validate with errors:', 'import_zip_failed_notification' => 'Failed to import ZIP file.',