snipe-it/resources/lang/zh-TW/admin/users/table.php
snipe 5be7dee3d3 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2022-05-24 15:07:14 -07:00

39 lines
1.5 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 array(
'activated' => '啟用',
'allow' => '允許',
'checkedout' => '資產',
'created_at' => '新增於',
'createuser' => '新增使用者',
'deny' => '拒絕',
'email' => 'Email',
'employee_num' => '員工編號',
'first_name' => '名',
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
'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' => '檢視使用者',
);