2016-03-25 01:18:05 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2016-03-25 01:18:05 -07:00
2021-04-26 18:11:48 -07:00
'does_not_exist' => 'Priedas [:id] neegzistuoja.' ,
2023-11-27 06:43:16 -08:00
'not_found' => 'Priedas nerastas.' ,
2024-06-17 02:59:17 -07:00
'assoc_users' => 'Naudotojams išduotų šio priedo vienetų skaičius - :count. Susigrąžinkite išduotus priedus ir bandykite dar kartą. ' ,
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'create' => array (
2024-06-17 02:59:17 -07:00
'error' => 'Priedas nebuvo sukurtas, bandykite dar kartą.' ,
'success' => 'Priedas sukurtas sėkmingai.'
2022-01-13 21:27:29 -08:00
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'update' => array (
2024-06-17 02:59:17 -07:00
'error' => 'Priedas nebuvo atnaujintas, bandykite dar kartą' ,
2022-01-13 21:27:29 -08:00
'success' => 'Priedas atnaujintas sėkmingai.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'delete' => array (
2024-06-17 02:59:17 -07:00
'confirm' => 'Ar tikrai norite panaikinti šį priedą?' ,
'error' => 'Bandant panaikinti priedą įvyko klaida. Bandykite dar kartą.' ,
'success' => 'Priedas panaikintas sėkmingai.'
2022-01-13 21:27:29 -08:00
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'checkout' => array (
2024-06-17 02:59:17 -07:00
'error' => 'Priedo nepavyko išduoti, bandykite dar kartą' ,
'success' => 'Priedas išduotas sėkmingai.' ,
'unavailable' => 'Priedo išduoti negalima. Patikrinkite likutį' ,
2024-07-19 09:47:22 -07:00
'user_does_not_exist' => 'Neteisingas naudotojas. Bandykite dar kartą.' ,
'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
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'checkin' => array (
2024-06-17 02:59:17 -07:00
'error' => 'Priedas nebuvo paimtas, bandykite dar kartą' ,
'success' => 'Priedas paimtas sėkmingai.' ,
'user_does_not_exist' => 'Neteisingas naudotojas. Bandykite dar kartą.'
2022-01-13 21:27:29 -08:00
)
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
);