New translations permission.php (Hindi)

This commit is contained in:
Fatih Alp 2020-05-12 19:28:13 +03:00
parent 92e13766a7
commit eaa7eb2110

View File

@ -0,0 +1,13 @@
<?php
return [
'village' => [
'name' => 'गाँव',
'option' => [
'read' => 'पढ़ सकते हैं गाँव?',
'write' => 'गाँव बना / संपादित कर सकते हैं?',
'delete' => 'गांव को हटा सकते हैं?',
],
],
];