ajout app

This commit is contained in:
2024-04-17 20:22:30 +02:00
parent cc017cfc5e
commit f9d05a2fd3
8025 changed files with 729805 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<?php
return array(
'asset_categories' => 'Ngā Kāwai Āhuatanga',
'category_name' => 'Ingoa Kāwai',
'checkin_email' => 'Send email to user on checkin/checkout.',
'checkin_email_notification' => 'This user will be sent an email on checkin/checkout.',
'clone' => 'Tuhinga Kāwai',
'create' => 'Waihanga Hanga',
'edit' => 'Whakatikahia te kāwai',
'email_will_be_sent_due_to_global_eula' => 'An email will be sent to the user because the global EULA is being used.',
'email_will_be_sent_due_to_category_eula' => 'An email will be sent to the user because a EULA is set for this category.',
'eula_text' => 'EULA Utu',
'eula_text_help' => 'Mā tēnei mara e āhei ki a koe te whakarite i ō EULA mō ētahi momo rawa. Mena kei a koe tetahi EULA mo o rawa katoa, ka taea e koe te tirotiro i te pouaka i raro nei hei whakamahi i te taunoa tuatahi.',
'name' => 'Ingoa Kāwai',
'require_acceptance' => 'Me tono nga kaiwhakamahi ki te whakauru i nga hua o tenei waahanga.',
'required_acceptance' => 'Ka tukuna tenei kaiwhakamahi ki te hono ki te whakauru i tenei waahanga.',
'required_eula' => 'Ka tukuna tenei kaiwhakamahi i te kape o te EULA',
'no_default_eula' => 'Karekau he taunga tuatahi taunoa EULA. Tāpirihia tetahi i te Tautuhinga.',
'update' => 'Whakahōuhia te Kāwai',
'use_default_eula' => 'Whakamahia te taunoa 123_57__321primary taunoa EULA</a> hei utu mo tenei.',
'use_default_eula_disabled' => '<del>Me te taunoa tuatahi o te EULA instead.</del> Karekau he tautuhinga taunoa EULA. Tēnā tāpirihia tētahi i Ngā Tautuhinga.',
'use_default_eula_column' => 'Use default EULA',
);

View File

@ -0,0 +1,26 @@
<?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.'
)
);

View File

@ -0,0 +1,10 @@
<?php
return array(
'eula_text' => 'EULA',
'id' => 'ID',
'parent' => 'Matua',
'require_acceptance' => 'Te whakaae',
'title' => 'Ingoa Kāhua Āhuatanga',
);