lumi-api/config/locales/en.yml

55 lines
1.6 KiB
YAML
Raw Normal View History

2019-04-05 20:20:20 +00:00
en:
2020-02-26 23:55:52 +00:00
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
2019-08-03 21:44:28 +00:00
barcas:
create:
subject: '%{barca} has been created!'
2019-08-03 22:25:20 +00:00
abordar:
subject: '%{barca}'
message: '%{nick} boarded the ship!'
abandonar:
subject: '%{barca}'
message: '%{nick} left the ship!'
no_tripulada: "You're not on this ship"
2019-08-03 22:25:20 +00:00
destroy:
subject: '%{barca}'
message: '%{nick} sunk the ship!'
2019-08-03 22:37:21 +00:00
consensos:
create:
subject: '%{barca} - %{consenso}'
message: '%{nick} started: %{consenso}'
destroy:
subject: '%{barca} - %{consenso}'
message: '%{nick} deleted: %{consenso}'
2019-08-03 22:45:04 +00:00
posiciones:
create:
subject: '%{barca} - %{consenso}'
message: '%{nick} %{posicion}: %{comentario}'
pirata:
posiciones:
tercera_persona:
compromiso: 'commits'
a_favor: 'is in favor'
en_contra: 'is against'
bloqueo: 'blocks'
indiferente: 'is indifferent'
2020-06-21 00:37:29 +00:00
telegram:
webhook:
start:
need_token: 'To be able to link your Lumi and Telegram accounts, you can go to Lumi and find a link to Telegram. Once you open it I can link them P)'
couldnt_find: "I couldn't find you, did you use the correct link?"
hi: "Hi %{pirata}! I linked your accounts, from now on I'll contact you whenever there's news"