snipe-it/resources/lang/fa/admin/users/table.php
snipe 5be7dee3d3 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2022-05-24 15:07:14 -07:00

39 lines
1.9 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 array(
'activated' => 'فعال کردن',
'allow' => 'مجاز کردن',
'checkedout' => 'دارایی ها',
'created_at' => 'ایجاد شده',
'createuser' => 'ایجاد کاربر جدید',
'deny' => 'رد کردن',
'email' => 'ایمیل',
'employee_num' => 'کد کارمند',
'first_name' => 'نام',
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
'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' => 'مشاهده کاربران',
);