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 <?php
return[ return [
"countries" => [ 'countries' => [
"title" =>"Länder", 'title' => 'Länder',
],
], 'cities' => [
"cities" => [ 'title' => 'Städte',
"title" =>"Städte", ],
'districts' => [
], 'title' => 'Bezirke',
"districts" => [ ],
"title" =>"Bezirke", 'neighborhoods' => [
'title' => 'Nachbarschaften',
], ],
"neighborhoods" => [ 'village' => [
"title" =>"Nachbarschaften", 'title' => 'Dorf',
],
], 'general' => 'Allgemeines',
"village" => [ 'map' => 'Karte',
"title" =>"Dorf", 'setting' => 'Rahmen',
],
]; ];