ajout app
This commit is contained in:
22
SNIPE-IT/resources/lang/zh-TW/admin/groups/message.php
Normal file
22
SNIPE-IT/resources/lang/zh-TW/admin/groups/message.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'group_exists' => '群組已存在',
|
||||
'group_not_found' => '群組 ID :id 不存在。',
|
||||
'group_name_required' => '名稱欄位必填',
|
||||
|
||||
'success' => array(
|
||||
'create' => '新增群組成功。',
|
||||
'update' => '更新群組成功。',
|
||||
'delete' => '刪除群組成功。',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => '您確定要刪除此群組嗎?',
|
||||
'create' => '新增群組時發生問題。請重試。',
|
||||
'update' => '更新群組時發生問題。請重試。',
|
||||
'delete' => '刪除群組時發生問題。請重試。',
|
||||
),
|
||||
|
||||
);
|
Reference in New Issue
Block a user