snipe-it/resources/lang/zh-TW/admin/categories/general.php
Laravel Shift 934afa036f Adopt Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00

23 lines
1.6 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 [
'asset_categories' => '資產類別',
'category_name' => '類別名稱',
'checkin_email' => '在借出/繳回時發送郵件給使用者。',
'checkin_email_notification' => '在借出/繳回時該使用者會發送郵件。',
'clone' => '複製類別',
'create' => '新建類別',
'edit' => '編輯類別',
'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最終使用者許可協議。請在設定中增加一個。',
];