snipe-it/resources/lang/zh-HK/admin/consumables/message.php

36 lines
953 B
PHP
Raw Normal View History

2018-01-20 04:53:04 -08:00
<?php
return [
2018-01-20 04:53:04 -08:00
'does_not_exist' => '耗材不存在。',
'create' => [
2018-01-20 04:53:04 -08:00
'error' => '新增耗材失敗,請重試。',
'success' => '新增耗材成功。',
],
2018-01-20 04:53:04 -08:00
'update' => [
2018-01-20 04:53:04 -08:00
'error' => '更新耗材失敗,請重試。',
'success' => '更新耗材成功。',
],
2018-01-20 04:53:04 -08:00
'delete' => [
2018-01-20 04:53:04 -08:00
'confirm' => '您確定要刪除此耗材嗎?',
'error' => '刪除耗材時發生問題。請再試一次。',
'success' => '刪除耗材成功。',
],
2018-01-20 04:53:04 -08:00
'checkout' => [
2018-01-20 04:53:04 -08:00
'error' => '耗材領取失敗,請重試。',
'success' => '耗材領取成功。',
'user_does_not_exist' => '使用者不正確。請再試一次。',
],
2018-01-20 04:53:04 -08:00
'checkin' => [
2018-01-20 04:53:04 -08:00
'error' => '耗材登記失敗,請重試。',
'success' => '耗材登記成功',
'user_does_not_exist' => '使用者不正確。請再試一次。',
],
2018-01-20 04:53:04 -08:00
];