New translations section.php (Swedish)

This commit is contained in:
Fatih Alp 2020-05-12 19:21:10 +03:00
parent bc2dda46f1
commit 17e3497b2f

View File

@ -0,0 +1,22 @@
<?php
return [
'countries' => [
'title' => 'Länder',
],
'cities' => [
'title' => 'städer',
],
'districts' => [
'title' => 'distrikt',
],
'neighborhoods' => [
'title' => 'stadsdelar',
],
'village' => [
'title' => 'By',
],
'general' => 'Allmän',
'map' => 'Karta',
'setting' => 'Miljö',
];