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',
'company' => [
'name' => 'Company Name'
'name' => 'Bedrijfsnaam'
],
'tax_office' => [
'name' => 'Tax Office'
'name' => 'Belastingkantoor'
],
'tax_number' => [
'name' => 'Tax Number'
'name' => 'Btw nummer'
],
// Profile page
'my_profile' => 'My Profile',
'edit_profile' => 'Edit Profile',
'edit_details' => 'Edit Details',
'update' => 'Update',
'change_password' => 'Change Password',
'my_profile' => 'Mijn profiel',
'edit_profile' => 'Bewerk profiel',
'edit_details' => 'Details bewerken',
'update' => 'Bijwerken',
'change_password' => 'Wachtwoord wijzigen',
];