mirror of
https://github.com/lingble/chatwoot.git
synced 2026-03-20 03:52:43 +00:00
24 lines
638 B
JSON
24 lines
638 B
JSON
{
|
|
"SET_NEW_PASSWORD": {
|
|
"TITLE": "Set new password",
|
|
"PASSWORD": {
|
|
"LABEL": "Password",
|
|
"PLACEHOLDER": "Password",
|
|
"ERROR": "Password troppo corta."
|
|
},
|
|
"CONFIRM_PASSWORD": {
|
|
"LABEL": "Confirm password",
|
|
"PLACEHOLDER": "Conferma password",
|
|
"ERROR": "Le password non corrispondono."
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Password cambiata con successo.",
|
|
"ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi"
|
|
},
|
|
"CAPTCHA": {
|
|
"ERROR": "Verifica scaduta. Si prega di risolvere nuovamente il captcha."
|
|
},
|
|
"SUBMIT": "Invia"
|
|
}
|
|
}
|