New translations permission.php (Hindi)

This commit is contained in:
Fatih Alp 2020-05-12 19:28:51 +03:00
parent 6e45cc8536
commit 665249f87d

View File

@ -0,0 +1,20 @@
<?php
return [
'category' => [
'name' => 'वर्ग',
'option' => [
'read' => 'श्रेणी पढ़ सकते हैं?',
'write' => 'श्रेणी बना / संपादित कर सकते हैं?',
'delete' => 'श्रेणी को हटा सकते हैं?',
],
],
'placeholderforsearch' => [
'name' => 'Placeholderforsearch',
'option' => [
'read' => 'क्या प्लेसहोल्डर खोज खोज सकते हैं?',
'write' => 'प्लेसहोल्डर खोज को बना / संपादित कर सकते हैं?',
'delete' => 'क्या प्लेसहोल्डर खोज को हटा सकते हैं?',
],
],
];