This commit is contained in:
f 2020-02-26 20:55:52 -03:00
parent 60def2b496
commit ce699c1344
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D
2 changed files with 21 additions and 0 deletions

View file

@ -1,4 +1,19 @@
en: en:
activerecord:
errors:
models:
pirata:
attributes:
nick:
taken: There's another pirate with that name
email:
taken: This e-mail is already in use
barca:
attributes:
nombre:
taken: The ship already exists
descripcion:
blank: Description is needed
barcas: barcas:
create: create:
subject: '%{barca} has been created!' subject: '%{barca} has been created!'

View file

@ -2,6 +2,12 @@ es:
activerecord: activerecord:
errors: errors:
models: models:
pirata:
attributes:
nick:
taken: Esx pirata ya existe
email:
taken: Ese correo ya está en uso
barca: barca:
attributes: attributes:
nombre: nombre: