feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
lang/vendor/filament-panels/lus/auth/http/controllers/block-email-change-verification-controller.php
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'blocked' => [
|
||||
'title' => 'Email address thlak tur blocked ani',
|
||||
'body' => 'Hemi email adress :email thlak tum na chu I blocked fel e. Nangma request anih loh chuan, khawngaihin min rawn be vat dawn nia.',
|
||||
],
|
||||
|
||||
'failed' => [
|
||||
'title' => 'Email address thlak tur a block theilo',
|
||||
'body' => 'Hemi email address :email a email inthlak hi I blocked hmaa a in verified tawh avangin tihdanglam theih ani tawhlo. Nangma request anih loh chuan, khawngaihin min rawn be vat dawn nia.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'verified' => [
|
||||
'title' => 'Email address a inthlak',
|
||||
'body' => 'I email address chu hemi :email ah hian a inthlak e.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,75 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Turn off',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Disable authenticator app',
|
||||
|
||||
'description' => 'Authenticator app hman 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 authenticator app ami enter rawh',
|
||||
|
||||
'validation_attribute' => 'code',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'use_recovery_code' => [
|
||||
'label' => 'Recovery code hmang zawk rawh',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'Hemi code hi a diklo.',
|
||||
|
||||
'rate_limited' => 'Tumna a tam lutuk. Khawngaihin nakinah tinawn leh rawh.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'recovery_code' => [
|
||||
|
||||
'label' => 'Or, recovery code enter rawh',
|
||||
|
||||
'validation_attribute' => 'recovery code',
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'Hemi recovery code hi a diklo.',
|
||||
|
||||
'rate_limited' => 'Tumna a tam lutuk. Khawngaihin nakinah tinawn leh rawh.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Disable authenticator app',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'disabled' => [
|
||||
'title' => 'Authenticator app disabled ani',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Vendored
+79
@@ -0,0 +1,79 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Regenerate recovery codes',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Authenticator app a recovery codes siamthar na',
|
||||
|
||||
'description' => 'I recovery codes iti bo anih chuan, heta tang hian a thar I siam thei ang. A code hlui ho kha chu an hman theih tawhloh nghal ang.',
|
||||
|
||||
'form' => [
|
||||
|
||||
'code' => [
|
||||
|
||||
'label' => '6-digit code authenticator app ami enter rawh',
|
||||
|
||||
'validation_attribute' => 'code',
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'Hemi code hi a diklo.',
|
||||
|
||||
'rate_limited' => 'Tumna a tam lutuk. Khawngaihin nakinah tinawn leh rawh.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'password' => [
|
||||
|
||||
'label' => 'Or, tun a I password enter rawh',
|
||||
|
||||
'validation_attribute' => 'password',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Recovery codes thar',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'regenerated' => [
|
||||
'title' => 'Authenticator app a recovery codes thar tur siam a ni',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'show_new_recovery_codes' => [
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Recovery codes thar',
|
||||
|
||||
'description' => 'Khawngaihin heng recovery codes ho hi him takin dahtha ang che. Vawikhat chiah an rawn lang dawn a, mahse I authenticator app a access I hloh hunah I mamawh ang:',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Close',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,83 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Set up',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Authenticator app siamna',
|
||||
|
||||
'description' => <<<'BLADE'
|
||||
Google Authenticator app (<x-filament::link href="https://itunes.apple.com/us/app/google-authenticator/id388497605" target="_blank">iOS</x-filament::link>, <x-filament::link href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2" target="_blank">Android</x-filament::link>) ang chi hi hemi complete nan hian I mamawh ang.
|
||||
BLADE,
|
||||
|
||||
'content' => [
|
||||
|
||||
'qr_code' => [
|
||||
|
||||
'instruction' => 'I authenticator app hmangin hemi QR code hi scan rawh:',
|
||||
|
||||
'alt' => 'QR code to scan with an authenticator app',
|
||||
|
||||
],
|
||||
|
||||
'text_code' => [
|
||||
|
||||
'instruction' => 'emaw nangmahin hemi code hi enter chawp rawh:',
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Lâk chhâwn ani e',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'recovery_codes' => [
|
||||
|
||||
'instruction' => 'Khawngaihin heng recovery codes ho hi him takin dahtha ang che. Vawikhat chiah an rawn lang dawn a, mahse I authenticator app a access I hloh hunah I mamawh ang::',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'code' => [
|
||||
|
||||
'label' => '6-digit code authenticator app ami enter rawh',
|
||||
|
||||
'validation_attribute' => 'code',
|
||||
|
||||
'below_content' => 'I sign in dawn ah emaw sensitive thil iti dawn anih chuan 6-digit code authenticator app ami i enter zel a ngai.',
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'Hemi code hi a diklo.',
|
||||
|
||||
'rate_limited' => 'Tumna a tam lutuk. Khawngaihin nakinah tinawn leh rawh.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Enable authenticator app',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'enabled' => [
|
||||
'title' => 'Authenticator app enabled ani',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,64 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'management_schema' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'label' => 'Authenticator app',
|
||||
|
||||
'below_content' => 'Login verification atan secure app in temporary code a siam hmang rawh.',
|
||||
|
||||
'messages' => [
|
||||
'enabled' => 'Enabled',
|
||||
'disabled' => 'Disabled',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'login_form' => [
|
||||
|
||||
'label' => 'I authenticator app ami code hmang rawh',
|
||||
|
||||
'code' => [
|
||||
|
||||
'label' => '6-digit code authenticator app ami enter rawh',
|
||||
|
||||
'validation_attribute' => 'code',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'use_recovery_code' => [
|
||||
'label' => 'Recovery code hmang zawk rawh',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'Hemi code hi a diklo.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'recovery_code' => [
|
||||
|
||||
'label' => 'Or, recovery code enter rawh',
|
||||
|
||||
'validation_attribute' => 'recovery code',
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'Hemi recovery code hi a diklo.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+12
@@ -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.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Set up two-factor authentication (2FA)',
|
||||
|
||||
'heading' => 'Set up two-factor authentication',
|
||||
|
||||
'subheading' => '2FA adds an extra layer of security to your account by requiring a second form of verification when signing in.',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'continue' => [
|
||||
'label' => 'Continue',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'Click to',
|
||||
|
||||
'copy' => [
|
||||
'label' => 'copy',
|
||||
],
|
||||
|
||||
'or',
|
||||
|
||||
'download' => [
|
||||
'label' => 'download',
|
||||
],
|
||||
|
||||
'all the codes at once.',
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Copied',
|
||||
],
|
||||
|
||||
];
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'subject' => 'I email address a inthlak dawn e',
|
||||
|
||||
'lines' => [
|
||||
'I account a I email address hmanlai thlak tumna kan dawng a. I password hmang a nemngheh a ni.',
|
||||
'I verified anih chuan, hemi account a I email address thar chu :email a ni ang.',
|
||||
'A hnuai a button click in hemi address inthlak tur hi a in verified hmain I dang thei ang',
|
||||
'He thil hi nangma tih anih loh chuan, khawngaihin min rawn contact vat dawn nia',
|
||||
],
|
||||
|
||||
'action' => 'Email inthlak block na',
|
||||
|
||||
];
|
||||
@@ -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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Vendored
+35
@@ -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.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -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.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+46
@@ -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.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -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.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Page load laiin error a awm',
|
||||
|
||||
'body' => 'Page load tum laiin error a awm. Khawngaihin nakinah tinawn leh rawh.',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'field' => [
|
||||
'label' => 'Global search',
|
||||
'placeholder' => 'Zawnna',
|
||||
],
|
||||
|
||||
'no_results_message' => 'I thil zawn a awmlo.',
|
||||
|
||||
];
|
||||
+72
@@ -0,0 +1,72 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'direction' => 'ltr',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'billing' => [
|
||||
'label' => 'Manage subscription',
|
||||
],
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Sign out',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'Hriattîrna',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'User menu',
|
||||
],
|
||||
|
||||
'sidebar' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Sidebar kharna',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Sidebar hawnna',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'Theme dum hmanna',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'Theme êng hmanna',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'label' => 'System theme hmanna',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'avatar' => [
|
||||
'alt' => 'Avatar of :name',
|
||||
],
|
||||
|
||||
'logo' => [
|
||||
'alt' => ':name logo',
|
||||
],
|
||||
|
||||
'tenant_menu' => [
|
||||
|
||||
'search_field' => [
|
||||
'label' => 'Tenant zawnna',
|
||||
'placeholder' => 'Zawnna',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Dashboard',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'filter' => [
|
||||
|
||||
'label' => 'Thlit fîmna',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Thlit fîmna',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'apply' => [
|
||||
|
||||
'label' => 'Apply',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'Thlâkthlengna',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'A in thlâkthleng e.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => ':Label siamna',
|
||||
|
||||
'breadcrumb' => 'Siamna',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Sûtna',
|
||||
],
|
||||
|
||||
'create' => [
|
||||
'label' => 'Siamna',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'Pakhat siama adang siam lehna',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'A thar siam ani.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => ':Label tihdikna',
|
||||
|
||||
'breadcrumb' => 'Tihdikna',
|
||||
|
||||
'navigation_label' => 'Tihdikna',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Sûtna',
|
||||
],
|
||||
|
||||
'save' => [
|
||||
'label' => 'Thlâkthlengna',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'content' => [
|
||||
|
||||
'tab' => [
|
||||
'label' => 'Tihdikna',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Saved',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'breadcrumb' => 'List',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Manage :label :relationship',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => ':Label enna',
|
||||
|
||||
'breadcrumb' => 'Enna',
|
||||
|
||||
'navigation_label' => 'Enna',
|
||||
|
||||
'content' => [
|
||||
|
||||
'tab' => [
|
||||
'label' => 'Enna',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'body' => 'Thil save loh i nei. Hemi page hi kalsan i duh tak tak em?',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Chhuahna',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'welcome' => 'Kan lo lawm a che',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'open_documentation' => [
|
||||
'label' => 'Documentation',
|
||||
],
|
||||
|
||||
'open_github' => [
|
||||
'label' => 'GitHub',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user