refactoring email notification, closes #8

This commit is contained in:
les
2019-09-06 11:58:11 +02:00
parent 2c24591621
commit beebca7ab9
31 changed files with 195 additions and 149 deletions

View File

@@ -50,7 +50,8 @@ export default {
me: 'Sei te',
password_updated: 'Password modificata!',
username: 'Nickname',
comments: 'nessun commento|un commento|{n} commenti'
comments: 'nessun commento|un commento|{n} commenti',
activate_user: 'Confermato'
},
login: {
@@ -170,6 +171,12 @@ export default {
email_taken: 'Questa email è già registrata'
},
confirm: {
title: 'Conferma utente',
not_valid: 'Mmmmm qualcosa è andato storto.',
valid: 'Il tuo account è stato confermato, ora puoi <a href="/login">entrare</a>',
},
ordinal: {
1: 'primo',
2: 'secondo',