snipe-it/resources/lang/fa/admin/groups/titles.php
snipe 81d2a3acda Updated lnaguage strings
Signed-off-by: snipe <snipe@snipe.net>
2022-10-04 17:48:43 -07:00

19 lines
737 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 [
'about_groups_title' => 'درباره گروه ها',
'about_groups' => 'گروه ها برای تعمیم مجوز کاربر استفاده می شوند.',
'group_management' => 'مدیریت گروه',
'create' => 'ایجاد گروه جدید',
'update' => 'ویرایش گروه',
'group_name' => 'نام گروه',
'group_admin' => 'مدیر گروه',
'allow' => 'اجازه می دهد',
'deny' => 'رد کردن',
'permission' => 'سطح دسترسی',
'grant' => 'اعطا کردن
',
'no_permissions' => 'این گروه هیچ مجوزی ندارد.
'
];