From 6bbf453a5c54b500aba7521a13c33fb591bbc84d Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 24 Sep 2020 12:36:29 +0300 Subject: [PATCH] New translations button.php (Persian) --- .../visiosoft/profile-module/resources/lang/fa/button.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/addons/default/visiosoft/profile-module/resources/lang/fa/button.php b/addons/default/visiosoft/profile-module/resources/lang/fa/button.php index c205bebe0..224dc4f24 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fa/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fa/button.php @@ -12,6 +12,7 @@ return [ 'edit' => 'ویرایش کنید', 'go_profile' => 'به جزئیات مشخصات بروید', 'go_user' => 'به جزئیات کاربر بروید', - 'personal' => 'Personal', - 'corporate' => 'Corporate', + 'personal' => 'شخصی', + 'corporate' => 'شرکت های بزرگ، دارای شخصیت حقوقی', + 'export' => 'صادرات', ];