mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-16 20:22:10 -05:00
13 lines
303 B
PHP
13 lines
303 B
PHP
<?php
|
||
|
||
return [
|
||
'comments' => [
|
||
'name' => 'Yorumlar',
|
||
'option' => [
|
||
'read' => 'Yorum okuyabilir mi? ',
|
||
'write' => 'Yorumlar oluşturabilir / düzenleyebilir mi? ',
|
||
'delete' => 'Yorumları silebilir miyim?',
|
||
],
|
||
],
|
||
];
|