New translations button.php (Swedish)

This commit is contained in:
Fatih Alp 2020-05-12 19:19:38 +03:00
parent 3551b4ca97
commit f40f680893

View File

@ -0,0 +1,17 @@
<?php
return [
'new_country' => 'Nytt land',
'new_city' => 'Ny stad',
'new_district' => 'Nytt distrikt',
'new_neighborhood' => 'Nytt grannskap',
'new_village' => 'New Village',
'sub_cities' => 'Understäder',
'add_sub_cities' => 'Lägg till Sub City',
'add_sub_districts' => 'Lägg till Sub District',
'add_sub_neighborhoods' => 'Lägg till subgrannskap',
'add_sub_village' => 'Lägg till Sub Village',
'sub_districts' => 'Underdistrikt',
'sub_neighborhoods' => 'Undergrannskap',
'sub_village' => 'Sub Village',
];