mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-10 17:33:24 +01:00
Fix minor errors
This commit is contained in:
parent
d2eb98d1c0
commit
3a5ed9dd69
@ -1 +1 @@
|
|||||||
[{"/Users/pveiga/repos/wisemapping-react/src/Footer.js":"1","/Users/pveiga/repos/wisemapping-react/src/Header.js":"2","/Users/pveiga/repos/wisemapping-react/src/index.js":"3","/Users/pveiga/repos/wisemapping-react/src/LoginPage.js":"4"},{"size":2117,"mtime":1606670064431,"results":"5","hashOfConfig":"6"},{"size":1572,"mtime":1606670050593,"results":"7","hashOfConfig":"6"},{"size":777,"mtime":1606670265242,"results":"8","hashOfConfig":"6"},{"size":4012,"mtime":1606670278388,"results":"9","hashOfConfig":"6"},{"filePath":"10","messages":"11","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1xegajf",{"filePath":"12","messages":"13","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"14","messages":"15","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"16","messages":"17","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"/Users/pveiga/repos/wisemapping-react/src/Footer.js",[],"/Users/pveiga/repos/wisemapping-react/src/Header.js",[],"/Users/pveiga/repos/wisemapping-react/src/index.js",[],"/Users/pveiga/repos/wisemapping-react/src/LoginPage.js",["18"],{"ruleId":"19","severity":1,"message":"20","line":7,"column":7,"nodeType":"21","messageId":"22","endLine":7,"endColumn":26},"no-unused-vars","'ConfigStatusMessage' is defined but never used.","Identifier","unusedVar"]
|
[{"/Users/pveiga/repos/wisemapping-react/src/Footer.js":"1","/Users/pveiga/repos/wisemapping-react/src/Header.js":"2","/Users/pveiga/repos/wisemapping-react/src/index.js":"3","/Users/pveiga/repos/wisemapping-react/src/LoginPage.js":"4"},{"size":1864,"mtime":1606671502544,"results":"5","hashOfConfig":"6"},{"size":1572,"mtime":1606670050593,"results":"7","hashOfConfig":"6"},{"size":777,"mtime":1606670265242,"results":"8","hashOfConfig":"6"},{"size":4070,"mtime":1606672449720,"results":"9","hashOfConfig":"6"},{"filePath":"10","messages":"11","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1xegajf",{"filePath":"12","messages":"13","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"14","messages":"15","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"16","messages":"17","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/pveiga/repos/wisemapping-react/src/Footer.js",[],"/Users/pveiga/repos/wisemapping-react/src/Header.js",[],"/Users/pveiga/repos/wisemapping-react/src/index.js",[],"/Users/pveiga/repos/wisemapping-react/src/LoginPage.js",[]]
|
16
lang/en.json
16
lang/en.json
@ -6,25 +6,25 @@
|
|||||||
"defaultMessage": "Contact Us"
|
"defaultMessage": "Contact Us"
|
||||||
},
|
},
|
||||||
"footer.donations": {
|
"footer.donations": {
|
||||||
"defaultMessage": "PayPal footer.donations"
|
"defaultMessage": "PayPal Donations"
|
||||||
},
|
},
|
||||||
"header.donthaveaccount": {
|
"header.donthaveaccount": {
|
||||||
"defaultMessage": "Don't have an account ?"
|
"defaultMessage": "Don't have an account ?"
|
||||||
},
|
},
|
||||||
"login.email": {
|
"login.email": {
|
||||||
"defaultMessage": "login.email"
|
"defaultMessage": "Email"
|
||||||
},
|
},
|
||||||
"footer.faq": {
|
"footer.faq": {
|
||||||
"defaultMessage": "F.A.Q."
|
"defaultMessage": "F.A.Q."
|
||||||
},
|
},
|
||||||
"footer.feedback": {
|
"footer.feedback": {
|
||||||
"defaultMessage": "footer.feedback"
|
"defaultMessage": "Feedback"
|
||||||
},
|
},
|
||||||
"login.forgotpwd": {
|
"login.forgotpwd": {
|
||||||
"defaultMessage": "Forgot login.password ?"
|
"defaultMessage": "Forgot Password ?"
|
||||||
},
|
},
|
||||||
"login.error": {
|
"login.error": {
|
||||||
"defaultMessage": "The login.email address or login.password you entered is not valid."
|
"defaultMessage": "The email address or password you entered is not valid."
|
||||||
},
|
},
|
||||||
"login.loginto": {
|
"login.loginto": {
|
||||||
"defaultMessage": "Log Into Your Account"
|
"defaultMessage": "Log Into Your Account"
|
||||||
@ -37,7 +37,7 @@
|
|||||||
"defaultMessage": "Open Source"
|
"defaultMessage": "Open Source"
|
||||||
},
|
},
|
||||||
"login.password": {
|
"login.password": {
|
||||||
"defaultMessage": "login.password"
|
"defaultMessage": "Password"
|
||||||
},
|
},
|
||||||
"login.remberme": {
|
"login.remberme": {
|
||||||
"defaultMessage": "Remember me"
|
"defaultMessage": "Remember me"
|
||||||
@ -52,9 +52,9 @@
|
|||||||
"defaultMessage": "Term And Conditions"
|
"defaultMessage": "Term And Conditions"
|
||||||
},
|
},
|
||||||
"login.userinactive": {
|
"login.userinactive": {
|
||||||
"defaultMessage": "Sorry, your account has not been activated yet. You'll receive a notification login.email when it becomes active. Stay tuned!."
|
"defaultMessage": "Sorry, your account has not been activated yet. You'll receive a notification email when it becomes active. Stay tuned!."
|
||||||
},
|
},
|
||||||
"login.welcome": {
|
"login.welcome": {
|
||||||
"defaultMessage": "login.welcome"
|
"defaultMessage": "Welcome"
|
||||||
}
|
}
|
||||||
}
|
}
|
12
lang/es.json
12
lang/es.json
@ -12,19 +12,19 @@
|
|||||||
"defaultMessage": "No tienes una cuenta ?"
|
"defaultMessage": "No tienes una cuenta ?"
|
||||||
},
|
},
|
||||||
"login.email": {
|
"login.email": {
|
||||||
"defaultMessage": "login.email"
|
"defaultMessage": "Email"
|
||||||
},
|
},
|
||||||
"footer.faq": {
|
"footer.faq": {
|
||||||
"defaultMessage": "F.A.Q."
|
"defaultMessage": "Preguntas Frecuentes"
|
||||||
},
|
},
|
||||||
"footer.feedback": {
|
"footer.feedback": {
|
||||||
"defaultMessage": "footer.feedback"
|
"defaultMessage": "Feedback"
|
||||||
},
|
},
|
||||||
"login.forgotpwd": {
|
"login.forgotpwd": {
|
||||||
"defaultMessage": "Olvidaste el login.password ?"
|
"defaultMessage": "Olvidaste la contraseña ?"
|
||||||
},
|
},
|
||||||
"login.error": {
|
"login.error": {
|
||||||
"defaultMessage": "El login.email or la contraseña no es valida."
|
"defaultMessage": "El email o la contraseña no es valida."
|
||||||
},
|
},
|
||||||
"login.loginto": {
|
"login.loginto": {
|
||||||
"defaultMessage": "Ingresar a tu Cuenta"
|
"defaultMessage": "Ingresar a tu Cuenta"
|
||||||
@ -52,7 +52,7 @@
|
|||||||
"defaultMessage": "Terminos y Condiciones"
|
"defaultMessage": "Terminos y Condiciones"
|
||||||
},
|
},
|
||||||
"login.userinactive": {
|
"login.userinactive": {
|
||||||
"defaultMessage": "Sorry, your account has not been activated yet. You'll receive a notification login.email when it becomes active. Stay tuned!."
|
"defaultMessage": "Sorry, your account has not been activated yet. You'll receive a notification email when it becomes active. Stay tuned!."
|
||||||
},
|
},
|
||||||
"login.welcome": {
|
"login.welcome": {
|
||||||
"defaultMessage": "Bienvenido"
|
"defaultMessage": "Bienvenido"
|
||||||
|
@ -4,43 +4,25 @@ import { ReactComponent as Logo } from './images/logo-text.svg'
|
|||||||
|
|
||||||
class Footer extends React.Component {
|
class Footer extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
return ( <
|
return (
|
||||||
footer class = "footer" >
|
<footer class="footer" >
|
||||||
<
|
<Logo />
|
||||||
Logo / >
|
<div >
|
||||||
<
|
<div><a href="termsofuse.html" > < FormattedMessage id="footer.termsandconditions" defaultMessage="Term And Conditions" /> </a></div>
|
||||||
div >
|
<div><a href="faq.html" > < FormattedMessage id="footer.faq" defaultMessage="F.A.Q." /> </a></div >
|
||||||
<
|
<div><a href="aboutus.html" > < FormattedMessage id="footer.aboutus" defaultMessage="About Us" /></a></div >
|
||||||
div > < a href = "termsofuse.html" > < FormattedMessage id = "footer.termsandconditions"
|
</div>
|
||||||
defaultMessage = "Term And Conditions" / > < /a></div >
|
<div >
|
||||||
<
|
<div><a href="http://www.wisemapping.org/" > < FormattedMessage id="footer.opensource" defaultMessage="Open Source" /> </a></div>
|
||||||
div > < a href = "footer.faq.html" > < FormattedMessage id = "footer.faq"
|
<div><a href="mailto:team@wisemapping.com" > < FormattedMessage id="footer.contactus" defaultMessage="Contact Us" /> </a></div>
|
||||||
defaultMessage = "F.A.Q." / > < /a></div >
|
<div>< a href="mailto:feedback@wisemapping.com" > < FormattedMessage id="footer.feedback" defaultMessage="Feedback" /> </a></div>
|
||||||
<
|
</div>
|
||||||
div > < a href = "aboutus.html" > < FormattedMessage id = "footer.aboutus"
|
<div>
|
||||||
defaultMessage = "About Us" / > < /a></div >
|
<div>
|
||||||
<
|
<span id="siteseal" ><script async type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=iGLOz83ePtxZCiqwz4QuXb7OQWXTflEIPdOnuR2PzaUwSru3lYJNEj9VdqJ1" > </script></span ></div>
|
||||||
/div> <
|
<div><span class="button-style2" >< a href="https://www.paypal.com/webapps/shoppingcart?flowlogging_id=c7ac923b53025&mfid=1606520600355_c7ac923b53025#/checkout/openButton">< FormattedMessage id="footer.donations" defaultMessage="PayPal Donations" /> </a></span > </div>
|
||||||
div >
|
</div >
|
||||||
<
|
</footer>
|
||||||
div > < a href = "http://www.wisemapping.org/" > < FormattedMessage id = "footer.opensource"
|
|
||||||
defaultMessage = "Open Source" / > < /a></div >
|
|
||||||
<
|
|
||||||
div > < a href = "mailto:team@wisemapping.com" > < FormattedMessage id = "footer.contactus"
|
|
||||||
defaultMessage = "Contact Us" / > < /a></div >
|
|
||||||
<
|
|
||||||
div > < a href = "mailto:footer.feedback@wisemapping.com" > < FormattedMessage id = "footer.feedback"
|
|
||||||
defaultMessage = "footer.feedback" / > < /a></div >
|
|
||||||
<
|
|
||||||
/div> <
|
|
||||||
div >
|
|
||||||
<
|
|
||||||
div > < span id = "siteseal" > < script async type = "text/javascript"
|
|
||||||
src = "https://seal.godaddy.com/getSeal?sealID=iGLOz83ePtxZCiqwz4QuXb7OQWXTflEIPdOnuR2PzaUwSru3lYJNEj9VdqJ1" > < /script></span > < /div> <
|
|
||||||
div > < span class = "button-style2" > < a href = "https://www.paypal.com/webapps/shoppingcart?flowlogging_id=c7ac923b53025&mfid=1606520600355_c7ac923b53025#/checkout/openButton" > < FormattedMessage id = "footer.donations"
|
|
||||||
defaultMessage = "PayPal footer.donations" / > < /a></span > < /div> < /
|
|
||||||
div > <
|
|
||||||
/footer>
|
|
||||||
)
|
)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import {FormattedMessage, IntlProvider,injectIntl } from 'react-intl'
|
import { FormattedMessage, IntlProvider, injectIntl } from 'react-intl'
|
||||||
|
|
||||||
import Header from './Header.js';
|
import Header from './Header.js';
|
||||||
import Footer from './Footer.js';
|
import Footer from './Footer.js';
|
||||||
@ -13,13 +13,19 @@ class ConfigStatusMessage extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
let result;
|
||||||
<div class="db-warn-msg">
|
|
||||||
|
if (this.state.enabled===true) {
|
||||||
|
result = (<div class="db-warn-msg">
|
||||||
<p>
|
<p>
|
||||||
<FormattedMessage id="login.hsqldbcofig" 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" /><a href="https://wisemapping.atlassian.net/wiki/display/WS/Database+Configuration"> here</a>
|
<FormattedMessage id="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" /><a href="https://wisemapping.atlassian.net/wiki/display/WS/Database+Configuration"> here</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>);
|
||||||
);
|
} else {
|
||||||
|
result = <span></span>;
|
||||||
|
}
|
||||||
|
|
||||||
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -28,7 +34,7 @@ class LoginError extends React.Component {
|
|||||||
super(props)
|
super(props)
|
||||||
// @Todo: This must be reviewed to be based on navigation state.
|
// @Todo: This must be reviewed to be based on navigation state.
|
||||||
// Login error example: http://localhost:8080/c/login?login.error=2
|
// Login error example: http://localhost:8080/c/login?login.error=2
|
||||||
const errorCode = new URLSearchParams(window.location.search).get('login.error');
|
const errorCode = new URLSearchParams(window.location.search).get('login_error');
|
||||||
this.state = {
|
this.state = {
|
||||||
errorCode: errorCode
|
errorCode: errorCode
|
||||||
}
|
}
|
||||||
@ -69,14 +75,14 @@ class LoginForm extends React.Component {
|
|||||||
return (
|
return (
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h1><FormattedMessage id="login.welcome" defaultMessage="login.welcome" /></h1>
|
<h1><FormattedMessage id="login.welcome" defaultMessage="Welcome" /></h1>
|
||||||
<p><FormattedMessage id="login.loginto" defaultMessage="Log Into Your Account" /></p>
|
<p><FormattedMessage id="login.loginto" defaultMessage="Log Into Your Account" /></p>
|
||||||
|
|
||||||
<LoginError />
|
<LoginError />
|
||||||
|
|
||||||
<form action="/c/perform-login" method="POST">
|
<form action="/c/perform-login" method="POST">
|
||||||
<input type="email" name="username" placeholder={intl.formatMessage({ id: "login.email", defaultMessage: "login.email" })} required="true" autocomplete="login.email" />
|
<input type="email" name="username" placeholder={intl.formatMessage({ id: "login.email", defaultMessage: "Email" })} required="true" autocomplete="email" />
|
||||||
<input type="password" name="login.password" placeholder={intl.formatMessage({ id: "login.password", defaultMessage: "login.password" })} required="true" autocomplete="current-login.password" />
|
<input type="password" name="password" placeholder={intl.formatMessage({ id: "login.password", defaultMessage: "Password" })} required="true" autocomplete="current-password" />
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<input name="_spring_security_login.remberme" id="staySignIn" type="checkbox" />
|
<input name="_spring_security_login.remberme" id="staySignIn" type="checkbox" />
|
||||||
@ -84,7 +90,7 @@ class LoginForm extends React.Component {
|
|||||||
</div>
|
</div>
|
||||||
<input type="submit" value={intl.formatMessage({ id: "login.signin", defaultMessage: "Sign In" })} />
|
<input type="submit" value={intl.formatMessage({ id: "login.signin", defaultMessage: "Sign In" })} />
|
||||||
</form>
|
</form>
|
||||||
<a href="/c/user/resetlogin.password"><FormattedMessage id="login.forgotpwd" defaultMessage="Forgot login.password ?" /></a>
|
<a href="/c/user/resetlogin.password"><FormattedMessage id="login.forgotpwd" defaultMessage="Forgot Password ?" /></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
@ -100,7 +106,7 @@ class LoginPage extends React.Component {
|
|||||||
|
|
||||||
this.state = {
|
this.state = {
|
||||||
locale: locale,
|
locale: locale,
|
||||||
messages: messages
|
messages: messages
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -110,14 +116,14 @@ class LoginPage extends React.Component {
|
|||||||
<div>
|
<div>
|
||||||
<Header type='login' />
|
<Header type='login' />
|
||||||
<LoginForm />
|
<LoginForm />
|
||||||
{/* <ConfigStatusMessage enabled='false' /> */}
|
<ConfigStatusMessage enabled='false' />
|
||||||
<Footer />
|
<Footer />
|
||||||
</div>
|
</div>
|
||||||
</IntlProvider>
|
</IntlProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LoginForm = injectIntl(LoginForm)
|
LoginForm = injectIntl(LoginForm)
|
||||||
|
|
||||||
export default LoginPage;
|
export default LoginPage;
|
||||||
|
|
||||||
|
@ -1,78 +1,116 @@
|
|||||||
{
|
{
|
||||||
"footer.aboutus": [{
|
"footer.aboutus": [
|
||||||
"type": 0,
|
{
|
||||||
"value": "About Us"
|
"type": 0,
|
||||||
}],
|
"value": "About Us"
|
||||||
"footer.contactus": [{
|
}
|
||||||
"type": 0,
|
],
|
||||||
"value": "Contact Us"
|
"footer.contactus": [
|
||||||
}],
|
{
|
||||||
"footer.donations": [{
|
"type": 0,
|
||||||
"type": 0,
|
"value": "Contact Us"
|
||||||
"value": "PayPal footer.donations"
|
}
|
||||||
}],
|
],
|
||||||
"header.donthaveaccount": [{
|
"footer.donations": [
|
||||||
"type": 0,
|
{
|
||||||
"value": "Don't have an account ?"
|
"type": 0,
|
||||||
}],
|
"value": "PayPal Donations"
|
||||||
"login.email": [{
|
}
|
||||||
"type": 0,
|
],
|
||||||
"value": "login.email"
|
"footer.faq": [
|
||||||
}],
|
{
|
||||||
"footer.faq": [{
|
"type": 0,
|
||||||
"type": 0,
|
"value": "F.A.Q."
|
||||||
"value": "F.A.Q."
|
}
|
||||||
}],
|
],
|
||||||
"footer.feedback": [{
|
"footer.feedback": [
|
||||||
"type": 0,
|
{
|
||||||
"value": "footer.feedback"
|
"type": 0,
|
||||||
}],
|
"value": "Feedback"
|
||||||
"login.forgotpwd": [{
|
}
|
||||||
"type": 0,
|
],
|
||||||
"value": "Forgot login.password ?"
|
"footer.opensource": [
|
||||||
}],
|
{
|
||||||
"login.error": [{
|
"type": 0,
|
||||||
"type": 0,
|
"value": "Open Source"
|
||||||
"value": "The login.email address or login.password you entered is not valid."
|
}
|
||||||
}],
|
],
|
||||||
"login.loginto": [{
|
"footer.termsandconditions": [
|
||||||
"type": 0,
|
{
|
||||||
"value": "Log Into Your Account"
|
"type": 0,
|
||||||
}],
|
"value": "Term And Conditions"
|
||||||
"login.hsqldbcofig": [{
|
}
|
||||||
"type": 0,
|
],
|
||||||
"value": "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"
|
"header.donthaveaccount": [
|
||||||
}],
|
{
|
||||||
"footer.opensource": [{
|
"type": 0,
|
||||||
"type": 0,
|
"value": "Don't have an account ?"
|
||||||
"value": "Open Source"
|
}
|
||||||
}],
|
],
|
||||||
"login.password": [{
|
"login.email": [
|
||||||
"type": 0,
|
{
|
||||||
"value": "login.password"
|
"type": 0,
|
||||||
}],
|
"value": "Email"
|
||||||
"login.remberme": [{
|
}
|
||||||
"type": 0,
|
],
|
||||||
"value": "Remember me"
|
"login.error": [
|
||||||
}],
|
{
|
||||||
"login.signin": [{
|
"type": 0,
|
||||||
"type": 0,
|
"value": "The email address or password you entered is not valid."
|
||||||
"value": "Sign In"
|
}
|
||||||
}],
|
],
|
||||||
"login.signup": [{
|
"login.forgotpwd": [
|
||||||
"type": 0,
|
{
|
||||||
"value": "Sign Up"
|
"type": 0,
|
||||||
}],
|
"value": "Forgot Password ?"
|
||||||
"footer.termsandconditions": [{
|
}
|
||||||
"type": 0,
|
],
|
||||||
"value": "Term And Conditions"
|
"login.hsqldbcofig": [
|
||||||
}],
|
{
|
||||||
"login.userinactive": [{
|
"type": 0,
|
||||||
"type": 0,
|
"value": "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"
|
||||||
"value": "Sorry, your account has not been activated yet. You'll receive a notification login.email when it becomes active. Stay tuned!."
|
}
|
||||||
}],
|
],
|
||||||
"login.welcome": [{
|
"login.loginto": [
|
||||||
"type": 0,
|
{
|
||||||
"value": "login.welcome"
|
"type": 0,
|
||||||
}]
|
"value": "Log Into Your Account"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"login.password": [
|
||||||
|
{
|
||||||
|
"type": 0,
|
||||||
|
"value": "Password"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"login.remberme": [
|
||||||
|
{
|
||||||
|
"type": 0,
|
||||||
|
"value": "Remember me"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"login.signin": [
|
||||||
|
{
|
||||||
|
"type": 0,
|
||||||
|
"value": "Sign In"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"login.signup": [
|
||||||
|
{
|
||||||
|
"type": 0,
|
||||||
|
"value": "Sign Up"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"login.userinactive": [
|
||||||
|
{
|
||||||
|
"type": 0,
|
||||||
|
"value": "Sorry, your account has not been activated yet. You'll receive a notification email when it becomes active. Stay tuned!."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"login.welcome": [
|
||||||
|
{
|
||||||
|
"type": 0,
|
||||||
|
"value": "Welcome"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
@ -1,78 +1,116 @@
|
|||||||
{
|
{
|
||||||
"footer.aboutus": [{
|
"footer.aboutus": [
|
||||||
"type": 0,
|
{
|
||||||
"value": "Sobre Nosotros"
|
"type": 0,
|
||||||
}],
|
"value": "Sobre Nosotros"
|
||||||
"footer.contactus": [{
|
}
|
||||||
"type": 0,
|
],
|
||||||
"value": "Contáctenos"
|
"footer.contactus": [
|
||||||
}],
|
{
|
||||||
"footer.donations": [{
|
"type": 0,
|
||||||
"type": 0,
|
"value": "Contáctenos"
|
||||||
"value": "PayPal Donaciones"
|
}
|
||||||
}],
|
],
|
||||||
"header.donthaveaccount": [{
|
"footer.donations": [
|
||||||
"type": 0,
|
{
|
||||||
"value": "No tienes una cuenta ?"
|
"type": 0,
|
||||||
}],
|
"value": "PayPal Donaciones"
|
||||||
"login.email": [{
|
}
|
||||||
"type": 0,
|
],
|
||||||
"value": "login.email"
|
"footer.faq": [
|
||||||
}],
|
{
|
||||||
"footer.faq": [{
|
"type": 0,
|
||||||
"type": 0,
|
"value": "Preguntas Frecuentes"
|
||||||
"value": "F.A.Q."
|
}
|
||||||
}],
|
],
|
||||||
"footer.feedback": [{
|
"footer.feedback": [
|
||||||
"type": 0,
|
{
|
||||||
"value": "footer.feedback"
|
"type": 0,
|
||||||
}],
|
"value": "Feedback"
|
||||||
"login.forgotpwd": [{
|
}
|
||||||
"type": 0,
|
],
|
||||||
"value": "Olvidaste el login.password ?"
|
"footer.opensource": [
|
||||||
}],
|
{
|
||||||
"login.error": [{
|
"type": 0,
|
||||||
"type": 0,
|
"value": "Open Source"
|
||||||
"value": "El login.email or la contraseña no es valida."
|
}
|
||||||
}],
|
],
|
||||||
"login.loginto": [{
|
"footer.termsandconditions": [
|
||||||
"type": 0,
|
{
|
||||||
"value": "Ingresar a tu Cuenta"
|
"type": 0,
|
||||||
}],
|
"value": "Terminos y Condiciones"
|
||||||
"login.hsqldbcofig": [{
|
}
|
||||||
"type": 0,
|
],
|
||||||
"value": "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"
|
"header.donthaveaccount": [
|
||||||
}],
|
{
|
||||||
"footer.opensource": [{
|
"type": 0,
|
||||||
"type": 0,
|
"value": "No tienes una cuenta ?"
|
||||||
"value": "Open Source"
|
}
|
||||||
}],
|
],
|
||||||
"login.password": [{
|
"login.email": [
|
||||||
"type": 0,
|
{
|
||||||
"value": "Contraseña"
|
"type": 0,
|
||||||
}],
|
"value": "Email"
|
||||||
"login.remberme": [{
|
}
|
||||||
"type": 0,
|
],
|
||||||
"value": "Recordarme"
|
"login.error": [
|
||||||
}],
|
{
|
||||||
"login.signin": [{
|
"type": 0,
|
||||||
"typye": 0,
|
"value": "El email o la contraseña no es valida."
|
||||||
"value": "Ingresar"
|
}
|
||||||
}],
|
],
|
||||||
"login.signup": [{
|
"login.forgotpwd": [
|
||||||
"type": 0,
|
{
|
||||||
"value": "Registrarse"
|
"type": 0,
|
||||||
}],
|
"value": "Olvidaste la contraseña ?"
|
||||||
"footer.termsandconditions": [{
|
}
|
||||||
"type": 0,
|
],
|
||||||
"value": "Terminos y Condiciones"
|
"login.hsqldbcofig": [
|
||||||
}],
|
{
|
||||||
"login.userinactive": [{
|
"type": 0,
|
||||||
"type": 0,
|
"value": "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"
|
||||||
"value": "Sorry, your account has not been activated yet. You'll receive a notification login.email when it becomes active. Stay tuned!."
|
}
|
||||||
}],
|
],
|
||||||
"login.welcome": [{
|
"login.loginto": [
|
||||||
"type": 0,
|
{
|
||||||
"value": "Bienvenido"
|
"type": 0,
|
||||||
}]
|
"value": "Ingresar a tu Cuenta"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"login.password": [
|
||||||
|
{
|
||||||
|
"type": 0,
|
||||||
|
"value": "Contraseña"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"login.remberme": [
|
||||||
|
{
|
||||||
|
"type": 0,
|
||||||
|
"value": "Recordarme"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"login.signin": [
|
||||||
|
{
|
||||||
|
"type": 0,
|
||||||
|
"value": "Ingresar"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"login.signup": [
|
||||||
|
{
|
||||||
|
"type": 0,
|
||||||
|
"value": "Registrarse"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"login.userinactive": [
|
||||||
|
{
|
||||||
|
"type": 0,
|
||||||
|
"value": "Sorry, your account has not been activated yet. You'll receive a notification email when it becomes active. Stay tuned!."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"login.welcome": [
|
||||||
|
{
|
||||||
|
"type": 0,
|
||||||
|
"value": "Bienvenido"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user