diff --git a/packages/actions/resources/lang/hr/attach.php b/packages/actions/resources/lang/hr/attach.php index 872f91cdb4e..4b78b5d4d48 100644 --- a/packages/actions/resources/lang/hr/attach.php +++ b/packages/actions/resources/lang/hr/attach.php @@ -25,7 +25,7 @@ ], 'attach_another' => [ - 'label' => 'Priloži i priloži drugi', + 'label' => 'Priloži i dodaj još jedan', ], ], diff --git a/packages/actions/resources/lang/hr/create.php b/packages/actions/resources/lang/hr/create.php index 1ed651269eb..4b37dadb268 100644 --- a/packages/actions/resources/lang/hr/create.php +++ b/packages/actions/resources/lang/hr/create.php @@ -17,7 +17,7 @@ ], 'create_another' => [ - 'label' => 'Napravi i napravi drugi', + 'label' => 'Napravi i dodaj još jedan', ], ], diff --git a/packages/actions/resources/lang/hr/delete.php b/packages/actions/resources/lang/hr/delete.php index 25b6775a00d..e2eb74c0a09 100644 --- a/packages/actions/resources/lang/hr/delete.php +++ b/packages/actions/resources/lang/hr/delete.php @@ -36,7 +36,7 @@ 'modal' => [ - 'heading' => 'Obriši odabrano :label', + 'heading' => 'Obriši odabrano', 'actions' => [ diff --git a/packages/actions/resources/lang/hr/export.php b/packages/actions/resources/lang/hr/export.php new file mode 100644 index 00000000000..3b8534ddd31 --- /dev/null +++ b/packages/actions/resources/lang/hr/export.php @@ -0,0 +1,76 @@ + 'Izvezi :label', + + 'modal' => [ + + 'heading' => 'Izvezi :label', + + 'form' => [ + + 'columns' => [ + + 'label' => 'Stupci', + + 'form' => [ + + 'is_enabled' => [ + 'label' => ':column je omogućen', + ], + + 'label' => [ + 'label' => ':column oznaka', + ], + + ], + + ], + + ], + + 'actions' => [ + + 'export' => [ + 'label' => 'Izvoz', + ], + + ], + + ], + + 'notifications' => [ + + 'completed' => [ + + 'title' => 'Izvoz podataka završen', + + 'actions' => [ + + 'download_csv' => [ + 'label' => 'Preuzmi .csv', + ], + + 'download_xlsx' => [ + 'label' => 'Preuzmi .xlsx', + ], + + ], + + ], + + 'max_rows' => [ + 'title' => 'Datoteka za preuzimanje je prevelika', + 'body' => '{1} Ne možeš preuzeti više od jednog reda odjednom.|[2,4] Ne možeš preuzeti više od :count reda odjednom.|[5,*] Ne možeš preuzeti više od :count redova odjednom.', + ], + + 'started' => [ + 'title' => 'Izvoz datoteka je započeo', + 'body' => '{1} Tvoj izvoz datoteka je započeo i jedan red će se obraditi u pozadini. Dobit ćeš obavijest kada je izrađena poveznica za preuzimanje.|[2,4] Tvoj izvoz datoteka je započeo i :count reda će se obraditi u pozadini. Dobit ćeš obavijest kada je izrađena poveznica za preuzimanje.|[5,*] Tvoj izvoz datoteka je započeo i :count redova će se obraditi u pozadini. Dobit ćeš obavijest kada je izrađena poveznica za preuzimanje.', + ], + + ], + + 'file_name' => 'export-:export_id-:model', + +]; diff --git a/packages/actions/resources/lang/hr/force-delete.php b/packages/actions/resources/lang/hr/force-delete.php index 6ded95be7de..d9cbf2dd9a9 100644 --- a/packages/actions/resources/lang/hr/force-delete.php +++ b/packages/actions/resources/lang/hr/force-delete.php @@ -4,11 +4,11 @@ 'single' => [ - 'label' => 'Prisilno izbriši', + 'label' => 'Prisilno obriši', 'modal' => [ - 'heading' => 'Prisilno izbriši :label', + 'heading' => 'Prisilno obriši :label', 'actions' => [ @@ -32,11 +32,11 @@ 'multiple' => [ - 'label' => 'Prisilno izbriši odabrano', + 'label' => 'Prisilno obriši odabrano', 'modal' => [ - 'heading' => 'Prisilno izbriši odabrano :label', + 'heading' => 'Prisilno obriši odabrano', 'actions' => [ diff --git a/packages/actions/resources/lang/hr/import.php b/packages/actions/resources/lang/hr/import.php new file mode 100644 index 00000000000..94a63d940b7 --- /dev/null +++ b/packages/actions/resources/lang/hr/import.php @@ -0,0 +1,84 @@ + 'Uvezi :label', + + 'modal' => [ + + 'heading' => 'Uvezi :label', + + 'form' => [ + + 'file' => [ + + 'label' => 'File', + + 'placeholder' => 'Prenesi CSV datoteku', + // Ovdje nisam bio siguran je li moramo i to pravilo prevesti + 'rules' => [ + 'duplicate_columns' => '{0} The file must not contain more than one empty column header.|{1,*} The file must not contain duplicate column headers: :columns.', + ], + + ], + + 'columns' => [ + 'label' => 'Stupac', + 'placeholder' => 'Odaberi stupac', + ], + + ], + + 'actions' => [ + + 'download_example' => [ + 'label' => 'Preuzmi primjer CSV datoteke', + ], + + 'import' => [ + 'label' => 'Uvoz', + ], + + ], + + ], + + 'notifications' => [ + + 'completed' => [ + + 'title' => 'Uvoz je završen', + + 'actions' => [ + + 'download_failed_rows_csv' => [ + 'label' => 'Preuzmi informaciju o neuspjelom pokušaju preuzimanja retka|Preuzmi informaciju o neuspjelom pokušaju preuzimanja redaka', + ], + + ], + + ], + + 'max_rows' => [ + 'title' => 'Poslana CSV datoteka je prevelika', + 'body' => '{1} Ne možeš uvesti više od jednog reda odjednom.|[2,4] Ne možeš uvesti više od :count reda odjednom.|[5,*] Ne možeš uvesti više od :count redova odjednom.', + ], + + 'started' => [ + 'title' => 'Uvoz je započeo', + 'body' => '{1} Uvoz je započeo i jedan red će se obraditi u pozadini.|[2,4] Uvoz je započeo i :count reda će se obraditi u pozadini.|[5,*] Uvoz je započeo i :count redova će se obraditi u pozadini.', + ], + + ], + + 'example_csv' => [ + 'file_name' => ':importer-example', + ], + + 'failure_csv' => [ + 'file_name' => 'import-:import_id-:csv_name-failed-rows', + 'error_header' => 'error', + 'system_error' => 'System error, please contact support.', + 'column_mapping_required_for_new_record' => 'The :attribute column was not mapped to a column in the file, but it is required for creating new records.', + ], + +]; diff --git a/packages/actions/resources/lang/hr/modal.php b/packages/actions/resources/lang/hr/modal.php index bb49ea6e0f3..80e22dccfa6 100644 --- a/packages/actions/resources/lang/hr/modal.php +++ b/packages/actions/resources/lang/hr/modal.php @@ -2,7 +2,7 @@ return [ - 'confirmation' => 'Jeste li sigurni da želite to učiniti?', + 'confirmation' => 'Jesi li siguran da želiš to učiniti?', 'actions' => [ diff --git a/packages/forms/resources/lang/hr/components.php b/packages/forms/resources/lang/hr/components.php index 226a154aa05..8e30c75b164 100644 --- a/packages/forms/resources/lang/hr/components.php +++ b/packages/forms/resources/lang/hr/components.php @@ -12,16 +12,64 @@ 'add' => [ 'label' => 'Dodaj na :label', + + 'modal' => [ + + 'heading' => 'Dodaj na :label', + + 'actions' => [ + + 'add' => [ + 'label' => 'Dodaj', + ], + + ], + + ], ], 'add_between' => [ 'label' => 'Umetni između blokova', + + 'modal' => [ + + 'heading' => 'Dodaj na :label', + + 'actions' => [ + + 'add' => [ + 'label' => 'Dodaj', + ], + + ], + + ], ], 'delete' => [ 'label' => 'Obriši', ], + 'edit' => [ + + 'label' => 'Uredi', + + 'modal' => [ + + 'heading' => 'Uredi blok', + + 'actions' => [ + + 'save' => [ + 'label' => 'Spremi promjene', + ], + + ], + + ], + + ], + 'reorder' => [ 'label' => 'Pomakni', ], @@ -117,11 +165,11 @@ ], 'rotate_left' => [ - 'label' => 'Rotiraj sliku ulijevo', + 'label' => 'Zaokreni sliku ulijevo', ], 'rotate_right' => [ - 'label' => 'Rotiraj sliku udesno', + 'label' => 'Zaokreni sliku udesno', ], 'set_aspect_ratio' => [ @@ -133,7 +181,7 @@ ], 'zoom_100' => [ - 'label' => 'Zumiraj sliku na 100%', + 'label' => 'Uvećaj sliku na 100%', ], 'zoom_in' => [ @@ -185,6 +233,15 @@ ], + 'svg' => [ + + 'messages' => [ + 'confirmation' => 'Obrađivanje SVG datoteka nije preporučljivo i može dovesti do gubitka kvalitete kada se skalira.\n Jesi li siguran da želiš nastaviti?', + 'disabled' => 'Onemogućena je obrada SVG datoteka jer može dovesti do gubitka kvalitete kada se skalira.', + ], + + ], + ], ], @@ -225,10 +282,10 @@ 'toolbar_buttons' => [ 'attach_files' => 'Dodaj datoteke', - 'blockquote' => 'Blockquote', + 'blockquote' => 'Blok citat', 'bold' => 'Podebljano', 'bullet_list' => 'Lista', - 'code_block' => 'Blok koda', + 'code_block' => 'Blok kôda', 'heading' => 'Zaglavlje', 'italic' => 'Kurziv', 'link' => 'Poveznica', @@ -241,6 +298,15 @@ ], + 'radio' => [ + + 'boolean' => [ + 'true' => 'Da', + 'false' => 'Ne', + ], + + ], + 'repeater' => [ 'actions' => [ @@ -249,6 +315,10 @@ 'label' => 'Dodaj na :label', ], + 'add_between' => [ + 'label' => 'Umetni između', + ], + 'delete' => [ 'label' => 'Obriši', ], @@ -310,10 +380,10 @@ 'toolbar_buttons' => [ 'attach_files' => 'Dodaj datoteke', - 'blockquote' => 'Blockquote', + 'blockquote' => 'Blok citat', 'bold' => 'Podebljano', 'bullet_list' => 'Lista', - 'code_block' => 'Blok koda', + 'code_block' => 'Blok kôda', 'h1' => 'Naslov', 'h2' => 'Zaglavlje', 'h3' => 'Podnaslov', @@ -345,7 +415,7 @@ ], 'create_another' => [ - 'label' => 'Napravi i napravi drugi', + 'label' => 'Napravi i dodaj još jedan', ], ], @@ -383,18 +453,43 @@ 'max_items_message' => 'Samo :count može biti odabrano.', - 'no_search_results_message' => 'Nema opcija koje odgovaraju vašem pretraživanju.', + 'no_search_results_message' => 'Nema opcija koje odgovaraju tvojem pretraživanju.', 'placeholder' => 'Odaberi opciju', 'searching_message' => 'Pretraživanje...', - 'search_prompt' => 'Počnite tipkati za pretragu...', + 'search_prompt' => 'Počni tipkati za pretragu...', ], 'tags_input' => [ - 'placeholder' => 'Novi tag', + 'placeholder' => 'Nova oznaka', + ], + + 'text_input' => [ + + 'actions' => [ + + 'hide_password' => [ + 'label' => 'Sakrij lozinku', + ], + + 'show_password' => [ + 'label' => 'Prikaži lozinku', + ], + + ], + + ], + + 'toggle_buttons' => [ + + 'boolean' => [ + 'true' => 'Da', + 'false' => 'Ne', + ], + ], 'wizard' => [ diff --git a/packages/forms/resources/lang/hr/validation.php b/packages/forms/resources/lang/hr/validation.php new file mode 100644 index 00000000000..58223b89485 --- /dev/null +++ b/packages/forms/resources/lang/hr/validation.php @@ -0,0 +1,10 @@ + [ + 'must_be_selected' => 'Najmanje jedan :attribute mora biti odabran.', + 'only_one_must_be_selected' => 'Samo jedan :attribute može biti odabrab.', + ], + +]; diff --git a/packages/infolists/resources/lang/hr/components.php b/packages/infolists/resources/lang/hr/components.php index 100618d88f0..0bf6b7edeff 100644 --- a/packages/infolists/resources/lang/hr/components.php +++ b/packages/infolists/resources/lang/hr/components.php @@ -2,8 +2,37 @@ return [ - 'text_entry' => [ - 'more_list_items' => 'i :count još', + 'entries' => [ + + 'text' => [ + + 'actions' => [ + 'collapse_list' => 'Prikaži :count manje', + 'expand_list' => 'Prikaži :count više', + ], + + 'more_list_items' => 'and :count more', + + ], + + 'key_value' => [ + + 'columns' => [ + + 'key' => [ + 'label' => 'Ključ', + ], + + 'value' => [ + 'label' => 'Vrijednost', + ], + + ], + + 'placeholder' => 'Nema unosa', + + ], + ], ]; diff --git a/packages/notifications/resources/lang/hr/database.php b/packages/notifications/resources/lang/hr/database.php index f41362e6a06..b11d48f2e57 100644 --- a/packages/notifications/resources/lang/hr/database.php +++ b/packages/notifications/resources/lang/hr/database.php @@ -20,7 +20,7 @@ 'empty' => [ 'heading' => 'Nema obavijesti', - 'description' => 'Molim provjerite ponovno kasnije.', + 'description' => 'Molim te, provjeri ponovno kasnije.', ], ], diff --git a/packages/panels/resources/lang/hr/layout.php b/packages/panels/resources/lang/hr/layout.php index e65a60a1edd..6553d92a4e0 100644 --- a/packages/panels/resources/lang/hr/layout.php +++ b/packages/panels/resources/lang/hr/layout.php @@ -45,11 +45,19 @@ ], 'system' => [ - 'label' => 'Omogući sistemsku temu', + 'label' => 'Omogući temu sustava', ], ], ], + 'avatar' => [ + 'alt' => 'Avatar od :name', + ], + + 'logo' => [ + 'alt' => ':name logo', + ], + ]; diff --git a/packages/panels/resources/lang/hr/pages/auth/edit-profile.php b/packages/panels/resources/lang/hr/pages/auth/edit-profile.php index 8f1851a45e0..6eb232c792a 100644 --- a/packages/panels/resources/lang/hr/pages/auth/edit-profile.php +++ b/packages/panels/resources/lang/hr/pages/auth/edit-profile.php @@ -7,7 +7,7 @@ 'form' => [ 'email' => [ - 'label' => 'Email adresa', + 'label' => 'Adresa e-pošte', ], 'name' => [ diff --git a/packages/panels/resources/lang/hr/pages/auth/email-verification/email-verification-prompt.php b/packages/panels/resources/lang/hr/pages/auth/email-verification/email-verification-prompt.php index f19e539845b..ac50d9f2f05 100644 --- a/packages/panels/resources/lang/hr/pages/auth/email-verification/email-verification-prompt.php +++ b/packages/panels/resources/lang/hr/pages/auth/email-verification/email-verification-prompt.php @@ -15,19 +15,19 @@ ], 'messages' => [ - 'notification_not_received' => 'Niste primili email koji smo poslali?', - 'notification_sent' => 'Poslali smo email na :email s uputama o tome kako potvrditi svoju email adresu.', + 'notification_not_received' => 'Nisi primio e-poštu koju smo poslali?', + 'notification_sent' => 'Poslali smo e-poštu na :email s uputama o tome kako potvrditi svoju adresu e-pošte.', ], 'notifications' => [ 'notification_resent' => [ - 'title' => 'Ponovno smo poslali email.', + 'title' => 'Ponovno smo poslali e-poštu.', ], 'notification_resend_throttled' => [ 'title' => 'Previše pokušaja ponovnog slanja', - 'body' => 'Molim pokušajte ponovno za :seconds sekundi.', + 'body' => 'Molim te, pokušaj ponovno za :seconds sekundi.', ], ], diff --git a/packages/panels/resources/lang/hr/pages/auth/login.php b/packages/panels/resources/lang/hr/pages/auth/login.php index 6c6c8961156..466779851e4 100644 --- a/packages/panels/resources/lang/hr/pages/auth/login.php +++ b/packages/panels/resources/lang/hr/pages/auth/login.php @@ -4,17 +4,17 @@ 'title' => 'Prijava', - 'heading' => 'Prijavite se', + 'heading' => 'Prijavi se', 'actions' => [ 'register' => [ 'before' => 'ili', - 'label' => 'se registrirajte za korisnički račun', + 'label' => 'se registriraj za korisnički račun', ], 'request_password_reset' => [ - 'label' => 'Zaboravili ste lozinku?', + 'label' => 'Zaboravljena lozinka?', ], ], @@ -22,7 +22,7 @@ 'form' => [ 'email' => [ - 'label' => 'Email adresa', + 'label' => 'Adresa e-pošte', ], 'password' => [ @@ -36,7 +36,7 @@ 'actions' => [ 'authenticate' => [ - 'label' => 'Prijavite se', + 'label' => 'Prijavi se', ], ], @@ -53,7 +53,7 @@ 'throttled' => [ 'title' => 'Previše pokušaja prijave', - 'body' => 'Molim pokušajte ponovno za :seconds sekundi.', + 'body' => 'Molim te, pokušaj ponovno za :seconds sekundi.', ], ], diff --git a/packages/panels/resources/lang/hr/pages/auth/password-reset/request-password-reset.php b/packages/panels/resources/lang/hr/pages/auth/password-reset/request-password-reset.php index 56c7bc2c1d7..dcf97b8177f 100644 --- a/packages/panels/resources/lang/hr/pages/auth/password-reset/request-password-reset.php +++ b/packages/panels/resources/lang/hr/pages/auth/password-reset/request-password-reset.php @@ -2,14 +2,14 @@ return [ - 'title' => 'Resetirajte svoju lozinku', + 'title' => 'Resetiraj svoju lozinku', - 'heading' => 'Zaboravili ste lozinku?', + 'heading' => 'Zaboravljena lozinka?', 'actions' => [ 'login' => [ - 'label' => 'natrag na login', + 'label' => 'natrag na prijavu', ], ], @@ -17,13 +17,13 @@ 'form' => [ 'email' => [ - 'label' => 'Email adresa', + 'label' => 'Adresa e-pošte', ], 'actions' => [ 'request' => [ - 'label' => 'Pošalji email', + 'label' => 'Pošalji e-poštu', ], ], @@ -34,7 +34,7 @@ 'throttled' => [ 'title' => 'Previše zahtjeva', - 'body' => 'Molim pokušajte ponovno za :seconds sekundi.', + 'body' => 'Molim te, pokušaj ponovno za :seconds sekundi.', ], ], diff --git a/packages/panels/resources/lang/hr/pages/auth/password-reset/reset-password.php b/packages/panels/resources/lang/hr/pages/auth/password-reset/reset-password.php index c02bf22dd10..9d1ce45bd1e 100644 --- a/packages/panels/resources/lang/hr/pages/auth/password-reset/reset-password.php +++ b/packages/panels/resources/lang/hr/pages/auth/password-reset/reset-password.php @@ -2,14 +2,14 @@ return [ - 'title' => 'Resetirajte svoju lozinku', + 'title' => 'Resetiraj svoju lozinku', - 'heading' => 'Resetirajte svoju lozinku', + 'heading' => 'Resetiraj svoju lozinku', 'form' => [ 'email' => [ - 'label' => 'Email adresa', + 'label' => 'Adresa e-pošte', ], 'password' => [ @@ -35,7 +35,7 @@ 'throttled' => [ 'title' => 'Previše pokušaja resetiranja.', - 'body' => 'Molim pokušajte ponovno za :seconds sekundi.', + 'body' => 'Molim te, pokušaj ponovno za :seconds sekundi.', ], ], diff --git a/packages/panels/resources/lang/hr/pages/auth/register.php b/packages/panels/resources/lang/hr/pages/auth/register.php index 9a1eadefe17..ecf500f55c9 100644 --- a/packages/panels/resources/lang/hr/pages/auth/register.php +++ b/packages/panels/resources/lang/hr/pages/auth/register.php @@ -18,7 +18,7 @@ 'form' => [ 'email' => [ - 'label' => 'Email adresa', + 'label' => 'Adresa e-pošte', ], 'name' => [ @@ -48,7 +48,7 @@ 'throttled' => [ 'title' => 'Previše pokušaja registracije', - 'body' => 'Molim pokušajte ponovno za :seconds sekundi.', + 'body' => 'Molim te, pokušaj ponovno za :seconds sekundi.', ], ], diff --git a/packages/panels/resources/lang/hr/pages/dashboard.php b/packages/panels/resources/lang/hr/pages/dashboard.php index ca32eec81f2..22460765cb6 100644 --- a/packages/panels/resources/lang/hr/pages/dashboard.php +++ b/packages/panels/resources/lang/hr/pages/dashboard.php @@ -4,4 +4,30 @@ 'title' => 'Nadzorna ploča', + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filter', + + 'modal' => [ + + 'heading' => 'Filter', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Primijeni', + + ], + + ], + + ], + + ], + + ], + ]; diff --git a/packages/panels/resources/lang/hr/resources/pages/create-record.php b/packages/panels/resources/lang/hr/resources/pages/create-record.php index cbbc49d03c2..b2af23891f1 100644 --- a/packages/panels/resources/lang/hr/resources/pages/create-record.php +++ b/packages/panels/resources/lang/hr/resources/pages/create-record.php @@ -19,7 +19,7 @@ ], 'create_another' => [ - 'label' => 'Napravi i napravi drugi', + 'label' => 'Napravi i dodaj još jedan', ], ], diff --git a/packages/panels/resources/lang/hr/resources/pages/list-records.php b/packages/panels/resources/lang/hr/resources/pages/list-records.php index 3af0660665b..a349ac9a87d 100644 --- a/packages/panels/resources/lang/hr/resources/pages/list-records.php +++ b/packages/panels/resources/lang/hr/resources/pages/list-records.php @@ -2,6 +2,6 @@ return [ - 'breadcrumb' => 'Lista', + 'breadcrumb' => 'Popis', ]; diff --git a/packages/panels/resources/lang/hr/unsaved-changes-alert.php b/packages/panels/resources/lang/hr/unsaved-changes-alert.php new file mode 100644 index 00000000000..14077b91cf7 --- /dev/null +++ b/packages/panels/resources/lang/hr/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Tvoje izmjene nisu spremljene. Želiš li zaista napustiti ovu stranicu?', + +]; diff --git a/packages/support/resources/lang/hr/components/pagination.php b/packages/support/resources/lang/hr/components/pagination.php index 7534631725a..6744807b6f0 100644 --- a/packages/support/resources/lang/hr/components/pagination.php +++ b/packages/support/resources/lang/hr/components/pagination.php @@ -22,10 +22,18 @@ 'actions' => [ + 'first' => [ + 'label' => 'Prva', + ], + 'go_to_page' => [ 'label' => 'Idi na stranicu :page', ], + 'last' => [ + 'label' => 'Zadnja', + ], + 'next' => [ 'label' => 'Naprijed', ], diff --git a/packages/tables/resources/lang/hr/filters/query-builder.php b/packages/tables/resources/lang/hr/filters/query-builder.php new file mode 100644 index 00000000000..0c85fdac48b --- /dev/null +++ b/packages/tables/resources/lang/hr/filters/query-builder.php @@ -0,0 +1,481 @@ + 'Izrada upita', + + 'form' => [ + + 'operator' => [ + 'label' => 'Operator', + ], + + 'or_groups' => [ + + 'label' => 'Grupa', + + 'block' => [ + 'label' => 'Disjunkcija (OR)', + 'or' => 'OR', + ], + + ], + + 'rules' => [ + + 'label' => 'Pravila', + + 'item' => [ + 'and' => 'AND', + ], + + ], + + ], + + 'no_rules' => '(No rules)', + + 'item_separators' => [ + 'and' => 'AND', + 'or' => 'OR', + ], + + 'operators' => [ + + 'is_filled' => [ + + 'label' => [ + 'direct' => 'Ima vrijednost', + 'inverse' => 'nema vrijednost', + ], + + 'summary' => [ + 'direct' => ':attribute ima vrijednost', + 'inverse' => ':attribute nema vrijednost', + ], + + ], + + 'boolean' => [ + + 'is_true' => [ + + 'label' => [ + 'direct' => 'Valjano', + 'inverse' => 'Nije valjano', + ], + + 'summary' => [ + 'direct' => ':attribute je valjan', + 'inverse' => ':attribute nije valjan', + ], + + ], + + ], + + 'date' => [ + + 'is_after' => [ + + 'label' => [ + 'direct' => 'Dolazi poslije', + 'inverse' => 'Ne dolazi poslije', + ], + + 'summary' => [ + 'direct' => ':attribute dolazi poslije :date', + 'inverse' => ':attribute ine dolazi poslije :date', + ], + + ], + + 'is_before' => [ + + 'label' => [ + 'direct' => 'Dolazi prije', + 'inverse' => 'Ne dolazi prije', + ], + + 'summary' => [ + 'direct' => ':attribute dolazi prije :date', + 'inverse' => ':attribute ne dolazi prije :date', + ], + + ], + + 'is_date' => [ + + 'label' => [ + 'direct' => 'Datum', + 'inverse' => 'Nije datum', + ], + + 'summary' => [ + 'direct' => ':attribute je datum :date', + 'inverse' => ':attribute nije datum :date', + ], + + ], + + 'is_month' => [ + + 'label' => [ + 'direct' => 'Mjesec', + 'inverse' => 'Nije mjesec', + ], + + 'summary' => [ + 'direct' => ':attribute je :month', + 'inverse' => ':attribute nije :month', + ], + + ], + + 'is_year' => [ + + 'label' => [ + 'direct' => 'Godina', + 'inverse' => 'Nije godina', + ], + + 'summary' => [ + 'direct' => ':attribute je :year', + 'inverse' => ':attribute nije :year', + ], + + ], + + 'form' => [ + + 'date' => [ + 'label' => 'Datum', + ], + + 'month' => [ + 'label' => 'Mjesec', + ], + + 'year' => [ + 'label' => 'Godina', + ], + + ], + + ], + + 'number' => [ + + 'equals' => [ + + 'label' => [ + 'direct' => 'Jednako', + 'inverse' => 'Nije jednako', + ], + + 'summary' => [ + 'direct' => ':attribute equals :number', + 'inverse' => ':attribute does not equal :number', + ], + + ], + + 'is_max' => [ + + 'label' => [ + 'direct' => 'Jeste najveći', + 'inverse' => 'Veći je od', + ], + + 'summary' => [ + 'direct' => ':attribute is maximum :number', + 'inverse' => ':attribute is greater than :number', + ], + + ], + + 'is_min' => [ + + 'label' => [ + 'direct' => 'Jeste najmanji', + 'inverse' => 'Manji je od', + ], + + 'summary' => [ + 'direct' => ':attribute is minimum :number', + 'inverse' => ':attribute is less than :number', + ], + + ], + + 'aggregates' => [ + + 'average' => [ + 'label' => 'Prosječan', + 'summary' => 'Average :attribute', + ], + + 'max' => [ + 'label' => 'Najveći', + 'summary' => 'Max :attribute', + ], + + 'min' => [ + 'label' => 'Najmanji', + 'summary' => 'Min :attribute', + ], + + 'sum' => [ + 'label' => 'Zbroj', + 'summary' => 'Sum of :attribute', + ], + + ], + + 'form' => [ + + 'aggregate' => [ + 'label' => 'Agregirano', + ], + + 'number' => [ + 'label' => 'Broj', + ], + + ], + + ], + + 'relationship' => [ + + 'equals' => [ + + 'label' => [ + 'direct' => 'Ima', + 'inverse' => 'Nema', + ], + + 'summary' => [ + 'direct' => 'Has :count :relationship', + 'inverse' => 'Does not have :count :relationship', + ], + + ], + + 'has_max' => [ + + 'label' => [ + 'direct' => 'Ima najviše', + 'inverse' => 'Ima više od', + ], + + 'summary' => [ + 'direct' => 'Has maximum :count :relationship', + 'inverse' => 'Has more than :count :relationship', + ], + + ], + + 'has_min' => [ + + 'label' => [ + 'direct' => 'Ima najmanje', + 'inverse' => 'Ima manje od', + ], + + 'summary' => [ + 'direct' => 'Has minimum :count :relationship', + 'inverse' => 'Has less than :count :relationship', + ], + + ], + + 'is_empty' => [ + + 'label' => [ + 'direct' => 'Ne sadrži podatke', + 'inverse' => 'Sadrži podatke', + ], + + 'summary' => [ + 'direct' => ':relationship is empty', + 'inverse' => ':relationship is not empty', + ], + + ], + + 'is_related_to' => [ + + 'label' => [ + + 'single' => [ + 'direct' => 'Jeste', + 'inverse' => 'Nije', + ], + + 'multiple' => [ + 'direct' => 'Sadrži', + 'inverse' => 'Ne sadrži', + ], + + ], + + 'summary' => [ + + 'single' => [ + 'direct' => ':relationship is :values', + 'inverse' => ':relationship is not :values', + ], + + 'multiple' => [ + 'direct' => ':relationship contains :values', + 'inverse' => ':relationship does not contain :values', + ], + + 'values_glue' => [ + 0 => ', ', + 'final' => ' or ', + ], + + ], + + 'form' => [ + + 'value' => [ + 'label' => 'Vrijednost', + ], + + 'values' => [ + 'label' => 'Vrijednosti', + ], + + ], + + ], + + 'form' => [ + + 'count' => [ + 'label' => 'Broj', + ], + + ], + + ], + + 'select' => [ + + 'is' => [ + + 'label' => [ + 'direct' => 'Je', + 'inverse' => 'Nije', + ], + + 'summary' => [ + 'direct' => ':attribute is :values', + 'inverse' => ':attribute is not :values', + 'values_glue' => [ + ', ', + 'final' => ' or ', + ], + ], + + 'form' => [ + + 'value' => [ + 'label' => 'Vrijednost', + ], + + 'values' => [ + 'label' => 'Vrijednosti', + ], + + ], + + ], + + ], + + 'text' => [ + + 'contains' => [ + + 'label' => [ + 'direct' => 'Sadrži', + 'inverse' => 'Ne sadrži', + ], + + 'summary' => [ + 'direct' => ':attribute contains :text', + 'inverse' => ':attribute does not contain :text', + ], + + ], + + 'ends_with' => [ + + 'label' => [ + 'direct' => 'Završava s', + 'inverse' => 'Ne završava s', + ], + + 'summary' => [ + 'direct' => ':attribute ends with :text', + 'inverse' => ':attribute does not end with :text', + ], + + ], + + 'equals' => [ + + 'label' => [ + 'direct' => 'Jednako', + 'inverse' => 'Nije jednako', + ], + + 'summary' => [ + 'direct' => ':attribute equals :text', + 'inverse' => ':attribute does not equal :text', + ], + + ], + + 'starts_with' => [ + + 'label' => [ + 'direct' => 'Počinje s', + 'inverse' => 'Ne počinje s', + ], + + 'summary' => [ + 'direct' => ':attribute starts with :text', + 'inverse' => ':attribute does not start with :text', + ], + + ], + + 'form' => [ + + 'text' => [ + 'label' => 'Tekst', + ], + + ], + + ], + + ], + + 'actions' => [ + + 'add_rule' => [ + 'label' => 'Dodaj pravilo', + ], + + 'add_rule_group' => [ + 'label' => 'Dodaj grupu pravila', + ], + + ], + +]; diff --git a/packages/tables/resources/lang/hr/table.php b/packages/tables/resources/lang/hr/table.php index 2062efbccad..1b0d10f3a46 100644 --- a/packages/tables/resources/lang/hr/table.php +++ b/packages/tables/resources/lang/hr/table.php @@ -10,8 +10,19 @@ 'columns' => [ + 'actions' => [ + 'label' => 'Akcija|Akcije', + ], + 'text' => [ - 'more_list_items' => 'i :count još', + + 'actions' => [ + 'collapse_list' => 'Prikaži :count manje', + 'expand_list' => 'Prikaži :count više', + ], + + 'more_list_items' => 'i još :count', + ], ], @@ -51,7 +62,7 @@ 'summarizers' => [ 'average' => [ - 'label' => 'Prosijek', + 'label' => 'Prosjek', ], 'count' => [ @@ -69,11 +80,11 @@ 'actions' => [ 'disable_reordering' => [ - 'label' => 'Završi mijenjanje redolijeda zapisa', + 'label' => 'Završi mijenjanje redoslijeda zapisa', ], 'enable_reordering' => [ - 'label' => 'Mijenjanje redolijeda zapisa', + 'label' => 'Mijenjanje redoslijeda zapisa', ], 'filter' => [ @@ -89,7 +100,7 @@ ], 'toggle_columns' => [ - 'label' => 'Prikaži/sakrij kolone', + 'label' => 'Prikaži/sakrij stupce', ], ], @@ -98,7 +109,7 @@ 'heading' => 'Nema :model', - 'description' => 'Stvorite :model kako biste počeli.', + 'description' => 'Stvori :model kako bi započeo.', ], @@ -106,6 +117,10 @@ 'actions' => [ + 'apply' => [ + 'label' => 'Primijeni filter', + ], + 'remove' => [ 'label' => 'Ukloni filter', ], @@ -139,7 +154,7 @@ 'only_trashed' => 'Samo obrisani zapisi', - 'with_trashed' => 'Sa obrisanih zapisa', + 'with_trashed' => 'S obrisanih zapisa', 'without_trashed' => 'Bez obrisanih zapisa', @@ -171,7 +186,7 @@ ], - 'reorder_indicator' => 'Povucite i ispustite zapise u redoslijed.', + 'reorder_indicator' => 'Povuci i ispusti zapise u redoslijed.', 'selection_indicator' => [