Files
leadchat/app/javascript/dashboard/i18n/locale/fi/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
652 B
JSON

{
"SET_NEW_PASSWORD": {
"TITLE": "Set new password",
"PASSWORD": {
"LABEL": "Salasana",
"PLACEHOLDER": "Salasana",
"ERROR": "Salasana on liian lyhyt."
},
"CONFIRM_PASSWORD": {
"LABEL": "Confirm password",
"PLACEHOLDER": "Vahvista salasana",
"ERROR": "Salasanat eivät täsmää."
},
"API": {
"SUCCESS_MESSAGE": "Salasanan vaihtaminen onnistui.",
"ERROR_MESSAGE": "Yhteyden muodostaminen Woot-palvelimelle ei onnistunut, yritä myöhemmin uudelleen"
},
"CAPTCHA": {
"ERROR": "Verification expired. Please solve captcha again."
},
"SUBMIT": "Lähetä"
}
}