mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Merge pull request #823 from freego/master
Italian locale for Sinatra web app
This commit is contained in:
commit
1329ddecca
1 changed files with 59 additions and 0 deletions
59
web/locales/it.yml
Normal file
59
web/locales/it.yml
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
# elements like %{queue} are variables and should not be translated
|
||||||
|
it:
|
||||||
|
Dashboard: Dashboard
|
||||||
|
Status: Stato
|
||||||
|
Time: Ora
|
||||||
|
Namespace: Namespace
|
||||||
|
Realtime: Tempo reale
|
||||||
|
History: Storia
|
||||||
|
Busy: Occupato
|
||||||
|
Processed: Processato
|
||||||
|
Failed: Fallito
|
||||||
|
Scheduled: Pianificato
|
||||||
|
Retries: Nuovi Tentativi
|
||||||
|
Enqueued: In Coda
|
||||||
|
Worker: Lavoratore
|
||||||
|
Workers: Lavoratori
|
||||||
|
LivePoll: Aggiorna Live
|
||||||
|
StopPolling: Ferma Aggiornamento Continuo
|
||||||
|
Queue: Coda
|
||||||
|
Class: Classe
|
||||||
|
Job: Lavoro
|
||||||
|
Arguments: Argomenti
|
||||||
|
Started: Iniziato
|
||||||
|
ShowAll: Mostra tutti
|
||||||
|
CurrentMessagesInQueue: Messaggi in <span class='title'>%{queue}</span>
|
||||||
|
Delete: Cancella
|
||||||
|
AreYouSureDeleteJob: Sei sicuro di voler cancellare questo lavoro?
|
||||||
|
AreYouSureDeleteQueue: Sei sicuro di voler cancellare la coda %{queue}?
|
||||||
|
Queues: Code
|
||||||
|
Size: Dimensione
|
||||||
|
Actions: Azioni
|
||||||
|
NextRetry: Prossimo Tentativo
|
||||||
|
RetryCount: Totale Tentativi
|
||||||
|
RetryNow: Riprova Ora
|
||||||
|
LastRetry: Ultimo tentativo
|
||||||
|
OriginallyFailed: Fallito Inizialmente
|
||||||
|
AreYouSure: Sei sicuro?
|
||||||
|
DeleteAll: Cancella Tutti
|
||||||
|
RetryAll: Riprova Tutti
|
||||||
|
NoRetriesFound: Non sono stati trovati nuovi tentativi
|
||||||
|
Error: Errore
|
||||||
|
ErrorClass: Classe dell'Errore
|
||||||
|
ErrorMessage: Error Message
|
||||||
|
ErrorBacktrace: Error Backtrace
|
||||||
|
GoBack: ← Indietro
|
||||||
|
NoScheduledFound: Non ci sono lavori pianificati
|
||||||
|
When: Quando
|
||||||
|
ScheduledJobs: Lavori Pianificati
|
||||||
|
idle: inattivo
|
||||||
|
active: attivo
|
||||||
|
Version: Versione
|
||||||
|
Connections: Connessioni
|
||||||
|
MemoryUsage: Uso di Memoria
|
||||||
|
PeakMemoryUsage: Picco Uso di Memoria
|
||||||
|
Uptime: Uptime (giorni)
|
||||||
|
OneWeek: 1 settimana
|
||||||
|
OneMonth: 1 mese
|
||||||
|
ThreeMonths: 3 mesi
|
||||||
|
SixMonths: 6 mesi
|
Loading…
Add table
Add a link
Reference in a new issue