feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+42
@@ -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 วินาที',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user