Sha256: 1b9ede86ab35ec841d1fd8a7bfcbf07a3a6e01e14a92a10e14ed3dcd5b94ec9a

Contents?: true

Size: 1013 Bytes

Versions: 2

Compression:

Stored size: 1013 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 (nothing you add/modify here will be overwritten)
# whenever you run `rails g voltron:<gem_name>:install`,
# only if the gem in question has any locale data associated with it

---
en:
  activerecord:
    attributes:
      voltron/notification/email_notification:
        to: Recipient
        subject: Subject
      voltron/notification/sms_notification:
        to: Recipient
        from: Sender
        message: Message
        status: Status
  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.0 lib/generators/templates/config/locales/voltron-notification.yml
voltron-notify-0.1.9 lib/generators/templates/config/locales/voltron-notification.yml