snipe-it/resources/lang/mi/admin/users/table.php
Laravel Shift 934afa036f Adopt Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00

39 lines
1.7 KiB
PHP

<?php
return [
'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',
];