snipe-it/resources/lang/tr/admin/custom_fields/general.php
2016-03-25 01:18:05 -07:00

24 lines
1,015 B
PHP
Executable file
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' => 'Özel alanlar',
'field' => 'Alan',
'about_fieldsets_title' => 'About Fieldsets',
'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
'fieldset' => 'Fieldset',
'qty_fields' => 'Miktar alanları',
'fieldsets' => 'Fieldsets',
'fieldset_name' => 'Fieldset Name',
'field_name' => 'Alan Adı',
'field_element' => 'Form Element',
'field_element_short' => 'Element',
'field_format' => 'Düzen',
'field_custom_format' => 'Custom Format',
'required' => 'Gerekli',
'req' => 'Req.',
'used_by_models' => 'Used By Models',
'order' => 'Order',
'create_fieldset' => 'New Fieldset',
'create_field' => 'New Custom Field',
);