feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'Nalaganje datoteke...',
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Kopirano',
|
||||
],
|
||||
|
||||
];
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Zapri',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Navigacija',
|
||||
|
||||
'overview' => '{1} Prikazan je 1 rezultat|[2,*] Prikazanih je :first do :last od skupno :total rezultatov',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'Na stran',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Vse',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'Prva',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Pojdi na stran :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Zadnja',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Naslednja',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Prejšnja',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user