snipe-it/resources/lang/zh-TW/admin/asset_maintenances/message.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

22 lines
928 B
PHP

<?php
return [
'not_found' => '未找到您查詢的資產維護訊息!',
'delete' => [
'confirm' => '您確定要刪除此筆資產維護訊息嗎?',
'error' => '資產維護訊息刪除失敗。請再試一次',
'success' => '資產維護訊息已刪除。',
],
'create' => [
'error' => '資產維護訊息新增失敗。請再試一次',
'success' => '資產維護訊息已新增。',
],
'edit' => [
'error' => '資產維護訊息修改失敗。請再試一次',
'success' => '資產維護訊息已修改。',
],
'asset_maintenance_incomplete' => '尚未完成',
'warranty' => '保固',
'not_warranty' => '無保固',
];