Files
opensem/resources/lang/vendor/boilerplate/fa/permissions.php
Ludovic CANDELLIER b50f50ea62 [WIP] Refactor project
2021-05-21 00:21:05 +02:00

25 lines
799 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'categories' => [
'default' => 'پیشفرض',
'users' => 'کاربرها',
],
'backend_access' => [
'display_name' => 'دسترسی به پیشفرض',
'description' => 'دسترسی به کنترل پنل مدیریت',
],
'users_crud' => [
'display_name' => 'مدیریت کاربرها',
'description' => 'دسترسی به ایجاد و حذف و... کاربرها',
],
'roles_crud' => [
'display_name' => 'مدیریت دسترسی ها و نقش ها',
'description' => 'دسترسی به نقش ها و دسترسی ها',
],
'logs' => [
'display_name' => 'نمایش لاگ ها',
'description' => 'دسترسی به نمایش لاگ ها',
],
];