New translations field.php (Greek)

This commit is contained in:
Fatih Alp 2020-07-07 19:35:09 +03:00
parent b8b9b1e342
commit 38b3b9b625

View File

@ -104,10 +104,6 @@ return [
'name' => 'Χρήστης'
],
/*Menu Button*/
'profile' => [
'name' => 'Προφίλ'
@ -198,7 +194,6 @@ return [
'name' => 'Οι πωλήσεις μου'
],
/* Right Dock*/
'right_secure_trading_subject' => [
'name' => 'Ασφαλής εμπορία'
@ -364,7 +359,6 @@ return [
'name' => 'Ρυθμίσεις προτιμήσεων',
],
'corporate_settings' => [
'name' => 'Εταιρικές ρυθμίσεις',
],
@ -444,4 +438,11 @@ return [
'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',
];