New translations permission.php (Hebrew)

This commit is contained in:
Fatih Alp 2020-05-12 19:12:36 +03:00
parent f91ed06866
commit d4d129537e

View File

@ -0,0 +1,13 @@
<?php
return [
'village' => [
'name' => 'כפר',
'option' => [
'read' => 'האם אתה יכול לקרוא כפר?',
'write' => 'האם ניתן ליצור / לערוך כפר?',
'delete' => 'האם ניתן למחוק כפר?',
],
],
];