From 6fde4860be18796a366c8ad3de4c0884c29ae560 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:12:16 +0300 Subject: [PATCH] New translations permission.php (Hebrew) --- .../resources/lang/he/permission.php | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 addons/default/visiosoft/profile-module/resources/lang/he/permission.php diff --git a/addons/default/visiosoft/profile-module/resources/lang/he/permission.php b/addons/default/visiosoft/profile-module/resources/lang/he/permission.php new file mode 100644 index 000000000..c501937f8 --- /dev/null +++ b/addons/default/visiosoft/profile-module/resources/lang/he/permission.php @@ -0,0 +1,20 @@ + [ + 'name' => 'פרופיל', + 'option' => [ + 'read' => 'האם אתה יכול לקרוא פרופיל?', + 'write' => 'האם ניתן ליצור / לערוך פרופיל?', + 'delete' => 'האם ניתן למחוק פרופיל?', + ], + ], + 'adress' => [ + 'name' => 'כתובת', + 'option' => [ + 'read' => 'האם אתה יכול לקרוא כתובת?', + 'write' => 'האם ניתן ליצור / לערוך כתובת?', + 'delete' => 'האם ניתן למחוק כתובת?', + ], + ], +];