snipe-it/resources/lang/zh-TW/admin/accessories/general.php
2016-12-03 17:10:05 -08:00

23 lines
1.4 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(
'about_accessories_title' => '關於配件',
'about_accessories_text' => '配件是你分派給使用者,但不包含序號(或你不需要追蹤唯一性) 的物品。例如:滑鼠或鍵盤',
'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最終使用者許可協議請在設定中新增一個。',
);