snipe-it/resources/lang/mi/button.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

25 lines
1,009 B
PHP

<?php
return [
'actions' => 'Nga mahi',
'add' => 'Tāpiri Hou',
'cancel' => 'Whakakore',
'checkin_and_delete' => 'Tirohia & Mukua te Kaiwhakamahi',
'delete' => 'Mukua',
'edit' => 'Whakatika',
'restore' => 'Whakaora',
'remove' => 'Remove',
'request' => 'Tono',
'submit' => 'Tukuna',
'upload' => 'Tukuake',
'select_file' => 'Tīpako Kōnae ...',
'select_files' => 'Select Files...',
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
'send_password_link' => 'Send Password Reset Link',
'go' => 'Go',
'bulk_actions' => 'Bulk Actions',
'add_maintenance' => 'Add Maintenance',
'append' => 'Append',
'new' => 'New',
];