Approval.
This commit is contained in:
parent
eb9834ca20
commit
78c35964fb
@ -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' => 'Ширина цоколя',
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_count_copies_set = array (
|
||||
'copies' => 'Copies',
|
||||
'specimen' => 'Specimen',
|
||||
'copies' => 'Экземпляров',
|
||||
'specimen' => 'Образцов',
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_count_parts_set = array (
|
||||
'parts' => 'Parts',
|
||||
'pages' => 'Pages',
|
||||
'parts' => 'Частей',
|
||||
'pages' => 'Страниц',
|
||||
);
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_die_axis_set = array (
|
||||
'h' => 'h',
|
||||
'h' => 'ч',
|
||||
);
|
||||
|
@ -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' => 'Ширина цоколя',
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_count_copies_set = array (
|
||||
'copies' => 'Copies',
|
||||
'specimen' => 'Specimen',
|
||||
'copies' => 'Примірників',
|
||||
'specimen' => 'Зразків',
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_count_parts_set = array (
|
||||
'parts' => 'Parts',
|
||||
'pages' => 'Pages',
|
||||
'parts' => 'Частин',
|
||||
'pages' => 'Сторінок',
|
||||
);
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_die_axis_set = array (
|
||||
'h' => 'h',
|
||||
'h' => 'г',
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user