New translations button.php (Dutch)

This commit is contained in:
Fatih Alp 2020-05-12 13:13:25 +03:00
parent c7e25e1fb5
commit 29129d5ea7

View File

@ -1,24 +1,34 @@
<?php <?php
return[ return [
"new_adv" =>"Nieuwe Adv", 'new_adv' => 'Nieuwe Adv',
"new_category" =>"Nieuwe categorie", 'new_category' => 'Nieuwe categorie',
"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',
"approve" =>"Goedkeuren", 'edit' => "Edit",
"decline" =>"Afwijzen", 'approve' => "Goedkeuren",
"sub_category" =>"Subcategorieën", 'decline' => 'Afwijzen',
"add_sub_category" =>"Subcategorie toevoegen", 'extend' => 'Extend',
"sub_cities" =>"Substeden", 'extend_all' => 'Extend All',
"add_sub_cities" =>"Substad toevoegen", 'convert_currency' => 'Convert Currency',
"add_sub_districts" =>"Subdistrict toevoegen", 'categories' => 'Categories',
"add_sub_neighborhoods" =>"Subomgeving toevoegen", 'sub_category' => 'Subcategorieën',
"add_sub_village" =>"Subdorp toevoegen", 'add_sub_category' => 'Subcategorie toevoegen',
"sub_districts" =>"Subdistricten", 'sub_cities' => 'Substeden',
"sub_neighborhoods" =>"Sub Buurten", 'add_sub_cities' => 'Substad toevoegen',
"sub_village" =>"Sub Village", 'add_sub_districts' => 'Subdistrict toevoegen',
"general_settings" =>"Algemene instellingen" 'add_sub_neighborhoods' => 'Subomgeving toevoegen',
'add_sub_village' => 'Subdorp toevoegen',
'sub_districts' => 'Subdistricten',
'sub_neighborhoods' => 'Sub Buurten',
'sub_village' => 'Sub Village',
'general_settings' => 'Algemene instellingen',
'save_category' => 'Save Category',
'change_owner' => 'Change Owner',
'update_category' => [
'name' => 'Update Category'
],
]; ];