snipe-it/resources/lang/ru/admin/custom_fields/general.php

29 lines
1.7 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'custom_fields' => 'Настраиваемые поля',
'field' => 'Поле',
'about_fieldsets_title' => 'О наборах полей',
'about_fieldsets_text' => 'Наборы полей позволяют вам создать группы пользовательских полей, которые часто используются для конкретных моделей автивов.',
2016-08-25 17:43:07 -07:00
'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.',
2016-03-25 01:18:05 -07:00
'fieldset' => 'Набор полей',
'qty_fields' => 'Кол-во полей',
'fieldsets' => 'Наборы полей',
'fieldset_name' => 'Имя набора',
'field_name' => 'Имя поля',
2016-08-25 17:43:07 -07:00
'field_values' => 'Field Values',
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
2016-03-25 01:18:05 -07:00
'field_element' => 'Элемент формы',
'field_element_short' => 'Элемент',
'field_format' => 'Формат',
'field_custom_format' => 'Пользовательский формат',
'required' => 'Обязательно',
'req' => 'Треб.',
'used_by_models' => 'Использован в моделях',
'order' => 'Порядок',
'create_fieldset' => 'Новый набор полей',
'create_field' => 'Новое настраиваемое поле',
);