Approval.

This commit is contained in:
2023-01-23 21:37:48 +00:00
committed by md translation bot
parent 08aa8753aa
commit 6922772f3e
860 changed files with 11842 additions and 6622 deletions

View File

@ -1,13 +1,19 @@
<?PHP
$position_set['left'] = 'Ліворуч';
$position_set['top_left'] = 'Ліворуч вгорі';
$position_set['top'] = 'Верхня частина';
$position_set['top_right'] = 'Праворуч вгорі';
$position_set['right'] = 'Праворуч';
$position_set['bottom_right'] = 'Внизу праворуч ';
$position_set['bottom'] = 'Нижня частина';
$position_set['bottom_left'] = 'Внизу зліва';
$position_set['center'] = 'Центральна частина';
$position_set['rear_side'] = 'Зворотній бік';
$position_set['edge'] = 'Край';
$position_set['other'] = 'Інше ';
declare(strict_types = 1);
array (
'position_set' =>
array (
'left' => 'Ліворуч',
'top_left' => 'Ліворуч вгорі',
'top' => 'Верхня частина',
'top_right' => 'Праворуч вгорі',
'right' => 'Праворуч',
'bottom_right' => 'Внизу праворуч ',
'bottom' => 'Нижня частина',
'bottom_left' => 'Внизу зліва',
'center' => 'Центральна частина',
'rear_side' => 'Зворотній бік',
'edge' => 'Край',
'other' => 'Інше ',
),
)