mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
a0b05bac8d
Signed-off-by: snipe <snipe@snipe.net>
27 lines
1.1 KiB
PHP
27 lines
1.1 KiB
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.',
|
|
'cannot_change_category_type' => 'You cannot change the category type once it has been created',
|
|
),
|
|
|
|
'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.'
|
|
)
|
|
|
|
);
|