snipe-it/resources/lang/zh-TW/admin/users/general.php

25 lines
1.3 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'assets_user' => '分配給 :name 的資產',
2017-04-06 21:36:33 -07:00
'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 的歷史記錄',
2017-04-06 21:36:33 -07:00
'info' => 'Info',
'last_login' => '上次登入',
'ldap_config_text' => 'LDAP 設定在 管理 > 設定。所選位置將套用至匯入的使用者。',
'software_user' => ':name 借出的軟體',
'view_user' => '檢視使用者: :name',
'usercsv' => 'CSV 檔',
2017-01-10 17:53:06 -08:00
'two_factor_admin_optin_help' => '您當前的管理員設置允許使用雙因素身份驗證。',
'two_factor_enrolled' => '雙因素認證設備登記',
'two_factor_active' => '啟用雙因素認證',
2016-03-25 01:18:05 -07:00
);