New translations field.php (Dutch)

This commit is contained in:
Fatih Alp 2020-07-07 19:35:01 +03:00
parent a6e9021ffb
commit f9a17195c0

View File

@ -104,10 +104,6 @@ return [
'name' => 'Gebruiker' 'name' => 'Gebruiker'
], ],
/*Menu Button*/ /*Menu Button*/
'profile' => [ 'profile' => [
'name' => 'Profiel' 'name' => 'Profiel'
@ -198,7 +194,6 @@ return [
'name' => 'Mijn verkoop' 'name' => 'Mijn verkoop'
], ],
/* Right Dock*/ /* Right Dock*/
'right_secure_trading_subject' => [ 'right_secure_trading_subject' => [
'name' => 'Veilige handel' 'name' => 'Veilige handel'
@ -364,7 +359,6 @@ return [
'name' => 'Voorkeuren instellingen', 'name' => 'Voorkeuren instellingen',
], ],
'corporate_settings' => [ 'corporate_settings' => [
'name' => 'Bedrijfsinstellingen', 'name' => 'Bedrijfsinstellingen',
], ],
@ -444,4 +438,11 @@ return [
'tax_number' => [ 'tax_number' => [
'name' => 'Tax Number' 'name' => 'Tax Number'
], ],
// Profile page
'my_profile' => 'My Profile',
'edit_profile' => 'Edit Profile',
'edit_details' => 'Edit Details',
'update' => 'Update',
'change_password' => 'Change Password',
]; ];