snipe-it/resources/lang/ga-IE/admin/custom_fields/general.php
Laravel Shift 934afa036f Adopt Laravel coding style
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
2021-06-10 20:15:52 +00:00

33 lines
2.1 KiB
PHP

<?php
return [
'custom_fields' => 'Réimsí Saincheaptha',
'field' => 'Gort',
'about_fieldsets_title' => 'Maidir Fieldsets',
'about_fieldsets_text' => 'Ceadaíonn Fieldsets duit grúpaí de réimsí saincheaptha a chruthú a athúsáidtear go minic a úsáidtear le haghaidh cineálacha sonracha sócmhainne sonracha.',
'custom_format' => 'Formáid saincheaptha ...',
'encrypt_field' => 'Criptigh luach an réimse seo sa bhunachar sonraí',
'encrypt_field_help' => 'RABHADH: Ní chuireann sé clóscríobh ar réimse.',
'encrypted' => 'Criptithe',
'fieldset' => 'Fieldset',
'qty_fields' => 'Qty Fields',
'fieldsets' => 'Fieldsets',
'fieldset_name' => 'Ainm Fieldset',
'field_name' => 'Ainm Réimse',
'field_values' => 'Luachanna Réimse',
'field_values_help' => 'Cuir roghanna roghnaithe, ceann in aghaidh an líne. Ní dhéanfar neamhaird ar línte bán seachas an chéad líne.',
'field_element' => 'Eilimint Foirm',
'field_element_short' => 'Eilimint',
'field_format' => 'Formáid',
'field_custom_format' => 'Formáid Chustaim',
'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' => 'Riachtanach',
'req' => 'Req.',
'used_by_models' => 'Úsáidte trí Mhúnlaí',
'order' => 'Ordú',
'create_fieldset' => 'New Fieldset',
'create_field' => 'Réimse Nua Chustaim',
'value_encrypted' => 'Tá luach an réimse seo criptithe sa bhunachar sonraí. Ní bheidh ach úsáideoirí riaracháin in ann an luach díchriptithe a fheiceáil',
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails.',
];