mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations field.php (Dutch)
This commit is contained in:
parent
de1fcd80be
commit
7e7c73cfc8
@ -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',
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user