snipe-it/resources/lang/fa/admin/custom_fields/general.php
2016-10-04 12:23:02 -07:00

31 lines
2.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 array(
'custom_fields' => 'فیلدهای سفارشی',
'field' => 'فیلد',
'about_fieldsets_title' => 'درباره ی تنظیمات فیلد',
'about_fieldsets_text' => 'تنظیمات فیلد به شما امکان این را می دهد که گروه های فیلدهای سفارشی ایجاد کنید که مرتبا برای انواع مدل های دارایی خاص مورد استفاده ی مجدد قرار می گیرند.',
'custom_format' => 'Custom format...',
'encrypt_field' => 'Encrypt the value of this field in the database for each asset. The decrypted value of this field will only be viewable by admins.',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
'encrypted' => 'Encrypted',
'fieldset' => 'تنظیمات فیلد',
'qty_fields' => 'فیلد های Qty',
'fieldsets' => 'تنظیمات فیلد',
'fieldset_name' => 'نام تنظیمات فیلد',
'field_name' => 'نام فیلد',
'field_values' => 'Field Values',
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored. Separate values and labels by pipes on each line (optional).',
'field_element' => 'ایجاد یک عنصر',
'field_element_short' => 'عنصر',
'field_format' => 'شکل دادن',
'field_custom_format' => 'شکل دادن سفارشی',
'required' => 'نیازمندی',
'req' => 'نیازمندی',
'used_by_models' => 'استفاده شده توسط مدل ها',
'order' => 'سفارش',
'create_fieldset' => 'تنظیمات فیلد جدید',
'create_field' => 'فیلد سفارشی جدید',
'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value',
);