generated from filamentphp/plugin-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from inalto/main
italian translation added
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
]; |