snipe-it/resources/lang/mi/admin/users/table.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

39 lines
1.7 KiB
PHP

<?php
return array(
'activated' => 'He kaha',
'allow' => 'Tukua',
'checkedout' => 'Ngā taonga',
'created_at' => 'I waihangahia',
'createuser' => 'Waihanga Kaiwhakamahi',
'deny' => 'Whakaae',
'email' => 'Īmēra',
'employee_num' => 'Nga kaimahi No.',
'first_name' => 'Ingoa Tuatahi',
'groupnotes' => 'Tīpakohia he rōpū ki te tautuhi ki te kaiwhakamahi, maharahia kei te whakaaetia e te kaiwhakamahi nga whakaaetanga o te rōpū e tohaina ana.',
'id' => 'Tuhinga',
'inherit' => 'Whakauru',
'job' => 'Taitara Job',
'last_login' => 'Whakauru Whakamutunga',
'last_name' => 'Ingoa Whakamutunga',
'location' => 'Wāhi',
'lock_passwords' => 'Kaore e taea te whakarereke i nga taipitopito whakauru i runga i tenei taunga.',
'manager' => 'Kaiwhakahaere',
'managed_locations' => 'Ngā Tauwāhi Whakahaere',
'name' => 'Ingoa',
'notes' => 'Tuhipoka',
'password_confirm' => 'Whakaae Kupuhipa',
'password' => 'Kupuhipa',
'phone' => 'Waea',
'show_current' => 'Whakaatuhia nga Kaiwhakamahi o Naianei',
'show_deleted' => 'Whakaatu Kaiwhakamahi Kua Mukua',
'title' => 'Taitara',
'to_restore_them' => 'ki te whakaora ia ratou.',
'updateuser' => 'Whakahōu Kaiwhakamahi',
'username' => 'Ingoa Kaiwhakamahi',
'user_deleted_text' => 'Kua tohua tenei kaiwhakamahi kia mukua.',
'username_note' => '(Ka whakamahia tenei mo te Active Directory anake, kaore i te takiuru.)',
'cloneuser' => 'Kaiwhakamahi Tino',
'viewusers' => 'Kaiwhakamahi Tiro',
);