mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
934afa036f
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions. You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started. [1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer [2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
33 lines
2.1 KiB
PHP
33 lines
2.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'custom_fields' => 'Amasimu wangokwezifiso',
|
|
'field' => 'Inkambu',
|
|
'about_fieldsets_title' => 'Mayelana nama-Fieldsets',
|
|
'about_fieldsets_text' => 'Ama-Fieldsets akuvumela ukuthi udale amaqembu wenkambiso yenkambiso evame ukusetshenziselwa kabusha asetshenziselwa izinhlobo ezithile zemodeli yefa.',
|
|
'custom_format' => 'Ifomethi ngokwezifiso ...',
|
|
'encrypt_field' => 'Bhala ukubaluleka kwalensimu ku-database',
|
|
'encrypt_field_help' => 'ISEXWAYISO: Ukubethela insimu kungenza kungabhekeki.',
|
|
'encrypted' => 'Kubhalisiwe',
|
|
'fieldset' => 'Fieldset',
|
|
'qty_fields' => 'Izinkambu ze-Qty',
|
|
'fieldsets' => 'Fieldsets',
|
|
'fieldset_name' => 'Igama le-Fieldset',
|
|
'field_name' => 'Igama leNsimu',
|
|
'field_values' => 'Izindinganiso zensimu',
|
|
'field_values_help' => 'Engeza okukhethwa kukho okukhethwa kukho, umugqa ngamunye. Imigqa engacacile ngaphandle kwelayini yokuqala izobe ishaywa indiva.',
|
|
'field_element' => 'Ifomu Element',
|
|
'field_element_short' => 'I-Element',
|
|
'field_format' => 'Fometha',
|
|
'field_custom_format' => 'Ifomethi Yokwezifiso',
|
|
'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use <code>regex:/^[0-9]{15}$/</code>.',
|
|
'required' => 'Kudingeka',
|
|
'req' => 'Req.',
|
|
'used_by_models' => 'Isetshenziswe ngamamodeli',
|
|
'order' => 'I-oda',
|
|
'create_fieldset' => 'Fieldset entsha',
|
|
'create_field' => 'Insimu Engokwezifiso Entsha',
|
|
'value_encrypted' => 'Inani lale nsimu libethelwe kwi-database. Abasebenzisi kuphela abasebenzisi bazokwazi ukubuka inani elimisiwe',
|
|
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails.',
|
|
];
|