Sha256: b33fb1075d71e6124bcaf61950c9957c755a8d7a47dcc250a5e02205381c00bc

Contents?: true

Size: 1.21 KB

Versions: 2

Compression:

Stored size: 1.21 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
            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.16 config/locales/en.yml
cieloz-0.0.15 config/locales/en.yml