ajout app
This commit is contained in:
16
SNIPE-IT/resources/lang/mi-NZ/admin/components/general.php
Normal file
16
SNIPE-IT/resources/lang/mi-NZ/admin/components/general.php
Normal 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'
|
||||
);
|
37
SNIPE-IT/resources/lang/mi-NZ/admin/components/message.php
Normal file
37
SNIPE-IT/resources/lang/mi-NZ/admin/components/message.php
Normal 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.'
|
||||
)
|
||||
|
||||
|
||||
);
|
5
SNIPE-IT/resources/lang/mi-NZ/admin/components/table.php
Normal file
5
SNIPE-IT/resources/lang/mi-NZ/admin/components/table.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'Ingoa Ingoa',
|
||||
);
|
Reference in New Issue
Block a user