ajout app
This commit is contained in:
18
SNIPE-IT/resources/lang/mi-NZ/admin/models/general.php
Normal file
18
SNIPE-IT/resources/lang/mi-NZ/admin/models/general.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_models_title' => 'Mō nga tauira Ahua',
|
||||
'about_models_text' => 'Ko nga Momo Ahuatanga he huarahi ki te whakariterite i nga rawa taatai. "MBP 2013", "IPhone 6s", etc.',
|
||||
'deleted' => 'This model has been deleted.',
|
||||
'bulk_delete' => 'Bulk Delete Asset Models',
|
||||
'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.',
|
||||
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
|
||||
'restore' => 'Whakahoki Tauira',
|
||||
'requestable' => 'Ka taea e nga kaiwhakamahi te tono i tenei tauira',
|
||||
'show_mac_address' => 'Whakaatuhia te maraataka MAC mo nga taonga i tenei tauira',
|
||||
'view_deleted' => 'Tiro Kua Mukua',
|
||||
'view_models' => 'Tirohia nga tauira',
|
||||
'fieldset' => 'Whakaputu',
|
||||
'no_custom_field' => 'Karekau he mara ritenga',
|
||||
'add_default_values' => 'Add default values',
|
||||
);
|
47
SNIPE-IT/resources/lang/mi-NZ/admin/models/message.php
Normal file
47
SNIPE-IT/resources/lang/mi-NZ/admin/models/message.php
Normal file
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted asset model',
|
||||
'does_not_exist' => 'Kāore te tauira i te tīariari.',
|
||||
'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
|
||||
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
|
||||
'assoc_users' => 'Kei te hono tenei tauira ki te kotahi, neke atu ranei nga rawa, kaore e taea te muku. Nganahia nga rawa, ka ngana ki te muku ano.',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Kāore i hangaia te tauira, tēnā whakamātau anō.',
|
||||
'success' => 'I waihangahia te tauira i pai.',
|
||||
'duplicate_set' => 'Ko te tauira o te taonga me te ingoa, te kaiwhakanao me te tau tauira kei te noho tonu.',
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Kāore i te whakahouhia te tauira, na me ngana ano',
|
||||
'success' => 'He pai te whakahoutanga o te tauira.',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Kei te hiahia koe ki te muku i tenei tauira taonga?',
|
||||
'error' => 'I puta he take e whakakore ana i te tauira. Tena ngana ano.',
|
||||
'success' => 'Kua mukua te tauira.'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => 'Kaore ano kia whakahokia mai te tauira, na me ngana ano',
|
||||
'success' => 'He tauira kua whakahokia mai.'
|
||||
),
|
||||
|
||||
'bulkedit' => array(
|
||||
'error' => 'Kaore i whakarereke nga mara, naore i whakahoutia.',
|
||||
'success' => 'Model successfully updated. |:model_count models successfully updated.',
|
||||
'warn' => 'You are about to update the properties of the following model:|You are about to edit the properties of the following :model_count models:',
|
||||
|
||||
),
|
||||
|
||||
'bulkdelete' => array(
|
||||
'error' => 'No models were selected, so nothing was deleted.',
|
||||
'success' => 'Model deleted!|:success_count models deleted!',
|
||||
'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.'
|
||||
),
|
||||
|
||||
);
|
17
SNIPE-IT/resources/lang/mi-NZ/admin/models/table.php
Normal file
17
SNIPE-IT/resources/lang/mi-NZ/admin/models/table.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'create' => 'Waihanga Tae Ahua',
|
||||
'created_at' => 'I hangaia i',
|
||||
'eol' => 'EOL',
|
||||
'modelnumber' => 'Tauira No.',
|
||||
'name' => 'Ingoa Tauira Ahua',
|
||||
'numassets' => 'Ngā taonga',
|
||||
'title' => 'Ngā Ahua Ahua',
|
||||
'update' => 'Whakahouhia te tauira Ahua',
|
||||
'view' => 'Tirohia te Ahua Tahua',
|
||||
'update' => 'Whakahouhia te tauira Ahua',
|
||||
'clone' => 'He tauira tauira',
|
||||
'edit' => 'Whakatikahia te tauira',
|
||||
);
|
Reference in New Issue
Block a user