2018-02-20 14:37:22 -08:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2018-02-20 14:37:22 -08:00
2021-12-13 11:28:01 -08:00
'does_not_exist' => 'Dodatek [:id] ne obstaja.' ,
2023-11-27 06:43:16 -08:00
'not_found' => 'That accessory was not found.' ,
2018-02-20 14:37:22 -08:00
'assoc_users' => 'Ta dodatek trenutno vsebuje: štetje predmetov, elementov ki so izdani uporabnikom. Preverite dodatke in poskusite znova. ' ,
2022-01-13 21:27:29 -08:00
'create' => array (
2018-02-20 14:37:22 -08:00
'error' => 'Dodatek ni bila ustvarjen, poskusite znova.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Dodatek je bil uspešno ustvarjen.'
),
2018-02-20 14:37:22 -08:00
2022-01-13 21:27:29 -08:00
'update' => array (
2018-02-20 14:37:22 -08:00
'error' => 'Dodatek ni bil posodobljen, poskusite znova' ,
2022-01-13 21:27:29 -08:00
'success' => 'Dodatek je bil uspešno posodobljen.'
),
2018-02-20 14:37:22 -08:00
2022-01-13 21:27:29 -08:00
'delete' => array (
2018-02-20 14:37:22 -08:00
'confirm' => 'Ali ste prepričani, da želite izbrisati ta dodatek?' ,
'error' => 'Prišlo je do napake pri brisanju dodatka. Prosim poskusite ponovno.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Dodatek je bil uspešno izbrisan.'
),
2018-02-20 14:37:22 -08:00
2022-01-13 21:27:29 -08:00
'checkout' => array (
2018-02-20 14:37:22 -08:00
'error' => 'Dodatek ni bil izdan, poskusite znova' ,
'success' => 'Dodatek uspešno izdan.' ,
2023-04-06 19:50:34 -07:00
'unavailable' => 'Accessory is not available for checkout. Check quantity available' ,
2024-07-19 09:47:22 -07:00
'user_does_not_exist' => 'Uporabnik je napačen. Prosim poskusite ponovno.' ,
'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
),
2018-02-20 14:37:22 -08:00
2022-01-13 21:27:29 -08:00
'checkin' => array (
2018-02-20 14:37:22 -08:00
'error' => 'Dodatek ni bil sprejet, poskusite znova' ,
'success' => 'Dodatek uspešno sprejet.' ,
2022-01-13 21:27:29 -08:00
'user_does_not_exist' => 'Uporabnik ne obstaja. Prosim poskusite ponovno.'
)
2018-02-20 14:37:22 -08:00
2022-01-13 21:27:29 -08:00
);