Update to prepare new home assisntant version (0.111)
This commit is contained in:
25
custom_components/georide/translations/en.json
Normal file
25
custom_components/georide/translations/en.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
25
custom_components/georide/translations/fr.json
Normal file
25
custom_components/georide/translations/fr.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"config": {
|
||||
"title": "GeoRide",
|
||||
"step": {
|
||||
"georide_login": {
|
||||
"title": "Configuration de GeoRide",
|
||||
"description": "T'es un motard ! V",
|
||||
"data": {
|
||||
"email": "email",
|
||||
"password": "password"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"faulty_credentials": "Connexion \u00e9chou\u00e9e",
|
||||
"unkonwn": "Erreur inconnue"
|
||||
},
|
||||
"abort": {
|
||||
"one_instance_allowed": "Seulement une instance est autoris\u00e9e"
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "\n\nConnexion r\u00e9ussie !"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user