Add login failed treatment and renew token

This commit is contained in:
2019-11-02 16:04:44 +01:00
parent 3c9f42aa2b
commit 9399c8e11a
11 changed files with 192 additions and 103 deletions

View File

@@ -2,19 +2,21 @@
"config": {
"title": "GeoRide",
"step": {
"user": {
"georide_login": {
"title": "Set up GeoRide",
"description": "Are you sure you want to set up GeoRide ?",
"description": "Sign-in to georide",
"data": {
"email": "email",
"password": "password"
}
}
},
"error": {
"faulty_credentials": "Authorization failed",
"unknown": "Unknown error"
},
"abort": {
"one_instance_allowed": "Only a single instance is allowed.",
"no_credential": "You need to add your credentails."
"one_instance_allowed": "Only a single instance is allowed."
},
"create_entry": {
"default": "\n\nLogin succes"

View File

@@ -0,0 +1,25 @@
{
"config": {
"title": "GeoRide",
"step": {
"georide_login": {
"title": "Configuration de GeoRide",
"description": "T'es un mortard ! V",
"data": {
"email": "email",
"password": "password"
}
}
},
"error": {
"faulty_credentials": "Connexion \u00e9chou\u00e9",
"unkonwn": "Erreur inconue"
},
"abort": {
"one_instance_allowed": "Seulement un instance est authoris\u00e9e"
},
"create_entry": {
"default": "\n\nConnexion r\u00e9ussie!"
}
}
}