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,35 @@
<?php
return [
'title' => 'ยืนยันที่อยู่อีเมล',
'heading' => 'ยืนยันที่อยู่อีเมล',
'actions' => [
'resend_notification' => [
'label' => 'ส่งใหม่',
],
],
'messages' => [
'notification_not_received' => 'ยังไม่ได้รับอีเมลที่เราส่งไหม?',
'notification_sent' => 'เราได้ส่งอีเมลไปยัง :email พร้อมคำแนะนำในการยืนยันที่อยู่อีเมลของคุณไปแล้ว',
],
'notifications' => [
'notification_resent' => [
'title' => 'เราได้ส่งอีเมลอีกครั้งให้แล้ว',
],
'notification_resend_throttled' => [
'title' => 'จำนวนครั้งในการส่งอีเมลได้ถึงขีดจำกัดแล้ว',
'body' => 'กรุณาลองส่งใหม่อีก :seconds วินาที',
],
],
];