Sha256: 0e518a4a9bad06c9c7b91bb95f88d136e359c72ed7239374c906d7eb0967da51

Contents?: true

Size: 576 Bytes

Versions: 8

Compression:

Stored size: 576 Bytes

Contents

pt-BR:
  errors:
    messages:
      invalid_date: 'não é uma data válida'
      invalid_time: 'não é um horário válido'
      invalid_datetime: 'não é um horário com data válido'
      is_at: 'deve ser em %{restriction}'
      before: 'deve ser antes de %{restriction}'
      on_or_before: 'deve ser antes ou em %{restriction}'
      after: 'deve ser após de %{restriction}'
      on_or_after: 'deve ser após ou em %{restriction}'
  validates_timeliness:
    error_value_formats:
      date: '%d/%m/%Y'
      time: '%H:%M:%S'
      datetime: '%d/%m/%Y %H:%M:%S'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
timeliness-i18n-0.7.0 config/locales/pt-BR.yml
timeliness-i18n-0.6.0 config/locales/pt-BR.yml
timeliness-i18n-0.5.0 config/locales/pt-BR.yml
timeliness-i18n-0.4.0 config/locales/pt-BR.yml
timeliness-i18n-0.3.0 config/locales/pt-BR.yml
timeliness-i18n-0.2.1 config/locales/pt-BR.yml
timeliness-i18n-0.2.0 config/locales/pt-BR.yml
timeliness-i18n-0.1.0 config/locales/pt-BR.yml