Files
snipe-it/resources/lang/fa/admin/users/table.php
T
Laravel Shift 934afa036f Adopt Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00

39 lines
2.0 KiB
PHP

<?php
return [
'activated' => 'فعال کردن',
'allow' => 'مجاز کردن',
'checkedout' => 'دارایی ها',
'created_at' => 'ایجاد شده',
'createuser' => 'ایجاد کاربر جدید',
'deny' => 'رد کردن',
'email' => 'ایمیل',
'employee_num' => 'کد کارمند',
'first_name' => 'نام',
'groupnotes' => 'یک گروه برای عضو کردن کاربر انتخاب کنید،به یاد داشته باشید که کاربر مجوز گروه هایی را که عضو میشود را دارا خواهد بود.',
'id' => 'شناسه',
'inherit' => 'ارث بری',
'job' => 'عنوان شغلی',
'last_login' => 'آخرین ورود',
'last_name' => 'نام خانوادگی',
'location' => 'مکان',
'lock_passwords' => 'جزییات وارد شدن نمیتواند در این نصب تغییر کند.',
'manager' => 'مدیر',
'managed_locations' => 'مکان های مدیریت شده',
'name' => 'نام',
'notes' => 'یادداشت ها',
'password_confirm' => 'تایید رمز عبور',
'password' => 'رمز عبور',
'phone' => 'تلفن',
'show_current' => 'نمایش کابران کنونی',
'show_deleted' => 'نمایش کاربران حذف شده',
'title' => 'عنوان',
'to_restore_them' => 'برای بازگرداندن آنها.',
'updateuser' => 'به روز رسانی کاربر',
'username' => 'نام کاربری',
'user_deleted_text' => 'این کاربر به عنوان حذف شده است.',
'username_note' => '(این فقط برای فعال سازی راهنمای اتصال است ،نه برای وارد شدن)',
'cloneuser' => ' کاربر کلون',
'viewusers' => 'مشاهده کاربران',
];