Sha256: 9f42f6fa69c9f1fb467dfe991772b980ce43cd9503939c1ea9fef4dd5b3aa5e6

Contents?: true

Size: 1.32 KB

Versions: 2

Compression:

Stored size: 1.32 KB

Contents

en:
  activemodel:
    errors:
      models:
        cieloz/requisicao_transacao:
          attributes:
            autorizar:
              inclusion: "should be in [0 (Authenticate Only), 1 (Autorize only if Authenticated), 2 (Authorize not Authenticated), 3 (Direct Authorization), 4 (Recorrent)]"
              authentication_not_supported: Authentication not supported
              direct_auth_available_for_credit_only: Direct auth available for credit only
            capturar:
              inclusion: should be true or false
        cieloz/requisicao_transacao/dados_portador:
          attributes:
            numero:
              invalid: should have 16 digits
            validade:
              invalid_year: invalid year
              invalid_month: invalid month
            codigo_seguranca:
              invalid: should have 3 or 4 digits
        cieloz/requisicao_transacao/dados_pedido:
          attributes:
            idioma:
              inclusion: should be PT (Portuguese), EN (English) or ES (Spanish)
            valor:
              minimum_installment_not_satisfied: Installment should be greater than or equal to R$ 5,00
        cieloz/requisicao_transacao/forma_pagamento:
          attributes:
            bandeira:
              blank: choose credit card flag
              inclusion: choose credit card flag

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cieloz-0.0.14 config/locales/en.yml
cieloz-0.0.13 config/locales/en.yml