Files
translation-value-sets/hi/units_count_parts_set.php
2025-07-11 06:37:45 +00:00

8 lines
172 B
PHP

<?PHP
declare(strict_types = 1);
$units_count_parts_set = array (
'parts' => 'भागों',
'pages' => 'पृष्ठों',
'sheets' => 'पत्रक',
);