mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations permission.php (Hebrew)
This commit is contained in:
parent
c8d61265c2
commit
6ec66547af
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'category' => [
|
||||
'name' => 'קטגוריה',
|
||||
'option' => [
|
||||
'read' => 'האם אתה יכול לקרוא קטגוריה?',
|
||||
'write' => 'האם ניתן ליצור / לערוך קטגוריה?',
|
||||
'delete' => 'האם ניתן למחוק קטגוריה?',
|
||||
],
|
||||
],
|
||||
'placeholderforsearch' => [
|
||||
'name' => 'מציין מקום תחקיר',
|
||||
'option' => [
|
||||
'read' => 'האם אתה יכול לקרוא חיפוש מצייני מיקום?',
|
||||
'write' => 'האם ניתן ליצור / לערוך חיפוש מצפי מיקום?',
|
||||
'delete' => 'האם ניתן למחוק מציין מיקום בחיפוש?',
|
||||
],
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user