wisemapping-frontend/src/lang/en.json

30 lines
851 B
JSON
Raw Normal View History

2020-11-27 04:03:24 +01:00
{
2020-11-27 23:52:35 +01:00
"DONT_HAVE_ACCOUNT": {
"defaultMessage": "Don't have an account ?"
},
2020-11-27 04:03:24 +01:00
"EMAIL": {
"defaultMessage": "Email"
},
"FORGOT_PASSWORD": {
"defaultMessage": "Forgot Password ?"
},
"LOG_INTO": {
"defaultMessage": "Log Into Your Account"
},
2020-11-27 23:52:35 +01:00
"NO_PRODUCTION_DATABASE_CONFIGURED": {
"defaultMessage": "Warning: 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"
},
2020-11-27 04:03:24 +01:00
"PASSWORD": {
"defaultMessage": "Password"
},
"REMEMBER_ME": {
"defaultMessage": "Remember me"
},
"SING_IN": {
"defaultMessage": "Sign In"
},
"WELCOME": {
"defaultMessage": "Welcome"
}
}