Approval.

This commit is contained in:
Joshua Ramon Enslin 2024-12-01 15:52:41 +00:00 committed by md translation bot
parent eb9834ca20
commit 78c35964fb
8 changed files with 34 additions and 34 deletions

View File

@ -1,16 +1,16 @@
<?PHP
declare(strict_types = 1);
$measurement_type_set = array (
'length' => 'Length',
'height' => 'Height',
'width' => 'Width',
'number_of_copies' => 'Number of copies',
'weight' => 'Weight',
'diameter' => 'Diameter',
'wall' => 'Wall',
'number_of_parts' => 'Number of parts',
'die_axis' => 'Die-axis',
'length_socle' => 'Length of socle',
'height_socle' => 'Height of socle',
'width_socle' => 'Width of socle',
'length' => 'Длина',
'height' => 'Высота',
'width' => 'Ширина',
'number_of_copies' => 'Количество экземпляров',
'weight' => 'Вес',
'diameter' => 'Диаметр',
'wall' => 'Стена',
'number_of_parts' => 'Количество деталей',
'die_axis' => 'Ось штампа',
'length_socle' => 'Длина цоколя',
'height_socle' => 'Высота цоколя',
'width_socle' => 'Ширина цоколя',
);

View File

@ -1,6 +1,6 @@
<?PHP
declare(strict_types = 1);
$units_count_copies_set = array (
'copies' => 'Copies',
'specimen' => 'Specimen',
'copies' => 'Экземпляров',
'specimen' => 'Образцов',
);

View File

@ -1,6 +1,6 @@
<?PHP
declare(strict_types = 1);
$units_count_parts_set = array (
'parts' => 'Parts',
'pages' => 'Pages',
'parts' => 'Частей',
'pages' => 'Страниц',
);

View File

@ -1,5 +1,5 @@
<?PHP
declare(strict_types = 1);
$units_die_axis_set = array (
'h' => 'h',
'h' => 'ч',
);

View File

@ -1,16 +1,16 @@
<?PHP
declare(strict_types = 1);
$measurement_type_set = array (
'length' => 'Length',
'height' => 'Height',
'width' => 'Width',
'number_of_copies' => 'Number of copies',
'weight' => 'Weight',
'diameter' => 'Diameter',
'wall' => 'Wall',
'number_of_parts' => 'Number of parts',
'die_axis' => 'Die-axis',
'length_socle' => 'Length of socle',
'height_socle' => 'Height of socle',
'width_socle' => 'Width of socle',
'length' => 'Довжина',
'height' => 'Висота',
'width' => 'Ширина',
'number_of_copies' => 'Кількість екземплярів',
'weight' => 'Вага',
'diameter' => 'Діаметр',
'wall' => 'Стіна',
'number_of_parts' => 'Кількість частин',
'die_axis' => 'Вісь матриці',
'length_socle' => 'Довжина цоколя',
'height_socle' => 'Висота цоколя',
'width_socle' => 'Ширина цоколя',
);

View File

@ -1,6 +1,6 @@
<?PHP
declare(strict_types = 1);
$units_count_copies_set = array (
'copies' => 'Copies',
'specimen' => 'Specimen',
'copies' => 'Примірників',
'specimen' => 'Зразків',
);

View File

@ -1,6 +1,6 @@
<?PHP
declare(strict_types = 1);
$units_count_parts_set = array (
'parts' => 'Parts',
'pages' => 'Pages',
'parts' => 'Частин',
'pages' => 'Сторінок',
);

View File

@ -1,5 +1,5 @@
<?PHP
declare(strict_types = 1);
$units_die_axis_set = array (
'h' => 'h',
'h' => 'г',
);