snipe-it/resources/lang/zh-HK/admin/licenses/form.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

23 lines
839 B
PHP

<?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' => '請檢查這個授權是否已經分配給某個人或某個設備。你可以複選,但資產歸屬人必須是相同的。'
);