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'] = 'sinistra';
$position_set['top_left'] = 'in alto a sinistra';
$position_set['top'] = 'sopra';
$position_set['top_right'] = 'in alto a destra';
$position_set['right'] = 'destra';
$position_set['bottom_right'] = 'in basso a destra';
$position_set['bottom'] = 'sotto / in basso';
$position_set['bottom_left'] = 'in basso a sinistra';
$position_set['center'] = 'centrale';
$position_set['rear_side'] = ' parte posteriore ';
$position_set['edge'] = 'bordo';
$position_set['other'] = 'altra/o';
declare(strict_types = 1);
array (
'position_set' =>
array (
'left' => 'sinistra',
'top_left' => 'in alto a sinistra',
'top' => 'sopra',
'top_right' => 'in alto a destra',
'right' => 'destra',
'bottom_right' => 'in basso a destra',
'bottom' => 'sotto / in basso',
'bottom_left' => 'in basso a sinistra',
'center' => 'centrale',
'rear_side' => ' parte posteriore ',
'edge' => 'bordo',
'other' => 'altra/o',
),
)