mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations permission.php (Hindi)
This commit is contained in:
parent
6e45cc8536
commit
665249f87d
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'category' => [
|
||||
'name' => 'वर्ग',
|
||||
'option' => [
|
||||
'read' => 'श्रेणी पढ़ सकते हैं?',
|
||||
'write' => 'श्रेणी बना / संपादित कर सकते हैं?',
|
||||
'delete' => 'श्रेणी को हटा सकते हैं?',
|
||||
],
|
||||
],
|
||||
'placeholderforsearch' => [
|
||||
'name' => 'Placeholderforsearch',
|
||||
'option' => [
|
||||
'read' => 'क्या प्लेसहोल्डर खोज खोज सकते हैं?',
|
||||
'write' => 'प्लेसहोल्डर खोज को बना / संपादित कर सकते हैं?',
|
||||
'delete' => 'क्या प्लेसहोल्डर खोज को हटा सकते हैं?',
|
||||
],
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user