Created
May 25, 2020 12:10
-
-
Save code-vagabond/4d6adfed983a32821b8e67201e283bd6 to your computer and use it in GitHub Desktop.
techboost/common
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"login": { | |
"label": "Email address", | |
"invalidEmail": "Invalid Email", | |
"password": "Password", | |
"login": "Login" | |
}, | |
"invitation": { | |
"title": "Invitation", | |
"subtitle": { | |
"admin": "You have been invited to TechBoost Community Manager as an admin, please insert a password to sign up:", | |
"challenge-admin": "You have been invited to a TechBoost challenge as an organizer, please insert a password to sign up and view our challenge:", | |
"participant": "You have been invited to participate in a TechBoost Challenge, please insert a password to sign up and view our challenge:" | |
}, | |
"button": "Create Account", | |
"success": { | |
"thankyou": "Thank you !", | |
"instruction": "We just sent you a link to activate your account." | |
}, | |
"error": { | |
"message": "Invitation Code is invalid, please contact organizer." | |
} | |
}, | |
"dialog": { | |
"confirm": { | |
"text": "Are you sure ?", | |
"choices": { | |
"yes": "Yes", | |
"no": "No, cancel" | |
} | |
} | |
}, | |
"resetPassword": { | |
"init": { | |
"title": "Forgot password", | |
"subtitle": "To reset your password please insert your email, we will send you a link for reset.", | |
"inputLabel": "Email address", | |
"sendButton": "Send email", | |
"success": { | |
"title": "Thank you ! please check your inbox our spam for our password reset email", | |
"message": "You may close this tab now" | |
} | |
}, | |
"confirm": { | |
"title": "Reset password", | |
"label": "To reset your password please insert a valid new passwort.", | |
"resetButton": "Reset password" | |
}, | |
"success": { | |
"title": "Password resetted", | |
"loginButton": "To login" | |
}, | |
"error": { | |
"invalidToken": "Invalid token, please contact our support if you need help." | |
} | |
}, | |
"activateUser": { | |
"activated": "Your account as been activated !", | |
"continueButton": "Continue", | |
"error": "Could not find activation code, please contact support through our chat tool" | |
}, | |
"passwordRepeat": { | |
"password": "Password", | |
"minLength": "Minimum length of 8 characters", | |
"confirmPassword": "Confirm password", | |
"error": { | |
"notMatch": "Please make sure your passwords match." | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment