mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
ddfa5776c5
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();` I'll try to fix it. :( FML Signed-off-by: snipe <snipe@snipe.net>
46 lines
3 KiB
PHP
46 lines
3 KiB
PHP
<?php
|
||
|
||
return [
|
||
'custom_fields' => 'Özel alanlar',
|
||
'manage' => 'Manage',
|
||
'field' => 'Alan',
|
||
'about_fieldsets_title' => 'Alan kümeleri hakkında',
|
||
'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...',
|
||
'encrypt_field' => 'Veritabanındaki bu alanın değerini şifreleme',
|
||
'encrypt_field_help' => 'UYARI: Bir alanı şifrelemek, onu aranamaz hale getirir.',
|
||
'encrypted' => 'Şifreli',
|
||
'fieldset' => 'Alan kümesi',
|
||
'qty_fields' => 'Miktar alanları',
|
||
'fieldsets' => 'Alan kümeleri',
|
||
'fieldset_name' => 'Alan kümesi adı',
|
||
'field_name' => 'Alan Adı',
|
||
'field_values' => 'Alan değerleri',
|
||
'field_values_help' => 'Seçilebilir seçenekler, her satıra bir tane ekleyin. İlk satır dışındaki boş satırlar yoksayılacaktır.',
|
||
'field_element' => 'Form öğesi',
|
||
'field_element_short' => 'Öğe',
|
||
'field_format' => 'Düzen',
|
||
'field_custom_format' => 'Özel biçim',
|
||
'field_custom_format_help' => 'Bu alan doğrulama için bir regex ifadesi kullanmanıza izin verir. Bu alan "regex:" ile başlamalı - örneğin, özel alan değerinin geçerli bir IMEI (15 basamaklı) olmasını sağlamak için <code>regex:/^[0-9]{15}$/</code> şeklinde kodlamalısınız.',
|
||
'required' => 'Gerekli',
|
||
'req' => 'Talep.',
|
||
'used_by_models' => 'Modellerle Kullanılmıştır',
|
||
'order' => 'Sipariş',
|
||
'create_fieldset' => 'Yeni alan kümesi',
|
||
'create_fieldset_title' => 'Create a new fieldset',
|
||
'create_field' => 'Yeni özel alan',
|
||
'create_field_title' => 'Create a new custom field',
|
||
'value_encrypted' => 'Bu alanın değeri veritabanında şifrelidir. Yalnızca yönetici kullanıcıları şifresi çözülen değeri görüntüleyebilir',
|
||
'show_in_email' => 'Bu alandaki değer kullanıcıya gönderilen ödeme e-postalara dahil edilsin mi? Şifreli alanlar e-postalarda yer alamaz.',
|
||
'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>.'
|
||
];
|