New translations section.php (German)

This commit is contained in:
Fatih Alp 2020-03-30 17:28:31 +03:00
parent fd5f47c518
commit acc4423ab9

View File

@ -1,25 +1,22 @@
<?php
return[
"countries" => [
"title" =>"Länder",
],
"cities" => [
"title" =>"Städte",
],
"districts" => [
"title" =>"Bezirke",
],
"neighborhoods" => [
"title" =>"Nachbarschaften",
],
"village" => [
"title" =>"Dorf",
],
];
return [
'countries' => [
'title' => 'Länder',
],
'cities' => [
'title' => 'Städte',
],
'districts' => [
'title' => 'Bezirke',
],
'neighborhoods' => [
'title' => 'Nachbarschaften',
],
'village' => [
'title' => 'Dorf',
],
'general' => 'Allgemeines',
'map' => 'Karte',
'setting' => 'Rahmen',
];