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' => 'האם ניתן למחוק כתובת?', + ], + ], +];