From 1ec0af9c73cf40342b2a3d4788cbafc3c36b9e0a Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 23 Sep 2020 18:46:28 +0300 Subject: [PATCH] New translations field.php (Hebrew) --- .../profile-module/resources/lang/he/field.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/addons/default/visiosoft/profile-module/resources/lang/he/field.php b/addons/default/visiosoft/profile-module/resources/lang/he/field.php index f412e8f2e..11f643910 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/he/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/he/field.php @@ -428,19 +428,19 @@ return [ 'my_address' => 'הכתובת שלי', 'company' => [ - 'name' => 'Company Name' + 'name' => 'שם החברה' ], 'tax_office' => [ - 'name' => 'Tax Office' + 'name' => 'משרד המס' ], 'tax_number' => [ - 'name' => 'Tax Number' + 'name' => 'מספר מס' ], // Profile page - 'my_profile' => 'My Profile', - 'edit_profile' => 'Edit Profile', - 'edit_details' => 'Edit Details', - 'update' => 'Update', - 'change_password' => 'Change Password', + 'my_profile' => 'הפרופיל שלי', + 'edit_profile' => 'ערוך פרופיל', + 'edit_details' => 'לערוך פרטים', + 'update' => 'עדכון', + 'change_password' => 'שנה סיסמא', ];