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
return[
"countries" => [
"title" =>"landen",
],
"cities" => [
"title" =>"Cities",
],
"districts" => [
"title" =>"districten",
],
"neighborhoods" => [
"title" =>"buurten",
],
"village" => [
"title" =>"Dorp",
],
];
return [
'countries' => [
'title' => 'landen',
],
'cities' => [
'title' => 'Cities',
],
'districts' => [
'title' => 'districten',
],
'neighborhoods' => [
'title' => 'buurten',
],
'village' => [
'title' => 'Dorp',
],
'general' => 'General',
'map' => 'Map',
'setting' => 'Setting',
];