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

34 lines
1.1 KiB
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 [
'title' => 'مدیریت نقش',
'role' => 'نقش',
'parameters' => 'پارامترها',
'label' => 'برچسب',
'description' => 'توضیحات',
'permissions' => 'دسترسی ها',
'savebutton' => 'ذخیره',
'successadd' => 'نقش اضافه شد.',
'successmod' => 'نقش ویرایش شد.',
'admin' => [
'display_name' => 'مدیریت',
'description' => 'دسترسی کامل',
],
'backend_user' => [
'display_name' => 'کاربر',
'description' => 'کاربر با دسترسی عادی',
],
'create' => [
'title' => 'ایجاد نقش',
],
'edit' => [
'title' => 'ویرایش نقش',
],
'list' => [
'title' => 'لیست نقش ها',
'nbusers' => 'بدون کاربر',
'confirmdelete' => 'آیا می خواهید حذف کنید؟',
'deletesuccess' => 'حذف با موفقیت انجام شد.',
],
];