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
'does_not_exist' => 'Kāhore he kāwai.' ,
'assoc_models' => 'Kei te honohia tenei waahanga ki te tauira kotahi, kaore e taea te muku. Tena koa whakahou i o tauira kia kaua e tautuhi i tenei waahanga ka ngana ano.' ,
'assoc_items' => 'Ko tenei waahanga kei te hono tahi me te iti rawa: asset_type kaore e taea te muku. Tena koa whakahou i to: asset_type kia kaua e tohutohutia tenei waahanga ka ngana ano.' ,
2022-01-13 21:27:29 -08:00
'create' => array (
2017-10-17 18:52:20 -07:00
'error' => 'Kāore i hangaia te kāwai, tēnā whakamātau anō.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Kua angitu te hanga o te hanga.'
),
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āhore i whakahoutia te kāwai, tēnā whakamātau anō' ,
2023-02-21 03:54:55 -08:00
'success' => 'Kua pai te whakahoutanga o te momo.' ,
'cannot_change_category_type' => 'You cannot change the category type once it has been created' ,
2022-01-13 21:27:29 -08:00
),
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 kāwai?' ,
'error' => 'He raruraru kei te whakakore i te kāwai. Tena ngana ano.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Kua mukua te kāwai.'
)
2017-10-17 18:52:20 -07:00
2022-01-13 21:27:29 -08:00
);