Update to prepare new home assisntant version (0.111)

This commit is contained in:
2020-05-21 20:40:19 +02:00
parent ef783db79b
commit a8274f7fd1
6 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,25 @@
{
"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"
}
}
}