#1467 Rearrange old keys migration so no entries get lost

- 'error' was an old entry but now we have multiple entries under 'error' (which is now a section), so we need to ensure that we migrate the old 'error' entry before the migration sets anything under that path
This commit is contained in:
ljacqu
2018-02-02 18:53:08 +01:00
parent f44353ed4c
commit 1d6d9eb764
34 changed files with 154 additions and 105 deletions
+3 -3
View File
@@ -22,7 +22,7 @@ password:
login:
command_usage: '&cUtilizzo: /login <password>'
wrong_password: '&cPassword non corretta!'
# TODO success: '&2Successful login!'
success: '&2Autenticazione eseguita correttamente!'
login_request: '&cPer favore, esegui l''autenticazione con il comando: /login <password>'
timeout_error: '&4Tempo scaduto per eseguire l''autenticazione, sei stato espulso dal server, per favore riprova!'
@@ -33,7 +33,7 @@ error:
unregistered_user: '&cL''utente non ha ancora eseguito la registrazione.'
not_logged_in: '&cNon hai ancora eseguito l''autenticazione!'
no_permission: '&4Non hai il permesso di eseguire questa operazione.'
# TODO unexpected_error: '&4An unexpected error occurred, please contact an administrator!'
unexpected_error: '&4Qualcosa è andato storto, riporta questo errore ad un amministratore!'
max_registration: '&cHai raggiunto il numero massimo di registrazioni (%reg_count/%max_acc %reg_names) per questo indirizzo IP!'
logged_in: '&cHai già eseguito l''autenticazione, non è necessario eseguirla nuovamente!'
kick_for_vip: '&3Un utente VIP è entrato mentre il server era pieno e ha preso il tuo posto!'
@@ -135,4 +135,4 @@ time:
hour: 'ora'
hours: 'ore'
day: 'giorno'
days: 'giorni'
days: 'giorni'