feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'Šaljem datoteku...',
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Kopirano',
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Zatvori',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Navigacija stranicama',
|
||||
|
||||
'overview' => '{1} Prikazan je 1 rezultat|[2,*] Prikazano je :first do :last od ukupno :total rezultata',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'Po stranici',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Sve',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'Prva',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Idi na stranicu :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Poslednja',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Napred',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Nazad',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user