New translations setting.php (German)

This commit is contained in:
Fatih Alp 2020-03-30 17:28:32 +03:00
parent acc4423ab9
commit 082b130be3

View File

@ -1,5 +1,43 @@
<?php
return[
return [
'home_page_location' => [
'name' => 'Feld für den Standort der Startseite',
],
'list_page_location' => [
'name' => 'Feld "Seitenstandort auflisten"',
],
'detail_page_location' => [
'name' => 'Feld für die Position der Detailseite',
],
'show_search_location_btn' => [
'name' => 'Schaltfläche "Suchort anzeigen"',
],
'default_country' => [
'name' => 'Standardland',
],
'create_ad_page_location' => [
'name' => 'Position der Anzeigenseite erstellen',
],
'default_city' => [
'name' => 'Standardstadt',
],
'default_district' => [
'name' => 'Standardbezirk',
],
'default_neighborhood' => [
'name' => 'Standardnachbarschaft',
],
];
'google_map_key' => [
'name' => 'Google Maps API-Schlüssel',
],
'map_coordinates_long' => [
'name' => 'Standard lang',
],
'map_coordinates_lat' => [
'name' => 'Standard Lat',
],
];