| 123456789101112131415 | <?php
return [
    'login_failed'        => '帳密有誤',
    'authenticate_failed' => '無權限請登入',
    'authorize_failed'    => '授權失敗',
    
    'not_found'           => '查無資料',
    'router_failed'       => '請輸入有效網址',
    'sql_error'           => '資料庫異常',
    'validation_failed'   => '輸入資料驗證失敗',
    'server_error'        => '伺服器錯誤',
    'create_fail'         => '新增失敗',
    'update_fail'         => '更新失敗',
];
 |