snipe-it/resources/lang/mi/admin/components/message.php

36 lines
1.1 KiB
PHP
Raw Normal View History

2017-10-17 18:52:20 -07:00
<?php
return [
2017-10-17 18:52:20 -07:00
'does_not_exist' => 'Kāore i te tīariari te wae.',
'create' => [
2017-10-17 18:52:20 -07:00
'error' => 'Kāore i hangahia te waehanga, tēnā whakamātau anō.',
'success' => 'Kua pai te hanga o te wae.',
],
2017-10-17 18:52:20 -07:00
'update' => [
2017-10-17 18:52:20 -07:00
'error' => 'Kāore i whakahoutia te wāhanga, tēnā whakamātau anō',
'success' => 'Kua whakahoutia te mea.',
],
2017-10-17 18:52:20 -07:00
'delete' => [
2017-10-17 18:52:20 -07:00
'confirm' => 'Kei te hiahia koe ki te muku i tenei waahanga?',
'error' => 'He raruraru kei te whakakore i te waahanga. Tena ngana ano.',
'success' => 'I mukua te wāhanga.',
],
2017-10-17 18:52:20 -07:00
'checkout' => [
2017-10-17 18:52:20 -07:00
'error' => 'Kāore i tutakina te wāhanga, tēnā whakamātau anō',
'success' => 'Kua tohua te Waeine.',
'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.',
],
2017-10-17 18:52:20 -07:00
'checkin' => [
2017-10-17 18:52:20 -07:00
'error' => 'Kāore i whakauruhia te wāhanga, tēnā whakamātau anō',
'success' => 'Kua takitakihia te Waeine.',
'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.',
],
2017-10-17 18:52:20 -07:00
];