Add config step definition

This commit is contained in:
2019-10-26 17:26:34 +02:00
parent 94f97e4917
commit 62dde71161
3 changed files with 32 additions and 10 deletions

View File

@@ -0,0 +1,17 @@
{
"config": {
"title": "Georide",
"step": {
"user": {
"title": "Set up Georide",
"description": "Are you sure you want to set up OwnTracks?"
}
},
"abort": {
"one_instance_allowed": "Only a single instance is allowed."
},
"create_entry": {
"default": "\n\nJust give your credentials"
}
}
}