2021-09-08 13:49:33 -07:00
< ? php
return array (
2024-03-08 06:01:34 -08:00
'does_not_exist' => 'Qalabka [:id] ma jiro' ,
'not_found' => 'Qalabkaas lama helin.' ,
'assoc_users' => 'Qalabkan waxa uu hadda hayaa :count walxo la hubiyay isticmaalayaasha Fadlan iska hubi agabka oo isku day markale. ' ,
2021-09-08 13:49:33 -07:00
'create' => array (
2024-03-08 06:01:34 -08:00
'error' => 'Qalabka lama abuurin, fadlan isku day mar kale.' ,
'success' => 'Qalabka si guul leh ayaa loo sameeyay'
2021-09-08 13:49:33 -07:00
),
'update' => array (
2024-03-08 06:01:34 -08:00
'error' => 'Qalabka lama cusboonaysiin, fadlan isku day mar kale' ,
'success' => 'Qalabka si guul leh ayaa loo cusboonaysiiyay'
2021-09-08 13:49:33 -07:00
),
'delete' => array (
2024-03-08 06:01:34 -08:00
'confirm' => 'Ma hubtaa inaad rabto inaad tirtirto qalabkan?' ,
'error' => 'Waxaa jiray arrin la tirtiray qalabyada Fadlan isku day mar kale' ,
'success' => 'Qalabka si guul leh ayaa loo tirtiray'
2021-09-08 13:49:33 -07:00
),
'checkout' => array (
2024-03-08 06:01:34 -08:00
'error' => 'Agabka lama hubin, fadlan isku day mar kale' ,
'success' => 'Qalabka si guul leh ayaa loo hubiyay' ,
'unavailable' => 'Agabka looma hayo hubinta Hubi tirada la heli karo' ,
2024-07-19 09:47:22 -07:00
'user_does_not_exist' => 'Isticmaalahaasi waa khalad Fadlan isku day mar kale' ,
'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.' ,
),
2021-09-08 13:49:33 -07:00
),
'checkin' => array (
2024-03-08 06:01:34 -08:00
'error' => 'Agabka lama hubin, fadlan isku day mar kale' ,
'success' => 'Qalabka si guul leh ayaa loo hubiyay' ,
'user_does_not_exist' => 'Isticmaalahaasi waa khalad Fadlan isku day mar kale'
2021-09-08 13:49:33 -07:00
)
);