translation-value-sets/ru/units_count_parts_set.php
2025-01-14 10:06:14 +00:00

8 lines
153 B
PHP

<?PHP
declare(strict_types = 1);
$units_count_parts_set = array (
'parts' => 'Частей',
'pages' => 'Страниц',
'sheets' => 'Sheets',
);