mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
new keys go to the bottom of the file
This commit is contained in:
parent
0ea28937b2
commit
b099bd1b0e
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,6 @@ 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
|
||||
|
@ -78,3 +77,4 @@ en: # <---- change this to your locale code
|
|||
NotYetEnqueued: Not yet enqueued
|
||||
CreatedAt: Created At
|
||||
BackToApp: Back to App
|
||||
Latency: Latency
|
||||
|
|
|
@ -29,7 +29,6 @@ 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
|
||||
|
@ -68,3 +67,4 @@ es:
|
|||
Thread: Hilo
|
||||
Threads: Hilos
|
||||
Jobs: Trabajos
|
||||
Latency: Latencia
|
||||
|
|
Loading…
Reference in a new issue