New translations field.php (Swedish)

This commit is contained in:
Fatih Alp 2020-09-23 18:51:41 +03:00
parent 21748096d6
commit 4823a6e6e3

View File

@ -428,19 +428,19 @@ return [
'my_address' => 'Min adress',
'company' => [
'name' => 'Company Name'
'name' => 'Företagsnamn'
],
'tax_office' => [
'name' => 'Tax Office'
'name' => 'Skattekontor'
],
'tax_number' => [
'name' => 'Tax Number'
'name' => 'Skattenummer'
],
// Profile page
'my_profile' => 'My Profile',
'edit_profile' => 'Edit Profile',
'edit_details' => 'Edit Details',
'update' => 'Update',
'change_password' => 'Change Password',
'my_profile' => 'Min profil',
'edit_profile' => 'Redigera profil',
'edit_details' => 'Redigera detaljer',
'update' => 'Uppdatering',
'change_password' => 'Ändra lösenord',
];