mensaje
This commit is contained in:
parent
60def2b496
commit
ce699c1344
2 changed files with 21 additions and 0 deletions
|
@ -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!'
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue