ajout app
This commit is contained in:
22
SNIPE-IT/resources/lang/zh-TW/admin/licenses/form.php
Normal file
22
SNIPE-IT/resources/lang/zh-TW/admin/licenses/form.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'asset' => '資產',
|
||||
'checkin' => '繳回',
|
||||
'create' => '新增授權',
|
||||
'expiration' => '到期日期',
|
||||
'license_key' => '產品序號',
|
||||
'maintained' => '保持',
|
||||
'name' => '軟體名稱',
|
||||
'no_depreciation' => '永久',
|
||||
'purchase_order' => '採購單號',
|
||||
'reassignable' => '可重新授權',
|
||||
'remaining_seats' => '剩餘數量',
|
||||
'seats' => '數量',
|
||||
'termination_date' => '終止日期',
|
||||
'to_email' => '授權信箱',
|
||||
'to_name' => '授權給',
|
||||
'update' => '更新授權',
|
||||
'checkout_help' => '請檢查這個授權是否已經分配給某個人或某個設備。你可以複選,但資產歸屬人必須是相同的。'
|
||||
);
|
Reference in New Issue
Block a user