snipe-it/resources/lang/zh-TW/admin/users/general.php
2017-04-06 21:36:33 -07:00

25 lines
1.3 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(
'assets_user' => '分配給 :name 的資產',
'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.',
'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.',
'current_assets' => '目前借出給該使用者的資產',
'clone' => '複製使用者',
'contact_user' => '聯繫 :name',
'edit' => '編輯使用者',
'filetype_info' => '允許檔案類型png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar。',
'history_user' => ':name 的歷史記錄',
'info' => 'Info',
'last_login' => '上次登入',
'ldap_config_text' => 'LDAP 設定在 管理 > 設定。所選位置將套用至匯入的使用者。',
'software_user' => ':name 借出的軟體',
'view_user' => '檢視使用者: :name',
'usercsv' => 'CSV 檔',
'two_factor_admin_optin_help' => '您當前的管理員設置允許使用雙因素身份驗證。',
'two_factor_enrolled' => '雙因素認證設備登記',
'two_factor_active' => '啟用雙因素認證',
);