mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations permission.php (Hindi)
This commit is contained in:
parent
222e368899
commit
ab8657b59c
@ -0,0 +1,20 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'profile' => [
|
||||||
|
'name' => 'प्रोफ़ाइल',
|
||||||
|
'option' => [
|
||||||
|
'read' => 'प्रोफाइल पढ़ सकते हैं?',
|
||||||
|
'write' => 'प्रोफ़ाइल बना / संपादित कर सकते हैं?',
|
||||||
|
'delete' => 'प्रोफ़ाइल हटा सकते हैं?',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
'adress' => [
|
||||||
|
'name' => 'पता',
|
||||||
|
'option' => [
|
||||||
|
'read' => 'एड्रेस पढ़ सकते हैं?',
|
||||||
|
'write' => 'एड्रेस बना / संपादित कर सकते हैं?',
|
||||||
|
'delete' => 'हटा सकते हैं एड्रेस?',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user