mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
dbb6002f9f
Signed-off-by: snipe <snipe@snipe.net>
36 lines
1.9 KiB
PHP
36 lines
1.9 KiB
PHP
<?php
|
||
|
||
return [
|
||
|
||
/*
|
||
|--------------------------------------------------------------------------
|
||
| Password Reminder Language Lines
|
||
|--------------------------------------------------------------------------
|
||
|
|
||
| The following language lines are the default lines which match reasons
|
||
| that are given by the password broker for a password update attempt
|
||
| has failed, such as for an invalid token or invalid new password.
|
||
|
|
||
*/
|
||
|
||
'more_info_title' => '更多資訊',
|
||
|
||
'audit_help' => '勾選此框將編輯資產記錄以反映此新位置。 不勾選將僅在稽核記錄中註明位置。<br><br>請注意,如果此資產已經被借出,則不會更改借出人、資產或位置的位置。',
|
||
|
||
'assets' => '資產是由序號或資產標籤追蹤的項目。 他們往往是較高價值的項目,且能夠確切識別出這些特定項目的重要性特別高。',
|
||
|
||
'categories' => '類別可以幫助您組織項目。 一些範例類別可能是 "桌上型電腦","筆記型電腦","手機","平板電腦"等等,但您可以以任何對您有意義的方式使用類別。',
|
||
|
||
'accessories' => '配件是您發給使用者但不具有序號的任何物品(或者您不需要特別追蹤)。 例如,電腦滑鼠或鍵盤。',
|
||
|
||
'companies' => '公司可以作為簡單的識別欄位,另外,如果你在後台設定中開啟了完整的公司支援功能,它還能用來限制資產、使用者等的可視性。',
|
||
|
||
'components' => '零組件是指作為資產的一部份項目,例如硬碟、記憶體、其他等。',
|
||
|
||
'consumables' => '消耗品是指任何購買後會隨著時間的推移將被用完的東西。 例如,印表機墨水或影印紙。',
|
||
|
||
'depreciations' => '您可以設定資產折舊以根據直線折舊法對資產進行折舊。',
|
||
|
||
'empty_file' => 'The importer detects that this file is empty.'
|
||
];
|