2017-10-17 18:52:20 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2017-10-17 18:52:20 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'field' => [
|
2017-10-17 18:52:20 -07:00
|
|
|
'invalid' => 'Níl an réimse sin ann.',
|
|
|
|
'already_added' => 'Réimse curtha cheana féin',
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'create' => [
|
2017-10-17 18:52:20 -07:00
|
|
|
'error' => 'Níor cruthaíodh réimse, déan iarracht arís.',
|
|
|
|
'success' => 'Réimse cruthaithe go rathúil.',
|
2021-06-10 13:15:52 -07:00
|
|
|
'assoc_success' => 'Réimse curtha leis go rathúil go rathúil.',
|
|
|
|
],
|
2017-10-17 18:52:20 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'update' => [
|
2017-10-17 18:52:20 -07:00
|
|
|
'error' => 'Níor nuashonraíodh an réimse, déan iarracht arís',
|
2021-06-10 13:15:52 -07:00
|
|
|
'success' => 'Réimse cothrom le dáta go rathúil',
|
|
|
|
],
|
2017-10-17 18:52:20 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'delete' => [
|
2017-10-17 18:52:20 -07:00
|
|
|
'confirm' => 'An bhfuil tú cinnte gur mian leat an réimse seo a scriosadh?',
|
|
|
|
'error' => 'Bhí ceist ann a scriosadh an réimse. Arís, le d\'thoil.',
|
|
|
|
'success' => 'Scriosadh an réimse go rathúil.',
|
|
|
|
'in_use' => 'Tá réimse fós in úsáid.',
|
2021-06-10 13:15:52 -07:00
|
|
|
],
|
2017-10-17 18:52:20 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
],
|
2017-10-17 18:52:20 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'fieldset' => [
|
2017-10-17 18:52:20 -07:00
|
|
|
|
|
|
|
'does_not_exist' => 'Ní bhíonn Fieldset ann',
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'create' => [
|
2017-10-17 18:52:20 -07:00
|
|
|
'error' => 'Níor cruthaíodh Fieldset, déan iarracht arís.',
|
2021-06-10 13:15:52 -07:00
|
|
|
'success' => 'Cruthaíodh Fieldset go rathúil.',
|
|
|
|
],
|
2017-10-17 18:52:20 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'update' => [
|
2017-10-17 18:52:20 -07:00
|
|
|
'error' => 'Níor cuireadh nuashonrú ar Fieldset, déan iarracht arís',
|
2021-06-10 13:15:52 -07:00
|
|
|
'success' => 'Fieldset uasdátú go rathúil.',
|
|
|
|
],
|
2017-10-17 18:52:20 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'delete' => [
|
2017-10-17 18:52:20 -07:00
|
|
|
'confirm' => 'An bhfuil tú cinnte go dteastaíonn uait an teip seo a scriosadh?',
|
|
|
|
'error' => 'Bhí ceist ann a scriosadh an slí. Arís, le d\'thoil.',
|
|
|
|
'success' => 'Scriosadh an frithbhealach go rathúil.',
|
|
|
|
'in_use' => 'Tá Fieldset fós in úsáid.',
|
2021-06-10 13:15:52 -07:00
|
|
|
],
|
2017-10-17 18:52:20 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
],
|
2017-10-17 18:52:20 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
];
|