mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
New translations permission.php (Romanian)
This commit is contained in:
parent
4ebe2d79cf
commit
4eb00a0b9d
@ -0,0 +1,20 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'profile' => [
|
||||||
|
'name' => 'Profil',
|
||||||
|
'option' => [
|
||||||
|
'read' => 'Se poate citi profilul?',
|
||||||
|
'write' => 'Poate crea / edita profilul?',
|
||||||
|
'delete' => 'Se poate șterge profilul?',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
'adress' => [
|
||||||
|
'name' => 'Adresa',
|
||||||
|
'option' => [
|
||||||
|
'read' => 'Se poate citi adresa?',
|
||||||
|
'write' => 'Poate crea / edita adresa?',
|
||||||
|
'delete' => 'Se poate șterge adresa?',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user