snipe-it/resources/lang/zh-TW/admin/categories/general.php
snipe d1ce1b6f18 Updated language strings from CrowdIn
Signed-off-by: snipe <snipe@snipe.net>
2023-08-15 13:21:35 +01:00

26 lines
1.9 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(
'asset_categories' => '資產類別',
'category_name' => '類別名稱',
'checkin_email' => '在借出/繳回時發送郵件給使用者。',
'checkin_email_notification' => '在借出/繳回時該使用者會發送郵件。',
'clone' => '複製類別',
'create' => '新建類別',
'edit' => '編輯類別',
'email_will_be_sent_due_to_global_eula' => 'An email will be sent to the user because the global EULA is being used.',
'email_will_be_sent_due_to_category_eula' => 'An email will be sent to the user because a EULA is set for this category.',
'eula_text' => '類別的最終用戶許可協議',
'eula_text_help' => '此欄位允許您為指定類型的資產自訂ELUA最終用戶許可協議。如果您所有資產只套用一個EULA最終用戶許可協議您可以核取下方框將其設為預設。',
'name' => '類別名稱',
'require_acceptance' => '要求使用者確認接受此類別的資產',
'required_acceptance' => '使用者會收到包含確認接收連結的郵件',
'required_eula' => '使用者將收到EULA最終使用者許可協議的郵件',
'no_default_eula' => '沒有找到預設EULA最終使用者許可協議。請在設定中增加一個。',
'update' => '更新類別',
'use_default_eula' => '用<a href="#" data-toggle="modal" data-target="#eulaModal">預設EULA最終使用者許可協議</a> 進行替換。',
'use_default_eula_disabled' => '<del>使用預設EULA最終使用者許可協議替換。</del>沒有找到預設EULA最終使用者許可協議。請在設定中增加一個。',
'use_default_eula_column' => '使用預設的 EULA',
);