Advertisement
Guest User

Untitled

a guest
Jul 4th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.53 KB | None | 0 0
  1. # Hobo application translation file for Spanish.
  2. # Please, add the specific models and attributes for your application.
  3.  
  4. es-MX:
  5.  
  6.   attributes:
  7.     created_at: Creado el
  8.     updated_at: Actualizado el
  9.  
  10.   activerecord:
  11.     models:
  12.       user:
  13.         one: Usuario
  14.         other: Usuarios
  15.     attributes:
  16.       user:
  17.         name: Nombre
  18.         password: Contraseña
  19.         password_confirmation: Confirmación Contraseña
  20.         email_address: Correo Electrónico
  21. #    attribute_help:
  22. #      user:
  23. #        email_address:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement