Files
leadchat/app/javascript/dashboard/i18n/locale/lt/resetPassword.json
Chatwoot Bot 3dedfee350 chore: Update translations (#7033)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-05-06 15:10:50 +05:30

16 lines
440 B
JSON

{
"RESET_PASSWORD": {
"TITLE": "Atstatyti slaptažodį",
"EMAIL": {
"LABEL": "El. paštas",
"PLACEHOLDER": "Prašau įveskite jūsų el. paštą.",
"ERROR": "Prašau įveskite teisingą el. paštą."
},
"API": {
"SUCCESS_MESSAGE": "Password reset link has been sent to your email.",
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
},
"SUBMIT": "Pateikti"
}
}