Sha256: 5f0afb04d1d377644cb94e7d2b3900c8760f96e7f92d0bb0c2711674653dc130

Contents?: true

Size: 1.64 KB

Versions: 3

Compression:

Stored size: 1.64 KB

Contents

es:

  activerecord:
    models:
      contact: 'contact'
      contacts: 'contacts'
    attributes:
      contacts:
        sender_name: "nombre del remitente"
        sender_email: 'correo electrónico del remitente'
        body: 'mensaje'

  details:
    create:
      notice: 'This user has been created.'
      warning: 'A problem occurred while creating this user.'
    update:
      notice: 'This user has been updated.'
      warning: "A problem occurred while updating this user's record."
    destroy:
      notice: 'This user has been deleted.'
      warning: 'A problem occurred while deleting this user.'

  members:
    create:
      notice: 'This user has been created.'
      warning: 'A problem occurred while creating this user.'
    update:
      notice: 'This user has been updated.'
      warning: "A problem occurred while updating this user's record."
    destroy:
      notice: 'This user has been deleted.'
      warning: 'A problem occurred while deleting this user.'

  contacts:
    messages_from_forms: 'mensajes del formulario de contacto'
    send_message: 'enviar el mensaje'
    sent: 'Enviado a las'
    create:
      did_not_reach: 'Something went wrong. Your message did not reach the intended recipient.'
      invalid_email: 'Your email address does not seem to be valid!'
      notice: 'Tu mensaje ha sido enviado.'
      warning: 'Hubo un problema al enviar su mensaje.'
    mailer:
      intro: 'Here is the message sent via the contact form on the web site:'
      sender_name: "Sender's name:"
      sender_email: "Sender's email:"
      message: 'Message:'

  admin:
    mailer:
      daily_digest:
        subject: "Admin Daily Digest"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tkh_mailing_list-0.10.10 lib/generators/tkh_mailing_list/create_or_update_locales/templates/es.yml
tkh_mailing_list-0.10.9.1 lib/generators/tkh_mailing_list/create_or_update_locales/templates/es.yml
tkh_mailing_list-0.10.9 lib/generators/tkh_mailing_list/create_or_update_locales/templates/es.yml