New translations button.php (Dutch)

This commit is contained in:
Fatih Alp 2020-05-12 13:13:08 +03:00
parent a06115bd61
commit 84d2b3f747

View File

@ -1,17 +1,17 @@
<?php <?php
return[ return [
"new_country" =>"Nieuw Land", 'new_country' => 'Nieuw Land',
"new_city" =>"Nieuwe stad", 'new_city' => 'Nieuwe stad',
"new_district" =>"Nieuw district", 'new_district' => 'Nieuw district',
"new_neighborhood" =>"Nieuwe buurt", 'new_neighborhood' => 'Nieuwe buurt',
"new_village" =>"Nieuw dorp", 'new_village' => 'Nieuw dorp',
"sub_cities" =>"Substeden", 'sub_cities' => 'Substeden',
"add_sub_cities" =>"Substad toevoegen", 'add_sub_cities' => 'Substad toevoegen',
"add_sub_districts" =>"Subdistrict toevoegen", 'add_sub_districts' => 'Subdistrict toevoegen',
"add_sub_neighborhoods" =>"Subomgeving toevoegen", 'add_sub_neighborhoods' => 'Subomgeving toevoegen',
"add_sub_village" =>"Subdorp toevoegen", 'add_sub_village' => 'Subdorp toevoegen',
"sub_districts" =>"Subdistricten", 'sub_districts' => 'Subdistricten',
"sub_neighborhoods" =>"Sub Buurten", 'sub_neighborhoods' => 'Sub Buurten',
"sub_village" =>"Sub Village" 'sub_village' => 'Sub Village',
]; ];