Approval.

This commit is contained in:
2025-10-11 09:36:58 +00:00
committed by md translation bot
parent 4fbf5b51c4
commit 8f307cf3d9
46 changed files with 194 additions and 90 deletions

View File

@@ -1,10 +1,10 @@
<?PHP
declare(strict_types = 1);
$units_count_parts_set = array (
'parts' => 'Parts',
'pages' => 'Pages',
'sheets' => 'Sheets',
'double_pages' => 'Double pages',
'standalone_sheets' => 'Standalone sheets',
'written_pages' => 'Written pages',
'parts' => 'Díly',
'pages' => 'Stránky',
'sheets' => 'Listy',
'double_pages' => 'Dvojité stránky',
'standalone_sheets' => 'Samostatné listy',
'written_pages' => 'Psané stránky',
);