New translations permission.php (Romanian)

This commit is contained in:
Fatih Alp 2020-05-12 19:04:08 +03:00
parent 4ebe2d79cf
commit 4eb00a0b9d

View File

@ -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?',
],
],
];