response-message.php 506B

123456789101112131415
  1. <?php
  2. return [
  3. 'login_failed' => '帳密有誤',
  4. 'authenticate_failed' => '無權限請登入',
  5. 'authorize_failed' => '授權失敗',
  6. 'not_found' => '查無資料',
  7. 'router_failed' => '請輸入有效網址',
  8. 'sql_error' => '資料庫異常',
  9. 'validation_failed' => '輸入資料驗證失敗',
  10. 'server_error' => '伺服器錯誤',
  11. 'create_fail' => '新增失敗',
  12. 'update_fail' => '更新失敗',
  13. ];