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

42 lines
1.5 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 te tauira i te tīariari.',
'assoc_users' => 'Kei te hono tenei tauira ki te kotahi, neke atu ranei nga rawa, kaore e taea te muku. Nganahia nga rawa, ka ngana ki te muku ano.',
'create' => [
2017-10-17 18:52:20 -07:00
'error' => 'Kāore i hangaia te tauira, tēnā whakamātau anō.',
'success' => 'I waihangahia te tauira i pai.',
'duplicate_set' => 'Ko te tauira o te taonga me te ingoa, te kaiwhakanao me te tau tauira kei te noho tonu.',
],
2017-10-17 18:52:20 -07:00
'update' => [
2017-10-17 18:52:20 -07:00
'error' => 'Kāore i te whakahouhia te tauira, na me ngana ano',
'success' => 'He pai te whakahoutanga o te tauira.',
],
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 tauira taonga?',
'error' => 'I puta he take e whakakore ana i te tauira. Tena ngana ano.',
'success' => 'Kua mukua te tauira.',
],
2017-10-17 18:52:20 -07:00
'restore' => [
2017-10-17 18:52:20 -07:00
'error' => 'Kaore ano kia whakahokia mai te tauira, na me ngana ano',
'success' => 'He tauira kua whakahokia mai.',
],
2017-10-17 18:52:20 -07:00
'bulkedit' => [
2017-10-17 18:52:20 -07:00
'error' => 'Kaore i whakarereke nga mara, naore i whakahoutia.',
'success' => 'Kua whakahoutia nga tauira.',
],
2017-10-17 18:52:20 -07:00
'bulkdelete' => [
2017-12-12 09:20:57 -08:00
'error' => 'No models were selected, so nothing was deleted.',
'success' => ':success_count model(s) deleted!',
'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.',
],
2017-12-12 09:20:57 -08:00
];