engine/config/locales/es.yml in good_job-2.14.4 vs engine/config/locales/es.yml in good_job-2.15.0
- old
+ new
@@ -37,10 +37,16 @@
one: 1 segundo
other: "%{count} segundos"
x_years:
one: 1 año
other: "%{count} años"
+ duration:
+ hours: "%{hour}h %{min}m"
+ less_than_10_seconds: "%{sec}s"
+ milliseconds: "%{ms}ms"
+ minutes: "%{min}m %{sec}s"
+ seconds: "%{sec}s"
good_job:
shared:
footer:
last_update_html: Última actualización <time id="page-updated-at" datetime="%{time}">%{time}</time>
wording: "¡Recuerda, también tú estás haciendo un buen trabajo!"
@@ -48,5 +54,12 @@
cron_schedules: Cron
jobs: Tareas
live_poll: En vivo
name: "GoodJob 👍"
processes: Procesos
+ status:
+ discarded: Descartado
+ finished: Acabado
+ queued: Puesto en cola
+ retried: reintentado
+ running: Corriendo
+ scheduled: Programado