snipe-it/resources/lang/ga-IE/admin/accessories/message.php

44 lines
2 KiB
PHP
Raw Normal View History

2017-10-17 18:52:20 -07:00
<?php
return array(
2017-10-17 18:52:20 -07:00
'does_not_exist' => 'The accessory [:id] does not exist.',
'not_found' => 'That accessory was not found.',
2017-10-17 18:52:20 -07:00
'assoc_users' => 'Tá an accessory seo faoi láthair: cuntais a sheiceáil le húsáideoirí. Seiceáil na gabhálais agus déan iarracht arís.',
'create' => array(
2017-10-17 18:52:20 -07:00
'error' => 'Níor cruthaíodh an accessory, déan iarracht arís.',
'success' => 'Rinneadh an cúlpháirtí a chruthú go rathúil.'
),
2017-10-17 18:52:20 -07:00
'update' => array(
2017-10-17 18:52:20 -07:00
'error' => 'Níor nuashonraíodh an accessory, déan iarracht arís',
'success' => 'Tugadh suas chun dáta an cúlpháirtí go rathúil'
),
2017-10-17 18:52:20 -07:00
'delete' => array(
2017-10-17 18:52:20 -07:00
'confirm' => 'An bhfuil tú cinnte gur mian leat an accessory seo a scriosadh?',
'error' => 'Bhí ceist ann a scriosadh an accessory. Arís, le d\'thoil.',
'success' => 'Scriosadh an cúlpháirtí go rathúil.'
),
2017-10-17 18:52:20 -07:00
'checkout' => array(
2017-10-17 18:52:20 -07:00
'error' => 'Níor seiceáladh an Cúntóir amach, déan iarracht arís',
'success' => 'Rinne an cúntóir a sheiceáil go rathúil.',
'unavailable' => 'Accessory is not available for checkout. Check quantity available',
'user_does_not_exist' => 'Tá an úsáideoir neamhbhailí. Arís, le d\'thoil.',
'checkout_qty' => array(
'lte' => 'There is currently only one available accessory of this type, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.|There are :number_currently_remaining total available accessories, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.',
),
),
2017-10-17 18:52:20 -07:00
'checkin' => array(
2017-10-17 18:52:20 -07:00
'error' => 'Níor seiceáladh an cúntóir isteach, déan iarracht arís',
'success' => 'Faireacán seiceáil go rathúil.',
'user_does_not_exist' => 'Tá an úsáideoir neamhbhailí. Arís, le d\'thoil.'
)
2017-10-17 18:52:20 -07:00
);