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

23 lines
621 B
PHP
Raw Normal View History

2018-01-20 04:53:04 -08:00
<?php
return [
2018-01-20 04:53:04 -08:00
'group_exists' => '群組已存在',
'group_not_found' => '群組 [:id] 不存在',
'group_name_required' => '名稱欄位必填',
'success' => [
2018-01-20 04:53:04 -08:00
'create' => '新增群組成功。',
'update' => '更新群組成功。',
'delete' => '刪除群組成功。',
],
2018-01-20 04:53:04 -08:00
'delete' => [
2018-01-20 04:53:04 -08:00
'confirm' => '您確定要刪除此群組嗎?',
'create' => '新增群組時發生問題。請重試。',
'update' => '更新群組時發生問題。請重試。',
'delete' => '刪除群組時發生問題。請重試。',
],
2018-01-20 04:53:04 -08:00
];