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