New translations section.php (Dutch)

This commit is contained in:
Fatih Alp 2020-05-12 13:16:40 +03:00
parent c0705a8d5b
commit b3ddff72f6

View File

@ -1,25 +1,22 @@
<?php <?php
return[ return [
"countries" => [ 'countries' => [
"title" =>"landen", 'title' => 'landen',
], ],
"cities" => [ 'cities' => [
"title" =>"Cities", 'title' => 'Cities',
], ],
"districts" => [ 'districts' => [
"title" =>"districten", 'title' => 'districten',
], ],
"neighborhoods" => [ 'neighborhoods' => [
"title" =>"buurten", 'title' => 'buurten',
], ],
"village" => [ 'village' => [
"title" =>"Dorp", 'title' => 'Dorp',
], ],
'general' => 'General',
'map' => 'Map',
'setting' => 'Setting',
]; ];