New translations setting.php (Swedish)

This commit is contained in:
Fatih Alp 2020-05-12 19:19:48 +03:00
parent f49f09d6d9
commit aa99d612bb

View File

@ -0,0 +1,43 @@
<?php
return [
'home_page_location' => [
'name' => 'Hemsida Platsfält',
],
'list_page_location' => [
'name' => 'Lista sida plats fält',
],
'detail_page_location' => [
'name' => 'Detaljsidans platsfält',
],
'show_search_location_btn' => [
'name' => 'Visa Sökplats-knapp',
],
'default_country' => [
'name' => 'Standardland',
],
'create_ad_page_location' => [
'name' => 'Skapa annonssidesplats',
],
'default_city' => [
'name' => 'Standardstad',
],
'default_district' => [
'name' => 'Standarddistrikt',
],
'default_neighborhood' => [
'name' => 'Standardgrannskap',
],
'google_map_key' => [
'name' => 'Google Maps Api Key',
],
'map_coordinates_long' => [
'name' => 'Standardlång',
],
'map_coordinates_lat' => [
'name' => 'Standard Lat',
],
];