mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
New translations permission.php (Romanian)
This commit is contained in:
parent
aabe35b064
commit
8e6e3581ba
@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'village' => [
|
||||||
|
'name' => 'Sat',
|
||||||
|
'option' => [
|
||||||
|
'read' => 'Poate citi sat?',
|
||||||
|
'write' => 'Poate crea / edita satul?',
|
||||||
|
'delete' => 'Poate șterge satul?',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user