snipe-it/resources/lang/zh-HK/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.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'activated' => '啟用',
'allow' => '允許',
'checkedout' => '資產',
'created_at' => '新增於',
'createuser' => '新增使用者',
'deny' => '拒絕',
'email' => 'Email',
'employee_num' => '員工編號',
'first_name' => '名',
'groupnotes' => '請選擇一個群組給使用者,注意,使用者將擁有該群組的所有權限。',
'id' => 'ID',
'inherit' => '繼承',
'job' => '職稱',
'last_login' => '上次登入',
'last_name' => '姓氏',
'location' => '位置',
'lock_passwords' => '不能修改登入資料',
'manager' => '主管',
'managed_locations' => '管理位置',
'name' => '名字',
'notes' => '備註',
'password_confirm' => '確認密碼',
'password' => '密碼',
'phone' => '電話',
'show_current' => '顯示當前使用者',
'show_deleted' => '顯示已刪除使用者',
'title' => '職稱',
'to_restore_them' => '將它們還原。',
'updateuser' => '更新使用者',
'username' => '使用者名稱',
'user_deleted_text' => '此使用者已被標記為刪除。',
'username_note' => '(這是用來綁定 Active Directory非用來登入',
'cloneuser' => '複製使用者',
'viewusers' => '檢視使用者',
];