snipe-it/resources/lang/fa/admin/locations/table.php
snipe 0d787fcc94 Updated language files
Signed-off-by: snipe <snipe@snipe.net>
2022-03-03 22:21:44 -08:00

42 lines
2.3 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 [
'about_locations_title' => 'درباره مکانها',
'about_locations' => 'مکان ها برای ردیابی اطلاعات مکان برای کاربران، دارایی ها و موارد دیگر استفاده می شوند',
'assets_rtd' => 'دارایی ها', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'دارایی واگذار شده
',
'id' => 'شناسه',
'city' => 'شهر',
'state' => 'استان',
'country' => 'كشور',
'create' => 'ساخت مکان',
'update' => 'به روز رسانی منطقه مکانی',
'print_assigned' => 'چاپ موارد واگذار شده',
'print_all_assigned' => 'چاپ همه موارد واگذار شده',
'name' => 'نام منطقه مکانی',
'address' => 'آدرس',
'zip' => 'کد پستی',
'locations' => 'مکانها',
'parent' => 'مجموعه پدر',
'currency' => 'مکان ارز',
'ldap_ou' => 'LDAP Search OU',
'user_name' => 'نام کاربر',
'department' => 'بخش',
'location' => 'موقعیت مکانی',
'asset_tag' => 'برچسب دارایی',
'asset_name' => 'نام',
'asset_category' => 'دسته بندی',
'asset_manufacturer' => 'سازنده',
'asset_model' => 'مدل',
'asset_serial' => 'سریال',
'asset_location' => 'موقعیت مکانی',
'asset_checked_out' => 'تحویل',
'asset_expected_checkin' => 'استرداد مورد انتظار',
'date' => 'تاریخ:',
'signed_by_asset_auditor' => 'امضاء توسط (ممیز دارایی):',
'signed_by_finance_auditor' => 'امضاء توسط (ممیز مالی):',
'signed_by_location_manager' => 'امضاء توسط (ممیز مکانی):',
'signed_by' => 'امضاء اختتام توسط:',
];