2016-03-25 01:18:05 -07:00
< ? php
return array (
2017-10-17 18:52:20 -07:00
'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' => 'פורמט מותאם אישית' ,
2017-11-15 15:31:34 -08:00
'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>.' ,
2017-10-17 18:52:20 -07:00
'required' => 'נדרש' ,
2016-03-25 01:18:05 -07:00
'req' => 'Req.' ,
2017-10-17 18:52:20 -07:00
'used_by_models' => 'דגמים משומשים' ,
'order' => 'להזמין' ,
'create_fieldset' => 'שדה חדש' ,
'create_field' => 'שדה מותאם אישית חדש' ,
'value_encrypted' => 'הערך של שדה זה מוצפן במסד הנתונים. רק משתמשי מנהל יוכלו להציג את הערך המפוענח' ,
2018-05-02 14:32:50 -07:00
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails.' ,
2016-03-25 01:18:05 -07:00
);