mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations permission.php (Bengali)
This commit is contained in:
parent
6c950d8028
commit
9e24b14501
@ -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