ajout app
This commit is contained in:
22
SNIPE-IT/resources/lang/zh-TW/admin/accessories/general.php
Normal file
22
SNIPE-IT/resources/lang/zh-TW/admin/accessories/general.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'accessory_category' => '配件類別',
|
||||
'accessory_name' => '配件名稱',
|
||||
'checkout' => '配件借出',
|
||||
'checkin' => '配件繳回',
|
||||
'create' => '新增配件',
|
||||
'edit' => '編輯配件',
|
||||
'eula_text' => '類別的最終使用者許可協議',
|
||||
'eula_text_help' => '此欄位允許您為特定資產自定EULA(最終使用者許可協議)。如果您所有資產只有一個EULA(最終使用者許可協議),您可以勾選下方選項設為預設。',
|
||||
'require_acceptance' => '需要使用者確認接受此類資產',
|
||||
'no_default_eula' => '沒有找到預設EULA(最終使用者許可協議)。請在設定中增加一個。',
|
||||
'total' => '總計',
|
||||
'remaining' => '可用',
|
||||
'update' => '更新配件',
|
||||
'use_default_eula' => '用<a href="#" data-toggle="modal" data-target="#eulaModal">預設EULA(最終使用者許可協議)</a>進行替換',
|
||||
'use_default_eula_disabled' => '<del>使用預設EULA(最終使用者許可協議)</del>沒有設定預設EULA(最終使用者許可協議),請在設定中新增一個。',
|
||||
'clone' => '複製配件',
|
||||
'delete_disabled' => '因有部分項目仍被借出,此配件尚無法刪除。',
|
||||
|
||||
);
|
Reference in New Issue
Block a user