ajout app

This commit is contained in:
2024-04-17 20:22:30 +02:00
parent cc017cfc5e
commit f9d05a2fd3
8025 changed files with 729805 additions and 0 deletions

View 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' => '刪除群組時發生問題。請重試。',
),
);