Added Italian translation

This commit is contained in:
Lota Bi 2022-02-07 10:44:13 +01:00 committed by GitHub
parent 8b5a2dfb6b
commit 2f442e68a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,12 @@
[SETTINGS_CHANGE_PASSWORD]
LEGEND_CHANGE_PASSWORD = "Cambia password"
LABEL_CURRENT_PASSWORD = "Password attuale"
LABEL_NEW_PASSWORD = "Nuova password"
LABEL_REPEAT_PASSWORD = "Conferma nuova password"
BUTTON_UPDATE_PASSWORD = "Imposta nuova password"
ERROR_PASSWORD_MISMATCH = "Le password non corrispondono, riprova"
[NOTIFICATIONS]
COULD_NOT_SAVE_NEW_PASSWORD = "Non è stato possibile salvare la nuova password"
CURRENT_PASSWORD_INCORRECT = "La password attuale non è corretta"
NEW_PASSWORD_SHORT = "La password scelta è troppo breve"
NEW_PASSWORD_WEAK = "La password scelta non è abbastanza complessa"