Sha256: 35e5e1b9da1a723ebddf3a50432c076130eff0024e38c614e959829194bba1fa

Contents?: true

Size: 869 Bytes

Versions: 6

Compression:

Stored size: 869 Bytes

Contents

en:
  activerecord:
    errors:
      models:
        doorkeeper/application:
          attributes:
            redirect_uri:
              unspecified_scheme: 'must specify a scheme.'
  orm: &orm
    attributes:
      doorkeeper/application:
        name: 'Name'
        redirect_uri: 'Redirect URI'
    errors:
      models:
        doorkeeper/application:
          attributes:
            redirect_uri:
              fragment_present: 'cannot contain a fragment.'
              invalid_uri: 'must be a valid URI.'
              relative_uri: 'must be an absolute URI.'
              secured_uri: 'must be an HTTPS/SSL URI.'
              forbidden_uri: 'is forbidden by the server.'
              unspecified_scheme: 'must specify a scheme.'
            scopes:
              not_match_configured: "doesn't match configured on the server."

  mongoid:
    <<: *orm

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
doorkeeper-mongodb-5.4.0 config/locales/en.yml
doorkeeper-mongodb-5.3.0 config/locales/en.yml
doorkeeper-mongodb-5.2.3 config/locales/en.yml
doorkeeper-mongodb-5.2.2 config/locales/en.yml
doorkeeper-mongodb-5.2.1 config/locales/en.yml
doorkeeper-mongodb-5.2.0 config/locales/en.yml