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

8 lines
144 B
PHP

<?PHP
declare(strict_types = 1);
$units_count_parts_set = array (
'parts' => 'Bestandteile',
'pages' => 'Seiten',
'sheets' => 'Blatt',
);