2017-08-25 07:32:57 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2017-08-25 07:32:57 -07:00
2022-08-08 15:29:28 -07:00
'does_not_exist' => 'Piederums [:id] neeksistē.' ,
2023-11-27 06:43:16 -08:00
'not_found' => 'That accessory was not found.' ,
2017-10-17 18:52:20 -07:00
'assoc_users' => 'Pašlaik šim piederumam ir: lietotāju skaits tiek pārbaudīts. Lūdzu, pārbaudiet piederumus un mēģiniet vēlreiz.' ,
2017-08-25 07:32:57 -07:00
2022-01-13 21:27:29 -08:00
'create' => array (
2017-10-17 18:52:20 -07:00
'error' => 'Piederums netika izveidots, lūdzu, mēģiniet vēlreiz.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Piederums tika veiksmīgi izveidots.'
),
2017-08-25 07:32:57 -07:00
2022-01-13 21:27:29 -08:00
'update' => array (
2017-10-17 18:52:20 -07:00
'error' => 'Piederums netika atjaunināts, lūdzu, mēģiniet vēlreiz' ,
2022-01-13 21:27:29 -08:00
'success' => 'Piederums tika veiksmīgi atjaunināts.'
),
2017-08-25 07:32:57 -07:00
2022-01-13 21:27:29 -08:00
'delete' => array (
2017-10-17 18:52:20 -07:00
'confirm' => 'Vai tiešām vēlaties dzēst šo piederumu?' ,
'error' => 'Radās problēma, noņemot piederumu. Lūdzu mēģiniet vēlreiz.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Piederums tika veiksmīgi izdzēsts.'
),
2017-08-25 07:32:57 -07:00
2022-01-13 21:27:29 -08:00
'checkout' => array (
2017-10-17 18:52:20 -07:00
'error' => 'Piederums netika pārbaudīts, lūdzu, mēģiniet vēlreiz' ,
'success' => 'Piederums ir veiksmīgi izrakstīts.' ,
2023-04-06 19:40:55 -07:00
'unavailable' => 'Accessory is not available for checkout. Check quantity available' ,
2024-07-19 09:47:22 -07:00
'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.' ,
'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.' ,
),
2022-01-13 21:27:29 -08:00
),
2017-08-25 07:32:57 -07:00
2022-01-13 21:27:29 -08:00
'checkin' => array (
2017-10-17 18:52:20 -07:00
'error' => 'Piederums netika atzīmēts, lūdzu, mēģiniet vēlreiz' ,
'success' => 'Piederumi ir pārbaudīti veiksmīgi.' ,
2022-01-13 21:27:29 -08:00
'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.'
)
2017-08-25 07:32:57 -07:00
2022-01-13 21:27:29 -08:00
);