snipe-it/resources/lang/he/admin/custom_fields/general.php
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

33 lines
2.3 KiB
PHP

<?php
return [
'custom_fields' => 'שדות מותאמים אישית',
'field' => 'שדה',
'about_fieldsets_title' => 'אודות שדות',
'about_fieldsets_text' => 'Fieldsets מאפשרים לך ליצור קבוצות של שדות מותאמים אישית המשמשים לעתים קרובות לשימוש עבור סוגים ספציפיים של דגמי נכסים.',
'custom_format' => 'פורמט מותאם אישית ...',
'encrypt_field' => 'הצפן את הערך של שדה זה במסד הנתונים',
'encrypt_field_help' => 'אזהרה: הצפנת שדה הופכת אותו לבלתי ניתן לחיפוש.',
'encrypted' => 'מוצפן',
'fieldset' => 'קבוצת שדות',
'qty_fields' => 'Qty שדות',
'fieldsets' => 'שדות',
'fieldset_name' => 'שם שדה',
'field_name' => 'שם שדה',
'field_values' => 'ערכי שדות',
'field_values_help' => 'הוסף אפשרויות לבחירה, אחת בכל שורה. קווים ריקים שאינם השורה הראשונה יתעלמו.',
'field_element' => 'אלמנט טופס',
'field_element_short' => 'אֵלֵמֶנט',
'field_format' => 'פוּרמָט',
'field_custom_format' => 'פורמט מותאם אישית',
'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use <code>regex:/^[0-9]{15}$/</code>.',
'required' => 'נדרש',
'req' => 'Req.',
'used_by_models' => 'דגמים משומשים',
'order' => 'להזמין',
'create_fieldset' => 'שדה חדש',
'create_field' => 'שדה מותאם אישית חדש',
'value_encrypted' => 'הערך של שדה זה מוצפן במסד הנתונים. רק משתמשי מנהל יוכלו להציג את הערך המפוענח',
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails.',
];