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' => 'Другое',
),
)