You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
543 B
1 lines
543 B
<?php
return [
'owner' => [
'id' => 4,
'name' => 'Owner',
'label' => 'صاحب'
],
'admin' => [
'id' => 3,
'name' => 'Admin',
'label' => 'مدیر'
],
'colleague' => [
'id' => 2,
'name' => 'Colleague',
'label' => 'همکار'
],
'guest' => [
'id' => 1,
'name' => 'Guest',
'label' => 'مهمان'
],
'inactive' => [
'id' => 0,
'name' => 'Inactive',
'label' => 'غیر فعال'
],
];
|