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-12-13 11:28:01 -08:00
'does_not_exist' => 'Aksesori [:id] tidak wujud.' ,
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' => 'Aksesori ini pada masa ini mempunyai: mengira item yang diperiksa kepada pengguna. Sila semak aksesori dan cuba lagi.' ,
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'create' => array (
2016-12-03 17:10:05 -08:00
'error' => 'Aksesori tidak dicipta, sila cuba lagi.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Aksesori telah berjaya dicipta.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'update' => array (
2016-12-03 17:10:05 -08:00
'error' => 'Aksesori gagal dikemaskini, sila cuba lagi' ,
2022-01-13 21:27:29 -08:00
'success' => 'Aksesori berjaya dikemaskini.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'delete' => array (
2016-12-03 17:10:05 -08:00
'confirm' => 'Anda pasti anda mahu membuang aksesori ini?' ,
'error' => 'Ralat berlaku semasa membuang aksesori. Sila cuba lagi.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Aksesori berjaya dibuang.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'checkout' => array (
2017-10-17 18:52:20 -07:00
'error' => 'Aksesori tidak diperiksa, sila cuba lagi' ,
'success' => 'Aksesori diperiksa dengan jayanya.' ,
2023-04-06 19:43:38 -07:00
'unavailable' => 'Accessory is not available for checkout. Check quantity available' ,
2024-07-19 09:47:22 -07:00
'user_does_not_exist' => 'Pengguna itu tidak sah. Sila cuba lagi.' ,
'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 (
2017-10-17 18:52:20 -07:00
'error' => 'Aksesori tidak diperiksa, sila cuba lagi' ,
'success' => 'Aksesori diperiksa dengan jayanya.' ,
2022-01-13 21:27:29 -08:00
'user_does_not_exist' => 'Pengguna itu tidak sah. Sila cuba lagi.'
)
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
);