feat: add routes, lang, tests, stubs, docs, and docker configurations

This commit is contained in:
2026-05-21 16:05:16 +07:00
parent fad70d096b
commit 28a06315b8
3385 changed files with 177070 additions and 0 deletions
@@ -0,0 +1,42 @@
<?php
return [
'title' => 'รีเซ็ตรหัสผ่าน',
'heading' => 'ลืมรหัสผ่านไหม',
'actions' => [
'login' => [
'label' => 'กลับไปยังหน้าเข้าสู่ระบบ',
],
],
'form' => [
'email' => [
'label' => 'ที่อยู่อีเมล',
],
'actions' => [
'request' => [
'label' => 'ส่งอีเมล',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'จำนวนการขอได้ถึงขีดจำกัดแล้ว',
'body' => 'กรุณาลองใหม่อีก :seconds วินาที',
],
],
];
@@ -0,0 +1,43 @@
<?php
return [
'title' => 'รีเซ็ตรหัสผ่าน',
'heading' => 'รีเซ็ตรหัสผ่าน',
'form' => [
'email' => [
'label' => 'ที่อยู่อีเมล',
],
'password' => [
'label' => 'รหัสผ่าน',
'validation_attribute' => 'password',
],
'password_confirmation' => [
'label' => 'ยืนยันรหัสผ่าน',
],
'actions' => [
'reset' => [
'label' => 'รีเซ็ตรหัสผ่าน',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'จำนวนครั้งในการพยายามรีเซ็ตรหัสผ่านได้ถึงขีดจำกัดแล้ว',
'body' => 'กรุณาลองใหม่อีก :seconds วินาที',
],
],
];