snipe-it/resources/lang/mi-NZ/admin/consumables/message.php
snipe 2a0697022e Updated strings
Signed-off-by: snipe <snipe@snipe.net>
2024-07-19 17:47:22 +01:00

39 lines
1.3 KiB
PHP

<?php
return array(
'invalid_category_type' => 'The category must be a consumable category.',
'does_not_exist' => 'Kaore e taea te whakamahi.',
'create' => array(
'error' => 'Kāore i whakamahia te whakamahinga, tēnā whakamātau anō.',
'success' => 'Ko te whakamahinga i hanga angitu.'
),
'update' => array(
'error' => 'Kāore i whakamahia te whakamahinga, tēnā whakamātau anō',
'success' => 'Ko te whakamahinga kua whakahoutia pai.'
),
'delete' => array(
'confirm' => 'Kei te hiahia koe ki te muku i tenei whakamahinga?',
'error' => 'He raru kei te whakakore i te kai. Tena ngana ano.',
'success' => 'Kua mukua te kaihoko.'
),
'checkout' => array(
'error' => 'Kāore i whakamahia te whakamahinga, tēnā whakamātau anō',
'success' => 'He pai te tirotiro i te whakamahinga.',
'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.',
'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ',
),
'checkin' => array(
'error' => 'Kāore i whakamahia te whakamahinga, tēnā whakamātau anō',
'success' => 'Kua tohua te whakamahinga i te pai.',
'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.'
)
);