Skip to content

Commit

Permalink
Merge pull request #15304 from robertjarec/3.x
Browse files Browse the repository at this point in the history
chore: add missing Croatian translations and update some
  • Loading branch information
danharrin authored Jan 10, 2025
2 parents 1717f0e + 6fd090e commit 754b84f
Show file tree
Hide file tree
Showing 25 changed files with 895 additions and 56 deletions.
2 changes: 1 addition & 1 deletion packages/actions/resources/lang/hr/attach.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],

'attach_another' => [
'label' => 'Priloži i priloži drugi',
'label' => 'Priloži i dodaj još jedan',
],

],
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/resources/lang/hr/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],

'create_another' => [
'label' => 'Napravi i napravi drugi',
'label' => 'Napravi i dodaj još jedan',
],

],
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/resources/lang/hr/delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

'modal' => [

'heading' => 'Obriši odabrano :label',
'heading' => 'Obriši odabrano',

'actions' => [

Expand Down
76 changes: 76 additions & 0 deletions packages/actions/resources/lang/hr/export.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<?php

return [
'label' => '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',

];
8 changes: 4 additions & 4 deletions packages/actions/resources/lang/hr/force-delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [

Expand All @@ -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' => [

Expand Down
84 changes: 84 additions & 0 deletions packages/actions/resources/lang/hr/import.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<?php

return [
'label' => '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.',
],

];
2 changes: 1 addition & 1 deletion packages/actions/resources/lang/hr/modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [

'confirmation' => 'Jeste li sigurni da želite to učiniti?',
'confirmation' => 'Jesi li siguran da želiš to učiniti?',

'actions' => [

Expand Down
Loading

0 comments on commit 754b84f

Please sign in to comment.