Skip to content

Commit

Permalink
Merge pull request #47 from inalto/main
Browse files Browse the repository at this point in the history
italian translation added
  • Loading branch information
croustibat authored Jul 4, 2024
2 parents d9c32a1 + ee7b663 commit 6543ae2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions resources/lang/it/translations.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php
return [
"average_time" => "Tempo medio di esecuzione",
"breadcrumb" => "Monitoraggio dei lavori in coda",
"execution_time" => "Tempo di esecuzione totale",
"failed" => "Fallito",
"name" => "Nome",
"navigation_group" => "Sistema",
"navigation_label" => "Lavori",
"pending_jobs" => "Lavori in sospeso",
"progress" => "Progresso",
"queue" => "Coda",
"running" => "In corso",
"started_at" => "Iniziato a",
"status" => "Stato",
"succeeded" => "Riuscito",
"title" => "Lavori in coda",
"total_jobs" => "Totale lavori eseguiti"
];

0 comments on commit 6543ae2

Please sign in to comment.