Chatwoot/app/javascript/dashboard/i18n/locale/he/setNewPassword.json
Sojan Jose 7a7f6234b1
chore: Enable Polish (pl), update translations (#2403)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-06-15 22:15:18 +05:30

20 lines
548 B
JSON

{
"SET_NEW_PASSWORD": {
"TITLE": "Set New Password",
"PASSWORD": {
"LABEL": "סיסמה",
"PLACEHOLDER": "סיסמה",
"ERROR": "Password is too short"
},
"CONFIRM_PASSWORD": {
"LABEL": "Confirm Password",
"PLACEHOLDER": "Confirm Password",
"ERROR": "Passwords do not match"
},
"API": {
"SUCCESS_MESSAGE": "Successfully changed the password",
"ERROR_MESSAGE": "לא ניתן להתחבר לשרת Woot, נסה שוב מאוחר יותר"
},
"SUBMIT": "שלח"
}
}