Sha256: 5deb8efbc13aacf44c4388a089f8da5dcf9e4f817d657c8e0eee0bb6df7c9e83

Contents?: true

Size: 1.24 KB

Versions: 2

Compression:

Stored size: 1.24 KB

Contents

en:
  activerecord:
    models:
      maquina/plan:
        one: Plan
        other: Plans
      maquina/user:
        one: User
        other: Users
      maquina/invitation:
        one: Invitation
        other: Invitations
    attributes:
      maquina/plan:
        name: Name
        organizations_count: Organizations
        trial: Trial days
        price: Price
        free: Free
        active: Active
      maquina/user:
        blocked_at: Blocked At
        created_at: Created At

    errors:
      models:
        maquina/active_session:
          attributes:
            user:
              blocked: account is blocked
        maquina/invitation:
          attributes:
            email:
              blank: please provide an email to send invitation
              invalid: user already accepted the invitation
        maquina/plan:
          attributes:
            name:
              blank: "Name is required for the subscription plan"
              taken: "A plan with this name already exists"
            price:
              greater_than: "Price must be greater than %{count} for paid plans"
              greater_than_or_equal_to: "Price needs to be %{count} for for free plans"
              not_a_number: "Price must be a valid amount"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maquina-0.7.2 config/locales/models.en.yml
maquina-0.7.1 config/locales/models.en.yml