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

24 lines
662 B
JSON

{
"SET_NEW_PASSWORD": {
"TITLE": "Nustatyti naują slaptažodį",
"PASSWORD": {
"LABEL": "Slaptažodis",
"PLACEHOLDER": "Slaptažodis",
"ERROR": "Slaptažodis yra pertrumpas."
},
"CONFIRM_PASSWORD": {
"LABEL": "Patvirtinti slaptažodį",
"PLACEHOLDER": "Patvirtinti slaptažodį",
"ERROR": "Slaptažodžiai nesutampa."
},
"API": {
"SUCCESS_MESSAGE": "Successfully changed the password.",
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
},
"CAPTCHA": {
"ERROR": "Verification expired. Please solve captcha again."
},
"SUBMIT": "Pateikti"
}
}