New translations permission.php (Hindi)

This commit is contained in:
Fatih Alp 2020-05-12 19:29:05 +03:00
parent 222e368899
commit ab8657b59c

View File

@ -0,0 +1,20 @@
<?php
return [
'profile' => [
'name' => 'प्रोफ़ाइल',
'option' => [
'read' => 'प्रोफाइल पढ़ सकते हैं?',
'write' => 'प्रोफ़ाइल बना / संपादित कर सकते हैं?',
'delete' => 'प्रोफ़ाइल हटा सकते हैं?',
],
],
'adress' => [
'name' => 'पता',
'option' => [
'read' => 'एड्रेस पढ़ सकते हैं?',
'write' => 'एड्रेस बना / संपादित कर सकते हैं?',
'delete' => 'हटा सकते हैं एड्रेस?',
],
],
];