translation-value-sets/uk/units_count_parts_set.php

8 lines
155 B
PHP
Raw Permalink Normal View History

2024-11-21 16:46:19 +00:00
<?PHP
declare(strict_types = 1);
$units_count_parts_set = array (
2024-12-01 15:52:41 +00:00
'parts' => 'Частин',
'pages' => 'Сторінок',
2025-01-14 10:06:14 +00:00
'sheets' => 'Sheets',
2024-11-21 16:46:19 +00:00
);