mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -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',
|
'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',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user