translation-value-sets/ru/position_set.php

17 lines
492 B
PHP
Raw Normal View History

2020-08-06 16:08:45 +02:00
<?PHP
2023-01-23 22:37:48 +01:00
declare(strict_types = 1);
2023-01-23 22:41:01 +01:00
$position_set = array (
'left' => 'Слева',
'top_left' => 'Вверху слева',
'top' => 'Наверху',
'top_right' => 'Вверху справа',
'right' => 'Справа',
'bottom_right' => 'Внизу справа',
'bottom' => 'Внизу',
'bottom_left' => 'Внизу слева',
'center' => 'По центру',
'rear_side' => 'Обратная сторона',
'edge' => 'Край',
'other' => 'Другое',
);