---
en:
  datetime:
    distance_in_words:
      about_x_hours:
        one: about 1 hour
        other: about %{count} hours
      about_x_months:
        one: about 1 month
        other: about %{count} months
      about_x_years:
        one: about 1 year
        other: about %{count} years
      almost_x_years:
        one: almost 1 year
        other: almost %{count} years
      half_a_minute: half a minute
      less_than_x_minutes:
        one: less than a minute
        other: less than %{count} minutes
      less_than_x_seconds:
        one: less than 1 second
        other: less than %{count} seconds
      over_x_years:
        one: over 1 year
        other: over %{count} years
      x_days:
        one: 1 day
        other: "%{count} days"
      x_minutes:
        one: 1 minute
        other: "%{count} minutes"
      x_months:
        one: 1 month
        other: "%{count} months"
      x_seconds:
        one: 1 second
        other: "%{count} seconds"
      x_years:
        one: 1 year
        other: "%{count} years"
  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: Last updated <time id="page-updated-at" datetime="%{time}">%{time}</time>
        wording: Remember, you're doing a Good Job too!
      navbar:
        cron_schedules: Cron
        jobs: Jobs
        live_poll: Live Poll
        name: "GoodJob 👍"
        processes: Processes
    status:
      discarded: Discarded
      queued: Queued
      retried: Retried
      running: Running
      scheduled: Scheduled
      succeeded: Succeeded
  number:
    format:
      delimiter: ","
      separator: "."
    human:
      decimal_units:
        format: "%n%u"
        units:
          billion: B
          million: M
          quadrillion: Q
          thousand: K
          trillion: T
          unit: ''
      format:
        delimiter: ","
        precision: 3
        separator: "."