Add support of file-config-flow

This commit is contained in:
2019-10-26 17:52:25 +02:00
parent 62dde71161
commit 04872ac973
4 changed files with 57 additions and 7 deletions

View File

@@ -4,11 +4,17 @@
"step": {
"user": {
"title": "Set up Georide",
"description": "Are you sure you want to set up OwnTracks?"
"description": "Are you sure you want to set up Georide?",
"data": {
"email": "email",
"password": "password"
}
}
},
"abort": {
"one_instance_allowed": "Only a single instance is allowed."
"one_instance_allowed": "Only a single instance is allowed.",
"no_credential": "You need to add your credentails."
},
"create_entry": {
"default": "\n\nJust give your credentials"