You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
528 B
25 lines
528 B
{
|
|
"config": {
|
|
"title": "GeoRide",
|
|
"step": {
|
|
"georide_login": {
|
|
"title": "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."
|
|
},
|
|
"create_entry": {
|
|
"default": "\n\nLogin succes"
|
|
}
|
|
}
|
|
} |