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

23 lines
636 B
PHP
Raw Normal View History

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