ajout app
This commit is contained in:
11
SNIPE-IT/resources/lang/mi-NZ/admin/consumables/general.php
Normal file
11
SNIPE-IT/resources/lang/mi-NZ/admin/consumables/general.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'checkout' => 'Waea Whakamahia ki te Kaiwhakamahi',
|
||||
'consumable_name' => 'Ingoa Whakamahia',
|
||||
'create' => 'Waihanga Whakamahia',
|
||||
'item_no' => 'Te nama take',
|
||||
'remaining' => 'Te noho',
|
||||
'total' => 'Te tapeke',
|
||||
'update' => 'Whakahou Whakamahia',
|
||||
);
|
37
SNIPE-IT/resources/lang/mi-NZ/admin/consumables/message.php
Normal file
37
SNIPE-IT/resources/lang/mi-NZ/admin/consumables/message.php
Normal file
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Kaore e taea te whakamahi.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Kāore i whakamahia te whakamahinga, tēnā whakamātau anō.',
|
||||
'success' => 'Ko te whakamahinga i hanga angitu.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Kāore i whakamahia te whakamahinga, tēnā whakamātau anō',
|
||||
'success' => 'Ko te whakamahinga kua whakahoutia pai.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Kei te hiahia koe ki te muku i tenei whakamahinga?',
|
||||
'error' => 'He raru kei te whakakore i te kai. Tena ngana ano.',
|
||||
'success' => 'Kua mukua te kaihoko.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'Kāore i whakamahia te whakamahinga, tēnā whakamātau anō',
|
||||
'success' => 'He pai te tirotiro i te whakamahinga.',
|
||||
'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.',
|
||||
'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Kāore i whakamahia te whakamahinga, tēnā whakamātau anō',
|
||||
'success' => 'Kua tohua te whakamahinga i te pai.',
|
||||
'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'Ingoa Whakamahia',
|
||||
);
|
Reference in New Issue
Block a user