wisemapping-frontend/packages/webapp/lang/en.json

114 lines
3.2 KiB
JSON
Raw Normal View History

2020-11-27 04:03:24 +01:00
{
2020-12-08 03:47:24 +01:00
"common.wait": {
"defaultMessage": "Please wait ..."
},
"footer.aboutus": {
"defaultMessage": "About Us"
},
"footer.contactus": {
"defaultMessage": "Contact Us"
},
"footer.donations": {
"defaultMessage": "PayPal Donations"
},
"footer.faq": {
"defaultMessage": "F.A.Q."
},
2020-12-09 04:35:02 +01:00
"footer.faqandhelp": {
"defaultMessage": "Help & FAQ"
},
2020-12-08 03:47:24 +01:00
"footer.feedback": {
"defaultMessage": "Feedback"
},
"footer.opensource": {
"defaultMessage": "Open Source"
},
2020-12-09 04:35:02 +01:00
"footer.others": {
"defaultMessage": "Others"
},
2020-12-08 03:47:24 +01:00
"footer.termsandconditions": {
"defaultMessage": "Term And Conditions"
},
2020-12-09 04:35:02 +01:00
"forgot.desc": {
"defaultMessage": "We will send you an email to reset your password"
},
"forgot.email": {
"defaultMessage": "Email"
},
"forgot.register": {
"defaultMessage": "Send recovery link"
},
"forgot.title": {
"defaultMessage": "Reset your password"
},
2020-12-08 03:47:24 +01:00
"header.donthaveaccount": {
"defaultMessage": "Don't have an account ?"
},
"header.haveaccount": {
"defaultMessage": "Already have an account?"
},
2020-12-09 04:35:02 +01:00
"login.desc": {
"defaultMessage": "Log Into Your Account"
},
2020-12-08 03:47:24 +01:00
"login.email": {
"defaultMessage": "Email"
},
"login.error": {
"defaultMessage": "The login.email address or login.password you entered is not valid."
},
"login.forgotpwd": {
"defaultMessage": "Forgot Password ?"
},
"login.hsqldbcofig": {
"defaultMessage": "Although HSQLDB is bundled with WiseMapping by default during the installation, we do not recommend this database for production use. Please consider using MySQL 5.7 instead. You can find more information how to configure MySQL",
"description": "Missing production database configured"
},
"login.password": {
"defaultMessage": "Password"
},
"login.remberme": {
"defaultMessage": "Remember me"
},
"login.signin": {
"defaultMessage": "Sign In"
},
"login.signup": {
"defaultMessage": "Sign Up"
},
2020-12-09 04:35:02 +01:00
"login.title": {
"defaultMessage": "Welcome"
},
2020-12-08 03:47:24 +01:00
"login.userinactive": {
"defaultMessage": "Sorry, your account has not been activated yet. You'll receive a notification login.email when it becomes active. Stay tuned!."
},
2020-12-09 04:35:02 +01:00
"registration.desc": {
"defaultMessage": "Signing up is free and just take a moment"
2020-12-08 03:47:24 +01:00
},
"registration.email": {
"defaultMessage": "Email"
},
"registration.firstname": {
"defaultMessage": "First Name"
},
"registration.lastname": {
"defaultMessage": "Last Name"
},
"registration.password": {
"defaultMessage": "Password"
},
"registration.register": {
"defaultMessage": "Register"
},
"registration.success.desc": {
2020-12-09 04:35:02 +01:00
"defaultMessage": "Click 'Sign In' button below and start creating mind maps."
2020-12-08 03:47:24 +01:00
},
"registration.success.title": {
"defaultMessage": "Your account has been created successfully"
},
"registration.termandconditions": {
"defaultMessage": "Terms of Service: Please check the WiseMapping Account information you've entered above, and review the Terms of Service here. By clicking on 'Register' below you are agreeing to the Terms of Service above and the Privacy Policy"
2020-12-09 04:35:02 +01:00
},
"registration.title": {
"defaultMessage": "Become a member of our comunity"
2020-12-08 03:47:24 +01:00
}
2020-11-27 04:03:24 +01:00
}