snipe-it/resources/lang/mi/admin/locations/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

28 lines
1.2 KiB
PHP

<?php
return array(
'does_not_exist' => 'Kāore i te tīariari te wāhi.',
'assoc_users' => 'Kei te hono tenei taangata ki tetahi kaiwhakamahi kotahi, kaore e taea te muku. Whakaorangia nga kaiwhakamahi kia kaua e tautuhi i tenei tauranga ka ngana ano.',
'assoc_assets' => 'Kei te honohia tenei taapiri ki te iti rawa o te rawa me te kore e taea te muku. Whakaorangia nga taonga ki a koe kia kaua e tautuhi i tenei tauranga ka ngana ano.',
'assoc_child_loc' => 'Kei tenei waahi te matua o te iti rawa o te mokopuna me te kore e taea te muku. Whakaorangia nga taangata ki a koe kia kaua e tautuhi i tenei tauranga ka ngana ano.',
'create' => array(
'error' => 'Kāore i tuhia te wāhi, tēnā whakamātau anō.',
'success' => 'He pai te hanganga o te wahi.'
),
'update' => array(
'error' => 'Kāore i whakahoutia te wāhi, tēnā whakamātau anō',
'success' => 'Kua whakahoutia te tau.'
),
'delete' => array(
'confirm' => 'Kei te hiahia koe ki te muku i tenei tauwāhi?',
'error' => 'He raru kei te whakakore i te tauwāhi. Tena ngana ano.',
'success' => 'I mukua te tauwāhi.'
)
);