snipe-it/resources/lang/mi/admin/categories/message.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

26 lines
1,007 B
PHP

<?php
return array(
'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.',
'create' => array(
'error' => 'Kāore i hangaia te kāwai, tēnā whakamātau anō.',
'success' => 'Kua angitu te hanga o te hanga.'
),
'update' => array(
'error' => 'Kāhore i whakahoutia te kāwai, tēnā whakamātau anō',
'success' => 'Kua pai te whakahoutanga o te momo.'
),
'delete' => array(
'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.',
'success' => 'Kua mukua te kāwai.'
)
);