Approval.

This commit is contained in:
Joshua Ramon Enslin 2025-01-22 14:03:17 +00:00 committed by md translation bot
parent 2619277713
commit 76256a823c
3 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ $measurement_type_set = array (
'weight' => 'Súly',
'diameter' => 'Átmérő',
'wall' => 'Falvastagság',
'number_of_parts' => 'Részek száma',
'number_of_parts' => 'Részegységek',
'die_axis' => 'Die-axis',
'length_socle' => 'Hosszúság (talapzat)',
'height_socle' => 'Magasság (talapzat)',

View File

@ -1,6 +1,6 @@
<?PHP
declare(strict_types = 1);
$units_count_copies_set = array (
'copies' => 'Copies',
'specimen' => 'Specimen',
'copies' => 'db',
'specimen' => 'példány',
);

View File

@ -1,7 +1,7 @@
<?PHP
declare(strict_types = 1);
$units_count_parts_set = array (
'parts' => 'Parts',
'pages' => 'Pages',
'sheets' => 'Sheets',
'parts' => 'darab',
'pages' => 'oldal',
'sheets' => 'lap',
);