Sha256: d76a607eece430b1be716d45c149a80927a7877637e14b9d34c27565e516770f

Contents?: true

Size: 941 Bytes

Versions: 2

Compression:

Stored size: 941 Bytes

Contents

# This file will be merged with various other Voltron related YAML files with priority
# given to what exists in this file to begin with (meaning: nothing you add/modify here will be overwritten)
# whenever you run `rails g voltron:<gem_name>:install`

---
en:
  activerecord:
    attributes:
      notifications/sms_notifications:
        to: Recipient
        from: Sender
        message: Message
        status: Status
      notifications/email_notifications:
        to: Recipient
        subject: Subject
  voltron:
    notification:
      email:
        to_blank: cannot be blank
        subject_blank: cannot be blank
      sms:
        to_blank: cannot be blank
        from_blank: cannot be blank
        message_blank: cannot be blank
        invalid_phone: number "%{number}" is not a valid phone number
        status_invalid: must be one of accepted, queued, sending, sent, delivered, received, failed, undelivered, or unknown

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
voltron-notify-0.2.2 lib/generators/templates/config/locales/voltron-notification.yml
voltron-notify-0.2.1 lib/generators/templates/config/locales/voltron-notification.yml