2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2016-10-04 12:23:02 -07:00
|
|
|
'does_not_exist' => '耗材不存在。',
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'create' => [
|
2016-10-04 12:23:02 -07:00
|
|
|
'error' => '新增耗材失敗,請重試。',
|
2021-06-10 13:15:52 -07:00
|
|
|
'success' => '新增耗材成功。',
|
|
|
|
],
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'update' => [
|
2016-10-04 12:23:02 -07:00
|
|
|
'error' => '更新耗材失敗,請重試。',
|
2021-06-10 13:15:52 -07:00
|
|
|
'success' => '更新耗材成功。',
|
|
|
|
],
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'delete' => [
|
2016-10-04 12:23:02 -07:00
|
|
|
'confirm' => '您確定要刪除此耗材嗎?',
|
|
|
|
'error' => '刪除耗材時發生問題。請再試一次。',
|
2021-06-10 13:15:52 -07:00
|
|
|
'success' => '刪除耗材成功。',
|
|
|
|
],
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'checkout' => [
|
2016-10-04 12:23:02 -07:00
|
|
|
'error' => '耗材領取失敗,請重試。',
|
|
|
|
'success' => '耗材領取成功。',
|
2021-06-10 13:15:52 -07:00
|
|
|
'user_does_not_exist' => '使用者不正確。請再試一次。',
|
|
|
|
],
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'checkin' => [
|
2016-10-04 12:23:02 -07:00
|
|
|
'error' => '耗材登記失敗,請重試。',
|
|
|
|
'success' => '耗材登記成功',
|
2021-06-10 13:15:52 -07:00
|
|
|
'user_does_not_exist' => '使用者不正確。請再試一次。',
|
|
|
|
],
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
];
|