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' => 'Turn off',
'modal' => [
'heading' => 'Email verification codes tihtawp na',
'description' => 'Email verification codes dawn hi tihtawp i duh tak tak em? Hemi tihtawp hian security dang I account a a pek belh ho a paih dawn ani.',
'form' => [
'code' => [
'label' => '6-digit code email hmanga kan rawn thawn kha enter rawh',
'validation_attribute' => 'code',
'actions' => [
'resend' => [
'label' => 'Email ah code thar thawn rawh',
'notifications' => [
'resent' => [
'title' => 'Email hmangin code thar kan rawn thawn e',
],
'throttled' => [
'title' => 'Thawnnawn tumna a tam lutuk, Khawngaihin code dang dîl leh hmain nghak phawt rawh.',
],
],
],
],
'messages' => [
'invalid' => 'Hemi code hi a diklo.',
'rate_limited' => 'Tumna a tam lutuk. Khawngaihin nakinah tinawn leh rawh.',
],
],
],
'actions' => [
'submit' => [
'label' => 'Email verification codes tihtawp na',
],
],
],
'notifications' => [
'disabled' => [
'title' => 'Email verification codes chu disabled ani',
],
],
];
@@ -0,0 +1,73 @@
<?php
return [
'label' => 'Set up',
'modal' => [
'heading' => 'Email verification codes siamna',
'description' => 'Email hmanga 6-digit code kan rawn thawn kha I sign in dawnah emaw thil sensitive deuh hlek tih dawnah i chhutluh zel a ngai ang. Setup puitling turin 6-digit code i email ah en rawh.',
'form' => [
'code' => [
'label' => '6-digit code email hmanga kan rawn thawn kha enter rawh',
'validation_attribute' => 'code',
'actions' => [
'resend' => [
'label' => 'Email ah code thar thawn rawh',
'notifications' => [
'resent' => [
'title' => 'Email hmangin code thar kan rawn thawn e',
],
'throttled' => [
'title' => 'Thawnnawn tumna a tam lutuk, Khawngaihin code dang dîl leh hmain nghak phawt rawh.',
],
],
],
],
'messages' => [
'invalid' => 'Hemi code hi a diklo.',
'rate_limited' => 'Tumna a tam lutuk. Khawngaihin nakinah tinawn leh rawh.',
],
],
],
'actions' => [
'submit' => [
'label' => 'Email verification codes enable rawh',
],
],
],
'notifications' => [
'enabled' => [
'title' => 'Email verification codes chu enabled a ni e',
],
],
];
@@ -0,0 +1,12 @@
<?php
return [
'subject' => 'I luhna code chu hei le',
'lines' => [
'I luhna code chu: :code ani',
'Minute 1 hnuah a expire ang.|Minutes :minutes hnuah a expire ang.',
],
];
@@ -0,0 +1,64 @@
<?php
return [
'management_schema' => [
'actions' => [
'label' => 'Email verification codes',
'below_content' => 'Login lai in nangmah ngei ini tih chian nan I email address ah temporary code I dawng ang',
'messages' => [
'enabled' => 'Enabled',
'disabled' => 'Disabled',
],
],
],
'login_form' => [
'label' => 'Email ah code thawn rawh',
'code' => [
'label' => '6-digit code email hmanga kan rawn thawn kha enter rawh',
'validation_attribute' => 'code',
'actions' => [
'resend' => [
'label' => 'Email hmangin code thar thawnna',
'notifications' => [
'resent' => [
'title' => 'Email ah code thar kan rawn thawn e',
],
'throttled' => [
'title' => 'Thawnnawn tumna a tam lutuk, Khawngaihin code dang dîl leh hmain nghak phawt rawh.',
],
],
],
],
'messages' => [
'invalid' => 'Hemi code hi a diklo.',
],
],
],
];