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,16 @@
<?php
return array(
'component_name' => 'Ingoa Ingoa',
'checkin' => 'Tirohia te Mea',
'checkout' => 'Waehia te Waehere',
'cost' => 'Utu Hokona',
'create' => 'Waihanga Wae',
'edit' => 'Whakatikahia te Wae',
'date' => 'Raa Hokona',
'order' => 'Tau Tau',
'remaining' => 'Te noho',
'total' => 'Te tapeke',
'update' => 'Whakahōuhia te Wae',
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);

View File

@ -0,0 +1,37 @@
<?php
return array(
'does_not_exist' => 'Kāore i te tīariari te wae.',
'create' => array(
'error' => 'Kāore i hangahia te waehanga, tēnā whakamātau anō.',
'success' => 'Kua pai te hanga o te wae.'
),
'update' => array(
'error' => 'Kāore i whakahoutia te wāhanga, tēnā whakamātau anō',
'success' => 'Kua whakahoutia te mea.'
),
'delete' => array(
'confirm' => 'Kei te hiahia koe ki te muku i tenei waahanga?',
'error' => 'He raruraru kei te whakakore i te waahanga. Tena ngana ano.',
'success' => 'I mukua te wāhanga.'
),
'checkout' => array(
'error' => 'Kāore i tutakina te wāhanga, tēnā whakamātau anō',
'success' => 'Kua tohua te Waeine.',
'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.',
'unavailable' => 'Not enough components remaining: :remaining remaining, :requested requested ',
),
'checkin' => array(
'error' => 'Kāore i whakauruhia te wāhanga, tēnā whakamātau anō',
'success' => 'Kua takitakihia te Waeine.',
'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.'
)
);

View File

@ -0,0 +1,5 @@
<?php
return array(
'title' => 'Ingoa Ingoa',
);