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,51 @@
<?php
return [
'label' => 'Profil',
'form' => [
'email' => [
'label' => 'E-poštni naslov',
],
'name' => [
'label' => 'Ime',
],
'password' => [
'label' => 'Novo geslo',
],
'password_confirmation' => [
'label' => 'Potrdite novo geslo',
],
'actions' => [
'save' => [
'label' => 'Shrani spremembe',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Shranjeno',
],
],
'actions' => [
'cancel' => [
'label' => 'Prekliči',
],
],
];
@@ -0,0 +1,35 @@
<?php
return [
'title' => 'Potrdite svoj e-poštni naslov',
'heading' => 'Potrdite svoj e-poštni naslov',
'actions' => [
'resend_notification' => [
'label' => 'Ponovno pošlji',
],
],
'messages' => [
'notification_not_received' => 'Niste prejeli e-pošte, ki smo vam jo poslali?',
'notification_sent' => 'Poslali smo e-poštno sporočilo na :email z navodili, kako potrditi svoj e-poštni naslov.',
],
'notifications' => [
'notification_resent' => [
'title' => 'Ponovno smo poslali e-poštno sporočilo.',
],
'notification_resend_throttled' => [
'title' => 'Preveč poskusov ponovnega pošiljanja',
'body' => 'Poskusite znova čez :seconds sekund.',
],
],
];
+61
View File
@@ -0,0 +1,61 @@
<?php
return [
'title' => 'Prijava',
'heading' => 'Prijava',
'actions' => [
'register' => [
'before' => 'ali',
'label' => 'ustvarite račun',
],
'request_password_reset' => [
'label' => 'Ste pozabili geslo?',
],
],
'form' => [
'email' => [
'label' => 'E-poštni naslov',
],
'password' => [
'label' => 'Geslo',
],
'remember' => [
'label' => 'Zapomni si me',
],
'actions' => [
'authenticate' => [
'label' => 'Prijava',
],
],
],
'messages' => [
'failed' => 'Ti podatki se ne ujemajo z našimi.',
],
'notifications' => [
'throttled' => [
'title' => 'Preveč poskusov prijave',
'body' => 'Poskusite znova čez :seconds sekund.',
],
],
];
@@ -0,0 +1,42 @@
<?php
return [
'title' => 'Ponastavite svoje geslo',
'heading' => 'Ste pozabili geslo?',
'actions' => [
'login' => [
'label' => 'nazaj na prijavo',
],
],
'form' => [
'email' => [
'label' => 'E-poštni naslov',
],
'actions' => [
'request' => [
'label' => 'Pošlji e-pošto',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'Preveč zahtevkov',
'body' => 'Prosimo, poskusite znova čez :seconds sekund.',
],
],
];
@@ -0,0 +1,43 @@
<?php
return [
'title' => 'Ponastavite svoje geslo',
'heading' => 'Ponastavite svoje geslo',
'form' => [
'email' => [
'label' => 'E-poštni naslov',
],
'password' => [
'label' => 'Geslo',
'validation_attribute' => 'geslo',
],
'password_confirmation' => [
'label' => 'Potrdite geslo',
],
'actions' => [
'reset' => [
'label' => 'Ponastavi geslo',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'Preveč poskusov ponastavitve',
'body' => 'Poskusite znova čez :seconds sekund.',
],
],
];
+56
View File
@@ -0,0 +1,56 @@
<?php
return [
'title' => 'Registracija',
'heading' => 'Registracija',
'actions' => [
'login' => [
'before' => 'ali',
'label' => 'prijavite se v svoj račun',
],
],
'form' => [
'email' => [
'label' => 'E-poštni naslov',
],
'name' => [
'label' => 'Ime',
],
'password' => [
'label' => 'Geslo',
'validation_attribute' => 'geslo',
],
'password_confirmation' => [
'label' => 'Potrdite geslo',
],
'actions' => [
'register' => [
'label' => 'Registracija',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'Preveč poskusov registracije',
'body' => 'Poskusite znova čez :seconds sekund.',
],
],
];
+12
View File
@@ -0,0 +1,12 @@
<?php
return [
'field' => [
'label' => 'Globalno iskanje',
'placeholder' => 'Iskanje',
],
'no_results_message' => 'Ni rezultatov iskanja..',
];
+63
View File
@@ -0,0 +1,63 @@
<?php
return [
'direction' => 'ltr',
'actions' => [
'billing' => [
'label' => 'Upravljanje naročnine',
],
'logout' => [
'label' => 'Odjava',
],
'open_database_notifications' => [
'label' => 'Odpri obvestila',
],
'open_user_menu' => [
'label' => 'Uporabniški meni',
],
'sidebar' => [
'collapse' => [
'label' => 'Strni stranski meni',
],
'expand' => [
'label' => 'Razširi stranski meni',
],
],
'theme_switcher' => [
'dark' => [
'label' => 'Omogoči temno temo',
],
'light' => [
'label' => 'Omogoči svetlo temo',
],
'system' => [
'label' => 'Omogoči sistemsko temo',
],
],
],
'avatar' => [
'alt' => 'Avatar uporabnika :name',
],
'logo' => [
'alt' => 'Logotip :name',
],
];
+33
View File
@@ -0,0 +1,33 @@
<?php
return [
'title' => 'Nadzorna plošča',
'actions' => [
'filter' => [
'label' => 'Filter',
'modal' => [
'heading' => 'Filter',
'actions' => [
'apply' => [
'label' => 'Uporabi',
],
],
],
],
],
];
@@ -0,0 +1,25 @@
<?php
return [
'form' => [
'actions' => [
'save' => [
'label' => 'Shrani spremembe',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Shranjeno',
],
],
];
@@ -0,0 +1,37 @@
<?php
return [
'title' => 'Ustvari :label',
'breadcrumb' => 'Ustvari',
'form' => [
'actions' => [
'cancel' => [
'label' => 'Prekliči',
],
'create' => [
'label' => 'Ustvari',
],
'create_another' => [
'label' => 'Ustvari in ustvari novega',
],
],
],
'notifications' => [
'created' => [
'title' => 'Ustvarjeno',
],
],
];
@@ -0,0 +1,41 @@
<?php
return [
'title' => 'Uredi :label',
'breadcrumb' => 'Uredi',
'form' => [
'actions' => [
'cancel' => [
'label' => 'Prekliči',
],
'save' => [
'label' => 'Shrani spremembe',
],
],
],
'content' => [
'tab' => [
'label' => 'Uredi',
],
],
'notifications' => [
'saved' => [
'title' => 'Shranjeno',
],
],
];
@@ -0,0 +1,7 @@
<?php
return [
'breadcrumb' => 'Seznam',
];
@@ -0,0 +1,17 @@
<?php
return [
'title' => 'Prikaži :label',
'breadcrumb' => 'Prikaži',
'content' => [
'tab' => [
'label' => 'Prikaži',
],
],
];
@@ -0,0 +1,7 @@
<?php
return [
'body' => 'Imate neshranjene spremembe. Ali ste prepričani, da želite zapustiti to stran?',
];
@@ -0,0 +1,15 @@
<?php
return [
'actions' => [
'logout' => [
'label' => 'Odjava',
],
],
'welcome' => 'Dobrodošli',
];
@@ -0,0 +1,17 @@
<?php
return [
'actions' => [
'open_documentation' => [
'label' => 'Dokumentacija',
],
'open_github' => [
'label' => 'GitHub',
],
],
];