mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
16 lines
420 B
PHP
16 lines
420 B
PHP
<?php
|
|
|
|
return[
|
|
"profile" => [
|
|
"name" =>"Profil",
|
|
"option" => [
|
|
"read" =>"Peut lire le profil? ",
|
|
"write" =>"Peut créer / éditer un profil? ",
|
|
"delete" =>"Peut supprimer le profil?"
|
|
],
|
|
|
|
],
|
|
"adress" => [
|
|
"name" =>"Une robe",
|
|
"option" => [
|
|
"read" =>"Peut lire l
|