mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Add Latency key to en and es locales
This commit is contained in:
parent
8ff4484690
commit
0ea28937b2
2 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@ en: # <---- change this to your locale code
|
|||
AreYouSureDeleteQueue: Are you sure you want to delete the %{queue} queue?
|
||||
Queues: Queues
|
||||
Size: Size
|
||||
Latency: Latency
|
||||
Actions: Actions
|
||||
NextRetry: Next Retry
|
||||
RetryCount: Retry Count
|
||||
|
|
|
@ -29,6 +29,7 @@ es:
|
|||
AreYouSureDeleteQueue: ¿Estás seguro de eliminar la fila %{queue}?
|
||||
Queues: Filas
|
||||
Size: Tamaño
|
||||
Latency: Latencia
|
||||
Actions: Acciones
|
||||
NextRetry: Siguiente Intento
|
||||
RetryCount: Numero de Reintentos
|
||||
|
|
Loading…
Reference in a new issue