2017-10-17 18:52:20 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2017-10-17 18:52:20 -07:00
2020-11-09 14:52:11 -08:00
'does_not_exist' => 'The accessory [:id] does not exist.' ,
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' => 'Ko tenei taputapu i tenei wa: ko nga nama kua taatatia ki nga kaiwhakamahi. Titiro koa ki nga taputapu me te ngana ano.' ,
2022-01-13 21:27:29 -08:00
'create' => array (
2017-10-17 18:52:20 -07:00
'error' => 'Kaore i hangaia te taputapu, ngana ano ngana.' ,
2022-01-13 21:27:29 -08:00
'success' => 'I angitu te waihanga i te taputapu.'
),
2017-10-17 18:52:20 -07:00
2022-01-13 21:27:29 -08:00
'update' => array (
2017-10-17 18:52:20 -07:00
'error' => 'Kāore i te whakahouhia te taputapu, tēnā whakamātau anō' ,
2022-01-13 21:27:29 -08:00
'success' => 'Kua pai te whakahoutanga o te taputapu.'
),
2017-10-17 18:52:20 -07:00
2022-01-13 21:27:29 -08:00
'delete' => array (
2017-10-17 18:52:20 -07:00
'confirm' => 'Kei te hiahia koe ki te muku i tenei taputapu?' ,
'error' => 'He raruraru kei te whakakore i te taputapu. Tena ngana ano.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Kua whakakorehia te taputapu.'
),
2017-10-17 18:52:20 -07:00
2022-01-13 21:27:29 -08:00
'checkout' => array (
2017-10-17 18:52:20 -07:00
'error' => 'Kaore ano kia uruhia te uru, ka ngana ano' ,
'success' => 'He pai te tirotiro i te Accessory.' ,
2023-04-06 19:41:36 -07:00
'unavailable' => 'Accessory is not available for checkout. Check quantity available' ,
2024-07-19 09:47:22 -07:00
'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.' ,
'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-10-17 18:52:20 -07:00
2022-01-13 21:27:29 -08:00
'checkin' => array (
2017-10-17 18:52:20 -07:00
'error' => 'Kaore i te takiuruhia te Accessory, tēnā whakamātau anō' ,
'success' => 'Whakaratohia te Accessory i te angitu.' ,
2022-01-13 21:27:29 -08:00
'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.'
)
2017-10-17 18:52:20 -07:00
2022-01-13 21:27:29 -08:00
);