New translations field.php (Dutch)

This commit is contained in:
Fatih Alp 2020-09-23 18:45:46 +03:00
parent de1fcd80be
commit 7e7c73cfc8

View File

@ -430,19 +430,19 @@ return [
'my_address' => 'Mijn adres', 'my_address' => 'Mijn adres',
'company' => [ 'company' => [
'name' => 'Company Name' 'name' => 'Bedrijfsnaam'
], ],
'tax_office' => [ 'tax_office' => [
'name' => 'Tax Office' 'name' => 'Belastingkantoor'
], ],
'tax_number' => [ 'tax_number' => [
'name' => 'Tax Number' 'name' => 'Btw nummer'
], ],
// Profile page // Profile page
'my_profile' => 'My Profile', 'my_profile' => 'Mijn profiel',
'edit_profile' => 'Edit Profile', 'edit_profile' => 'Bewerk profiel',
'edit_details' => 'Edit Details', 'edit_details' => 'Details bewerken',
'update' => 'Update', 'update' => 'Bijwerken',
'change_password' => 'Change Password', 'change_password' => 'Wachtwoord wijzigen',
]; ];