snipe-it/resources/lang/ru/admin/custom_fields/general.php
2016-08-25 17:43:07 -07:00

29 lines
1.7 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',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
'fieldset' => 'Набор полей',
'qty_fields' => 'Кол-во полей',
'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' => 'Новое настраиваемое поле',
);