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

24 lines
1.3 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' => 'Наборы полей позволяют вам создать группы пользовательских полей, которые часто используются для конкретных моделей автивов.',
'fieldset' => 'Набор полей',
'qty_fields' => 'Кол-во полей',
'fieldsets' => 'Наборы полей',
'fieldset_name' => 'Имя набора',
'field_name' => 'Имя поля',
'field_element' => 'Элемент формы',
'field_element_short' => 'Элемент',
'field_format' => 'Формат',
'field_custom_format' => 'Пользовательский формат',
'required' => 'Обязательно',
'req' => 'Треб.',
'used_by_models' => 'Использован в моделях',
'order' => 'Порядок',
'create_fieldset' => 'Новый набор полей',
'create_field' => 'Новое настраиваемое поле',
);