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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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