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,73 @@
<?php
return [
'label' => 'Profile',
'form' => [
'email' => [
'label' => 'Email',
],
'name' => [
'label' => 'Hming',
],
'password' => [
'label' => 'Password thar',
'validation_attribute' => 'password',
],
'password_confirmation' => [
'label' => 'Password thar nemnghehna',
'validation_attribute' => 'password confirmation',
],
'current_password' => [
'label' => 'Password hman mek',
'below_content' => 'Security thil avangin hemi ti chhunzawm tur hian I password chhu rawh.',
'validation_attribute' => 'current password',
],
'actions' => [
'save' => [
'label' => 'Thlâkthlengna',
],
],
],
'multi_factor_authentication' => [
'label' => 'Two-factor authentication (2FA)',
],
'notifications' => [
'email_change_verification_sent' => [
'title' => 'Email address thlak na thawn ani',
'body' => 'Email thlak dilna na chu :email ah hian thawn ani. Khawngaihin hemi email atang hian a inthlak-ho verify rawh.',
],
'saved' => [
'title' => 'A in thlâkthleng e.',
],
'throttled' => [
'title' => 'Tumna a tam lutuk. Khawngaihin seconds :seconds hnuah ti nawn leh rawh.',
'body' => 'Khawngaihin seconds :seconds hnuah ti nawn leh rawh.',
],
],
'actions' => [
'cancel' => [
'label' => 'Sûtna',
],
],
];
@@ -0,0 +1,35 @@
<?php
return [
'title' => 'Verify your email address',
'heading' => 'Verify your email address',
'actions' => [
'resend_notification' => [
'label' => 'Thawn nawn leh rawh',
],
],
'messages' => [
'notification_not_received' => 'Email kan thawn i dawnglo em?',
'notification_sent' => 'Hemi email :email ah hian I email address verify dan tur nen kan thawn.',
],
'notifications' => [
'notification_resent' => [
'title' => 'Email kan thawn nawn e.',
],
'notification_resend_throttled' => [
'title' => 'Thawnnawn tumna a tam lutuk',
'body' => 'Khawngaihin seconds :seconds hnuah ti nawn leh rawh.',
],
],
];
+85
View File
@@ -0,0 +1,85 @@
<?php
return [
'title' => 'Login',
'heading' => 'Luhna',
'actions' => [
'register' => [
'before' => 'emaw',
'label' => 'account nei turin in ziak lut rawh',
],
'request_password_reset' => [
'label' => 'Password i theihnghilh em?',
],
],
'form' => [
'email' => [
'label' => 'Email',
],
'password' => [
'label' => 'Password',
],
'remember' => [
'label' => 'Inhriatrengna',
],
'actions' => [
'authenticate' => [
'label' => 'Luhna',
],
],
],
'multi_factor' => [
'heading' => 'I nihna finfiah rawh',
'subheading' => 'Lût chhunzawm turin, i nihna finfiah phawt a ngai.',
'form' => [
'provider' => [
'label' => 'Engtiang a finfiah nge i duh?',
],
'actions' => [
'authenticate' => [
'label' => 'Luhna nemnghehna',
],
],
],
],
'messages' => [
'failed' => 'Hemi credentials hi kan records neihah a awmlo.',
],
'notifications' => [
'throttled' => [
'title' => 'Luh tumna a tam lutuk',
'body' => 'Khawngaihin seconds :seconds hnuah ti nawn leh rawh.',
],
],
];
@@ -0,0 +1,46 @@
<?php
return [
'title' => 'I password reset na',
'heading' => 'Password I theihnghilh em?',
'actions' => [
'login' => [
'label' => 'Luhna a letna',
],
],
'form' => [
'email' => [
'label' => 'Email address',
],
'actions' => [
'request' => [
'label' => 'Email thawnna',
],
],
],
'notifications' => [
'sent' => [
'body' => 'I account a awmlo anih chuan email i dawng lo ang.',
],
'throttled' => [
'title' => 'Thawn a tam lutuk',
'body' => 'Khawngaihin seconds :seconds hnuah ti nawn leh rawh.',
],
],
];
@@ -0,0 +1,43 @@
<?php
return [
'title' => 'Reset your password',
'heading' => 'Password tihṭhatna',
'form' => [
'email' => [
'label' => 'Email address',
],
'password' => [
'label' => 'Password',
'validation_attribute' => 'password',
],
'password_confirmation' => [
'label' => 'Confirm password',
],
'actions' => [
'reset' => [
'label' => 'Tihṭhatna',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'Tihṭhat tumna a tam lutuk',
'body' => 'Khawngaihin seconds :seconds hnuah ti nawn leh rawh.',
],
],
];
+56
View File
@@ -0,0 +1,56 @@
<?php
return [
'title' => 'Register',
'heading' => 'In ziah luhna',
'actions' => [
'login' => [
'before' => 'emaw',
'label' => 'I account ah lut rawh',
],
],
'form' => [
'email' => [
'label' => 'Email',
],
'name' => [
'label' => 'Hming',
],
'password' => [
'label' => 'Password',
'validation_attribute' => 'password',
],
'password_confirmation' => [
'label' => 'Password nemnghehna',
],
'actions' => [
'register' => [
'label' => 'Ziah luhna',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'In ziah luh tumna a tam lutuk',
'body' => 'Khawngaihin seconds :seconds hnuah ti nawn leh rawh.',
],
],
];