2021-06-15 16:45:18 +00:00
{
"REGISTER" : {
"TRY_WOOT" : "Register an account" ,
"TITLE" : "Register" ,
"TERMS_ACCEPT" : "By signing up, you agree to our <a href=\"https://www.chatwoot.com/terms\">T & C</a> and <a href=\"https://www.chatwoot.com/privacy-policy\">Privacy policy</a>" ,
"ACCOUNT_NAME" : {
2021-11-12 18:10:08 +00:00
"LABEL" : "שם החשבון" ,
2021-06-15 16:45:18 +00:00
"PLACEHOLDER" : "Enter an account name. eg: Wayne Enterprises" ,
"ERROR" : "Account name is too short"
} ,
"FULL_NAME" : {
"LABEL" : "Full name" ,
"PLACEHOLDER" : "Enter your full name. eg: Bruce Wayne" ,
"ERROR" : "Full name is too short"
} ,
"EMAIL" : {
"LABEL" : "Work email" ,
"PLACEHOLDER" : "Enter your work email address. eg: bruce@wayne.enterprises" ,
"ERROR" : "Email address is invalid"
} ,
"PASSWORD" : {
"LABEL" : "סיסמה" ,
"PLACEHOLDER" : "סיסמה" ,
2022-05-09 13:27:05 +00:00
"ERROR" : "הסיסמה קצרה מדי" ,
"IS_INVALID_PASSWORD" : "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character"
2021-06-15 16:45:18 +00:00
} ,
"CONFIRM_PASSWORD" : {
2021-10-26 17:31:52 +00:00
"LABEL" : "אמת סיסמה" ,
"PLACEHOLDER" : "אמת סיסמה" ,
2021-06-15 16:45:18 +00:00
"ERROR" : "Password doesnot match"
} ,
"API" : {
"SUCCESS_MESSAGE" : "Registration Successfull" ,
"ERROR_MESSAGE" : "לא ניתן להתחבר לשרת Woot, נסה שוב מאוחר יותר"
} ,
"SUBMIT" : "שלח" ,
"HAVE_AN_ACCOUNT" : "Already have an account?"
}
}