feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'blocked' => [
|
||||
'title' => 'El. pašto adreso keitimas užblokuotas',
|
||||
'body' => 'Jūs sėkmingai užblokavote el. pašto adreso keitimo bandymą į :email. Jei jūs nepateikėte pradinio prašymo, nedelsdami susisiekite su mumis.',
|
||||
],
|
||||
|
||||
'failed' => [
|
||||
'title' => 'Nepavyko užblokuoti el. pašto adreso keitimo',
|
||||
'body' => 'Deja, jums nepavyko užkirsti kelio el. pašto adreso keitimui į :email, nes jis jau buvo patvirtintas prieš tai, kai jį užblokavote. Jei jūs nepateikėte pradinio prašymo, nedelsdami susisiekite su mumis.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'verified' => [
|
||||
'title' => 'El. pašto adresas pakeistas',
|
||||
'body' => 'Jūsų el. pašto adresas sėkmingai pakeistas į :email.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,75 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Išjungti',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Išjungti autentifikavimo programą',
|
||||
|
||||
'description' => 'Ar tikrai norite sustabdyti autentifikavimo programos naudojimą? Išjungus šią funkciją, jūsų paskyrai bus pašalintas papildomas saugos lygis.',
|
||||
|
||||
'form' => [
|
||||
|
||||
'code' => [
|
||||
|
||||
'label' => 'Įveskite 6 skaitmenų kodą iš autentifikavimo programos',
|
||||
|
||||
'validation_attribute' => 'code',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'use_recovery_code' => [
|
||||
'label' => 'Naudoti atsarginį kodą',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'Įvestas kodas yra neteisingas.',
|
||||
|
||||
'rate_limited' => 'Per daug bandymų. Pabandykite vėliau.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'recovery_code' => [
|
||||
|
||||
'label' => 'Arba įveskite atsarginį kodą',
|
||||
|
||||
'validation_attribute' => 'recovery code',
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'Įvestas atsarginis kodas yra neteisingas.',
|
||||
|
||||
'rate_limited' => 'Per daug bandymų. Pabandykite vėliau.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Išjungti autentifikavimo programą',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'disabled' => [
|
||||
'title' => 'Autentifikavimo programa išjungta',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+79
@@ -0,0 +1,79 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Regeneruoti atsarginius kodus',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Regeneruoti autentifikavimo programos atsarginius kodus',
|
||||
|
||||
'description' => 'Jei praradote atsarginius kodus, galite juos regeneruoti čia. Jūsų seni atsarginiai kodai bus nedelsiant panaikinti.',
|
||||
|
||||
'form' => [
|
||||
|
||||
'code' => [
|
||||
|
||||
'label' => 'Įveskite 6 skaitmenų kodą iš autentifikavimo programos',
|
||||
|
||||
'validation_attribute' => 'code',
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'Įvestas kodas yra neteisingas.',
|
||||
|
||||
'rate_limited' => 'Per daug bandymų. Pabandykite vėliau.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'password' => [
|
||||
|
||||
'label' => 'Arba įveskite dabartinį slaptažodį',
|
||||
|
||||
'validation_attribute' => 'password',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Regeneruoti atsarginius kodus',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'regenerated' => [
|
||||
'title' => 'Nauji autentifikavimo programos atsarginiai kodai buvo sugeneruoti',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'show_new_recovery_codes' => [
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Nauji atsarginiai kodai',
|
||||
|
||||
'description' => 'Prašome išsaugoti šiuos naujus atsarginius kodus saugioje vietoje. Jie bus rodomi tik vieną kartą, bet jums reikės jų, jei prarasite prieigą prie autentifikavimo programos:',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Uždaryti',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,83 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Įgalinti',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Įgalinti autentifikavimo programą',
|
||||
|
||||
'description' => <<<'BLADE'
|
||||
Jums reikės programos tokios kaip Google Authenticator (<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>) norint užbaigti šį procesą.
|
||||
BLADE,
|
||||
|
||||
'content' => [
|
||||
|
||||
'qr_code' => [
|
||||
|
||||
'instruction' => 'Nuskaitykite šį QR kodą naudodami autentifikavimo programą:',
|
||||
|
||||
'alt' => 'QR kodas, kurį reikia nuskaityti naudojant autentifikavimo programą',
|
||||
|
||||
],
|
||||
|
||||
'text_code' => [
|
||||
|
||||
'instruction' => 'Arba įveskite šį kodą rankiniu būdu:',
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Nukopijuota',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'recovery_codes' => [
|
||||
|
||||
'instruction' => 'Prašome išsaugoti šiuos atsarginius kodus saugioje vietoje. Jie bus rodomi tik vieną kartą, bet jums reikės jų, jei prarasite prieigą prie autentifikavimo programos:',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'code' => [
|
||||
|
||||
'label' => 'Įveskite 6 skaitmenų kodą iš autentifikavimo programos',
|
||||
|
||||
'validation_attribute' => 'code',
|
||||
|
||||
'below_content' => 'Jums reikės įvesti 6 skaitmenų kodą iš savo autentifikavimo programos kaskart, kai prisijungsite arba atliksite jautrius veiksmus.',
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'Įvestas kodas yra neteisingas.',
|
||||
|
||||
'rate_limited' => 'Per daug bandymų. Pabandykite vėliau.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Įgalinti autentifikavimo programą',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'enabled' => [
|
||||
'title' => 'Autentifikavimo programa įjungta',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,64 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'management_schema' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'label' => 'Autentifikavimo programa',
|
||||
|
||||
'below_content' => 'Naudokite saugią programą, kad sugeneruotumėte laikiną kodą prisijungimui.',
|
||||
|
||||
'messages' => [
|
||||
'enabled' => 'Įjungta',
|
||||
'disabled' => 'Išjungta',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'login_form' => [
|
||||
|
||||
'label' => 'Naudokite kodą iš savo autentifikavimo programos',
|
||||
|
||||
'code' => [
|
||||
|
||||
'label' => 'Įveskite 6 skaitmenų kodą iš autentifikavimo programos',
|
||||
|
||||
'validation_attribute' => 'code',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'use_recovery_code' => [
|
||||
'label' => 'Arba naudokite atsarginį kodą',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'Įvestas kodas yra neteisingas.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'recovery_code' => [
|
||||
|
||||
'label' => 'Arba įveskite atsarginį kodą',
|
||||
|
||||
'validation_attribute' => 'recovery code',
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'Įvestas atsarginis kodas yra neteisingas.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,73 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Turn off',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Disable email verification codes',
|
||||
|
||||
'description' => 'Are you sure you want to stop receiving email verification codes? Disabling this will remove an extra layer of security from your account.',
|
||||
|
||||
'form' => [
|
||||
|
||||
'code' => [
|
||||
|
||||
'label' => 'Enter the 6-digit code we sent you by email',
|
||||
|
||||
'validation_attribute' => 'code',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'resend' => [
|
||||
|
||||
'label' => 'Send a new code by email',
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'resent' => [
|
||||
'title' => 'We\'ve sent you a new code by email',
|
||||
],
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Too many resend attempts. Please wait before requesting another code.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'The code you entered is invalid.',
|
||||
|
||||
'rate_limited' => 'Per daug bandymų. Pabandykite vėliau.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Disable email verification codes',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'disabled' => [
|
||||
'title' => 'Email verification codes have been disabled',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,73 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Nustatyti',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Nustatyti el. pašto patvirtinimo kodus',
|
||||
|
||||
'description' => 'Kiekvieną kartą prisijungdami arba atlikdami jautrius veiksmus turėsite įvesti 6 skaitmenų kodą, kurį jums atsiųsime el. paštu. Patikrinkite savo el. paštą, kad gautumėte 6 skaitmenų kodą ir užbaigtumėte nustatymą.',
|
||||
|
||||
'form' => [
|
||||
|
||||
'code' => [
|
||||
|
||||
'label' => 'Įveskite 6 skaitmenų kodą, kurį jums atsiuntėme el. paštu',
|
||||
|
||||
'validation_attribute' => 'code',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'resend' => [
|
||||
|
||||
'label' => 'Siųsti naują kodą el. paštu',
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'resent' => [
|
||||
'title' => 'Naujas kodas buvo išsiųstas el. paštu',
|
||||
],
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Per daug bandymų siųsti kodą. Palaukite prieš bandydami dar kartą.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'Įvestas kodas yra neteisingas.',
|
||||
|
||||
'rate_limited' => 'Per daug bandymų. Pabandykite vėliau.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Įgalinti el. pašto patvirtinimo kodus',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'enabled' => [
|
||||
'title' => 'El. pašto patvirtinimo kodai įgalinti',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
lang/vendor/filament-panels/lt/auth/multi-factor/email/notifications/verify-email-authentication.php
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'subject' => 'Čia yra jūsų prisijungimo kodas',
|
||||
|
||||
'lines' => [
|
||||
'Jūsų prisijungimo kodas yra: :code',
|
||||
'Šis kodas galios minutę.|Šis kodas galios :minutes minutes.',
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,64 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'management_schema' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'label' => 'Email verification codes',
|
||||
|
||||
'below_content' => 'Receive a temporary code at your email address to verify your identity during login.',
|
||||
|
||||
'messages' => [
|
||||
'enabled' => 'Enabled',
|
||||
'disabled' => 'Disabled',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'login_form' => [
|
||||
|
||||
'label' => 'Send a code to your email',
|
||||
|
||||
'code' => [
|
||||
|
||||
'label' => 'Enter the 6-digit code we sent you by email',
|
||||
|
||||
'validation_attribute' => 'code',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'resend' => [
|
||||
|
||||
'label' => 'Send a new code by email',
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'resent' => [
|
||||
'title' => 'We\'ve sent you a new code by email',
|
||||
],
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Too many resend attempts. Please wait before requesting another code.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'The code you entered is invalid.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Nustatyti dviejų veiksnių autentifikavimą (2FA)',
|
||||
|
||||
'heading' => 'Nustatykite dviejų veiksnių autentifikavimą',
|
||||
|
||||
'subheading' => '2FA prideda papildomą saugumo sluoksnį jūsų paskyrai, reikalaujant antros formos patvirtinimo prisijungiant.',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'continue' => [
|
||||
'label' => 'Tęsti',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'0' => 'Spustelėkite, kad',
|
||||
|
||||
'copy' => [
|
||||
'label' => 'kopijuoti',
|
||||
],
|
||||
|
||||
'1' => 'arba',
|
||||
|
||||
'download' => [
|
||||
'label' => 'atsisiųsti',
|
||||
],
|
||||
|
||||
'2' => 'visus kodus iš karto.',
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Nukopijuota',
|
||||
],
|
||||
|
||||
];
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'subject' => 'Jūsų el. pašto adresas pakeistas',
|
||||
|
||||
'lines' => [
|
||||
'Gavome prašymą pakeisti su jūsų paskyra susietą el. pašto adresą. Šiam pakeitimui patvirtinti buvo naudotas jūsų slaptažodis.',
|
||||
'Patvirtinus, naujas el. pašto adresas jūsų paskyroje bus: :email.',
|
||||
'Galite užblokuoti pakeitimą prieš jį patvirtinant, spustelėdami žemiau esantį mygtuką.',
|
||||
'Jei nepateikėte šio prašymo, nedelsdami susisiekite su mumis.',
|
||||
],
|
||||
|
||||
'action' => 'Blokuoti el. pašto keitimą',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,73 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Profilis',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'El. paštas',
|
||||
],
|
||||
|
||||
'name' => [
|
||||
'label' => 'Vardas',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Naujas slaptažodis',
|
||||
'validation_attribute' => 'password',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Patvirtinkite naują slaptažodį',
|
||||
'validation_attribute' => 'password confirmation',
|
||||
],
|
||||
|
||||
'current_password' => [
|
||||
'label' => 'Dabartinis slaptažodis',
|
||||
'below_content' => 'Saugumo sumetimais, prašome patvirtinti savo slaptažodį, kad galėtumėte tęsti.',
|
||||
'validation_attribute' => 'current password',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'Išsaugoti',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multi_factor_authentication' => [
|
||||
'label' => 'Dviejų veiksnių autentifikacija (2FA)',
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'email_change_verification_sent' => [
|
||||
'title' => 'El. pašto adreso keitimo užklausa išsiųsta',
|
||||
'body' => 'Užklausa pakeisti jūsų el. pašto adresą buvo išsiųsta į :email. Prašome patikrinti savo el. paštą, kad patvirtintumėte pakeitimą.',
|
||||
],
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Išsaugota',
|
||||
],
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Per daug užklausų. Pabandykite dar kartą po :seconds sekundžių. ',
|
||||
'body' => 'Pabandykite dar kartą po :seconds sekundžių.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Atgal',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+35
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Patvirtinkite el. pašto adresą',
|
||||
|
||||
'heading' => 'Patvirtinkite el. pašto adresą',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'resend_notification' => [
|
||||
'label' => 'Išsiųsti dar kartą',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'notification_not_received' => 'Negavote el. laiško?',
|
||||
'notification_sent' => 'Nusiuntėme instrukcijas į el. paštą :email kaip patvirtinti el. pašto adresą.',
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'notification_resent' => [
|
||||
'title' => 'Persiuntėme el. laišką dar karta.',
|
||||
],
|
||||
|
||||
'notification_resend_throttled' => [
|
||||
'title' => 'Per daug bandymų išsiųsti dar karta',
|
||||
'body' => 'Bandykite dar kartą už :seconds sekundžių.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,85 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Prisijungti',
|
||||
|
||||
'heading' => 'Prisijunkite prie savo paskyros',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'before' => 'arba',
|
||||
'label' => 'užsiregistruokite',
|
||||
],
|
||||
|
||||
'request_password_reset' => [
|
||||
'label' => 'Pamiršote slaptažodį?',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'El. paštas',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Slaptažodis',
|
||||
],
|
||||
|
||||
'remember' => [
|
||||
'label' => 'Prisiminti mane',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Prisijungti',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multi_factor' => [
|
||||
|
||||
'heading' => 'Patvirtinkite savo tapatybę',
|
||||
|
||||
'subheading' => 'Norėdami tęsti prisijungimą, turite patvirtinti savo tapatybę.',
|
||||
|
||||
'form' => [
|
||||
|
||||
'provider' => [
|
||||
'label' => 'Kaip norėtumėte patvirtinti?',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Patvirtinti prisijungimą',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'failed' => 'Neteisingi prisijungimo duomenys.',
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Per daug bandymų prisijungti. Bandykite po :seconds sekundžių.',
|
||||
'body' => 'Pabandykite dar katą už :seconds sekundžių.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+46
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Atkurti slaptažodį',
|
||||
|
||||
'heading' => 'Pamiršote slaptažodį?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'login' => [
|
||||
'label' => 'grįžti į prisijungimą',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'El. paštas',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'request' => [
|
||||
'label' => 'Siųsti',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'sent' => [
|
||||
'body' => 'Jei jūsų paskyra neegzistuoja, el. laiško negausite.',
|
||||
],
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Per daug bandymų',
|
||||
'body' => 'Bandykite dar kartą už :seconds sekundžių.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Atstatyti slaptažodį',
|
||||
|
||||
'heading' => 'Atstatyti slaptažodį',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'El. paštas',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Slaptažodis',
|
||||
'validation_attribute' => 'slaptažodžio',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Patvirtinkite slaptažodį',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'reset' => [
|
||||
'label' => 'Atstatyti slaptažodį',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Per daug bandymų',
|
||||
'body' => 'Bandykite dar kartą už :seconds sekundžių.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Registracija',
|
||||
|
||||
'heading' => 'Registracija',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'login' => [
|
||||
'before' => 'arba',
|
||||
'label' => 'prisijunkite',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'El. paštas',
|
||||
],
|
||||
|
||||
'name' => [
|
||||
'label' => 'Vardas',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Slaptažodis',
|
||||
'validation_attribute' => 'slaptažodžio',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Patvirtinkite slaptažodį',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'label' => 'Registruotis',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Per daug registracijos bandymų',
|
||||
'body' => 'Pabandykite dar kartą už :seconds sekundžių.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Klaida įkeliant puslapį',
|
||||
|
||||
'body' => 'Įvyko klaida bandant įkelti šį puslapį. Bandykite dar kartą vėliau.',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'field' => [
|
||||
'label' => 'Globali paieška',
|
||||
'placeholder' => 'Paieška',
|
||||
],
|
||||
|
||||
'no_results_message' => 'Paieškos rezultatų nėra.',
|
||||
|
||||
];
|
||||
+72
@@ -0,0 +1,72 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'direction' => 'ltr',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'billing' => [
|
||||
'label' => 'Tvarkyti prenumeratą',
|
||||
],
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Atsijungti',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'Atidaryti pranešimus',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'Vartotojo meniu',
|
||||
],
|
||||
|
||||
'sidebar' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Sutraukti šoninę juostą',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Išskleisti šoninę juostą',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'Perjungti tamsos režimą',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'Perjungti šviesos režimą',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'label' => 'Perjungti sistemos režimą',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'avatar' => [
|
||||
'alt' => ':name avataras',
|
||||
],
|
||||
|
||||
'logo' => [
|
||||
'alt' => ':name logotipas',
|
||||
],
|
||||
|
||||
'tenant_menu' => [
|
||||
|
||||
'search_field' => [
|
||||
'label' => 'Nuomininko paieška',
|
||||
'placeholder' => 'Paieška',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Pagrindinis puslapis',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'filter' => [
|
||||
|
||||
'label' => 'Filtras',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Filtras',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'apply' => [
|
||||
|
||||
'label' => 'Taikyti',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
];
|
||||
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'Išsaugoti',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Išsaugota',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Sukurti :label',
|
||||
|
||||
'breadcrumb' => 'Sukurti',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Atšaukti',
|
||||
],
|
||||
|
||||
'create' => [
|
||||
'label' => 'Sukurti',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'Sukurti ir sukurti kitą',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'Sukurta',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Redaguoti :label',
|
||||
|
||||
'breadcrumb' => 'Redaguoti',
|
||||
|
||||
'navigation_label' => 'Redaguoti',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Atšaukti',
|
||||
],
|
||||
|
||||
'save' => [
|
||||
'label' => 'Išsaugoti pakeitimus',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'content' => [
|
||||
|
||||
'tab' => [
|
||||
'label' => 'Redaguoti',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Išsaugota',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'breadcrumb' => 'Sąrašas',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Valdyti :label :relationship',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Peržiūrėti :label',
|
||||
|
||||
'breadcrumb' => 'Peržiūrėti',
|
||||
|
||||
'navigation_label' => 'Peržiūrėti',
|
||||
|
||||
'content' => [
|
||||
|
||||
'tab' => [
|
||||
'label' => 'Peržiūrėti',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'body' => 'Jūs turite neišsaugotų pakeitimų. Ar tikrai norite išeiti iš šio puslapio?',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Atsijungti',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'welcome' => 'Sveiki atvykę',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'open_documentation' => [
|
||||
'label' => 'Dokumentacija',
|
||||
],
|
||||
|
||||
'open_github' => [
|
||||
'label' => 'GitHub',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user