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.
GeoRideHA/custom_components/georide/translations/en.json

25 lines
524 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 one instance is allowed."
},
"create_entry": {
"default": "\n\nLogin success"
}
}
}