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,22 @@
<?php
return array(
'accessory_category' => 'Kāwai Accessory',
'accessory_name' => 'Ingoa Whakauru',
'checkout' => 'Whakaritea Whakairinga',
'checkin' => 'Tirohia Access Access',
'create' => 'Waihanga Whakairinga',
'edit' => 'Whakatikahia te Uru',
'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.',
'require_acceptance' => 'Me tono nga kaiwhakamahi ki te whakauru i nga hua o tenei waahanga.',
'no_default_eula' => 'Karekau he taunga tuatahi taunoa EULA. Tāpirihia tetahi i te Tautuhinga.',
'total' => 'Te tapeke',
'remaining' => 'Waea',
'update' => 'Whakahōuhia te Uru',
'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.',
'clone' => 'Clone Accessory',
'delete_disabled' => 'This accessory cannot be deleted yet because some items are still checked out.',
);

View File

@ -0,0 +1,39 @@
<?php
return array(
'does_not_exist' => 'The accessory [:id] does not exist.',
'not_found' => 'That accessory was not found.',
'assoc_users' => 'Ko tenei taputapu i tenei wa: ko nga nama kua taatatia ki nga kaiwhakamahi. Titiro koa ki nga taputapu me te ngana ano.',
'create' => array(
'error' => 'Kaore i hangaia te taputapu, ngana ano ngana.',
'success' => 'I angitu te waihanga i te taputapu.'
),
'update' => array(
'error' => 'Kāore i te whakahouhia te taputapu, tēnā whakamātau anō',
'success' => 'Kua pai te whakahoutanga o te taputapu.'
),
'delete' => array(
'confirm' => 'Kei te hiahia koe ki te muku i tenei taputapu?',
'error' => 'He raruraru kei te whakakore i te taputapu. Tena ngana ano.',
'success' => 'Kua whakakorehia te taputapu.'
),
'checkout' => array(
'error' => 'Kaore ano kia uruhia te uru, ka ngana ano',
'success' => 'He pai te tirotiro i te Accessory.',
'unavailable' => 'Accessory is not available for checkout. Check quantity available',
'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.'
),
'checkin' => array(
'error' => 'Kaore i te takiuruhia te Accessory, tēnā whakamātau anō',
'success' => 'Whakaratohia te Accessory i te angitu.',
'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.'
)
);

View File

@ -0,0 +1,11 @@
<?php
return array(
'dl_csv' => 'Tikiake CSV',
'eula_text' => 'EULA',
'id' => 'ID',
'require_acceptance' => 'Te whakaae',
'title' => 'Ingoa Whakauru',
);