mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations permission.php (Swedish) * New translations section.php (Swedish) * New translations setting.php (Swedish) * New translations stream.php (Swedish)
17 lines
395 B
PHP
17 lines
395 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'village' => [
|
|
'name' => 'گوند',
|
|
'option' => [
|
|
'read' => 'دەتوانێت گوندەکە بخوێنێتەوە ؟
|
|
',
|
|
'write' => 'دەتوانێت گوندەکە دروست بکات / دەستکاری بکات ؟
|
|
',
|
|
'delete' => 'ئایا دەتوانێت گوندەکە بسڕێتەوە ؟
|
|
',
|
|
],
|
|
],
|
|
];
|