Login (1)

This commit is contained in:
paolo
2018-10-26 00:30:10 +02:00
parent 3d2b951d93
commit 1d42b184bb
14 changed files with 431 additions and 87 deletions

View File

@@ -1,7 +1,7 @@
const messages = {
it: {
msg: {
hello: 'Buongiorno!',
hello: 'Buongiorno',
myAppName: 'FreePlanet',
myDescriz: 'La prima App Libera e per Tutti'
},
@@ -27,6 +27,10 @@ const messages = {
sameaspassword: 'Le password devono essere identiche',
}
},
login:{
enter: 'Login',
errato: "Username o password errata. Riprovare",
}
},
enUs: {
msg: {
@@ -56,6 +60,10 @@ const messages = {
sameaspassword: 'Passwords must be identical',
}
},
login:{
enter: 'Login',
errato: "Username or password wrong. Please retry again",
}
},
};