2016-03-25 01:18:05 -07:00
< ? php
2021-06-10 13:15:52 -07:00
return [
2016-03-25 01:18:05 -07:00
'custom_fields' => 'Настраиваемые поля' ,
2022-01-13 21:27:29 -08:00
'manage' => 'Manage' ,
2016-03-25 01:18:05 -07:00
'field' => 'Поле' ,
'about_fieldsets_title' => 'О наборах полей' ,
2022-01-13 21:27:29 -08:00
'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.' ,
'custom_format' => 'Custom Regex format...' ,
2017-04-06 21:36:33 -07:00
'encrypt_field' => 'Зашифровать значение этого поля в базе данных' ,
2016-10-25 12:30:52 -07:00
'encrypt_field_help' => 'ПРЕДУПРЕЖДЕНИЕ: Шифрование поля исключит возможность е г о поиска.' ,
'encrypted' => 'Зашифровано' ,
2016-03-25 01:18:05 -07:00
'fieldset' => 'Н а б о р полей' ,
'qty_fields' => 'Кол-во полей' ,
'fieldsets' => 'Наборы полей' ,
'fieldset_name' => 'Имя набора' ,
'field_name' => 'Имя поля' ,
2016-10-25 12:30:52 -07:00
'field_values' => 'Значения полей' ,
2017-04-06 21:36:33 -07:00
'field_values_help' => 'Добавьте выбранные значения по одной в строку. Пустые строки, кроме первой, будут проигнорованы.' ,
2016-03-25 01:18:05 -07:00
'field_element' => 'Элемент формы' ,
'field_element_short' => 'Элемент' ,
'field_format' => 'Формат' ,
'field_custom_format' => 'Пользовательский формат' ,
2018-01-20 04:53:04 -08:00
'field_custom_format_help' => 'Это поле позволяет использовать регулярное выражения для проверки. Оно должен начинаться с «regex:». Например, чтобы проверить, что значение настраиваемого поля содержит допустимый IMEI (15 цифр), вы должны использовать <code>regex:/^[0-9]{15}$/</code>.' ,
2016-03-25 01:18:05 -07:00
'required' => 'Обязательно' ,
'req' => 'Т р е б .' ,
'used_by_models' => 'Использован в моделях' ,
'order' => 'Порядок' ,
'create_fieldset' => 'Новый набор полей' ,
2022-01-13 21:27:29 -08:00
'create_fieldset_title' => 'Create a new fieldset' ,
2016-03-25 01:18:05 -07:00
'create_field' => 'Новое настраиваемое поле' ,
2022-01-13 21:27:29 -08:00
'create_field_title' => 'Create a new custom field' ,
2016-10-25 12:30:52 -07:00
'value_encrypted' => 'Значение этого поля зашифровано в базе данных. Только администраторам будет доступно для просмотра расшифрованное значение' ,
2018-07-18 08:55:38 -07:00
'show_in_email' => 'Включить значение этого поля в письма, которое будет отправлено пользователю? Зашифрованные поля не могут быть включены в сообщения электронной почты.' ,
2022-01-13 21:27:29 -08:00
'help_text' => 'Help Text' ,
'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.' ,
'about_custom_fields_title' => 'About Custom Fields' ,
'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.' ,
'add_field_to_fieldset' => 'Add Field to Fieldset' ,
'make_optional' => 'Required - click to make optional' ,
'make_required' => 'Optional - click to make required' ,
'reorder' => 'Reorder' ,
'db_field' => 'DB Field' ,
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code> :db_column </code> but should be :expected </code>.'
2021-06-10 13:15:52 -07:00
];