Files
snipe-it/resources/lang/fa/admin/custom_fields/general.php
T
2016-12-03 17:10:05 -08:00

31 lines
2.0 KiB
PHP

<?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',
'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.',
'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',
);