Add translation support

This commit is contained in:
2019-10-26 19:29:24 +02:00
parent 04872ac973
commit 9acc7345a8
4 changed files with 27 additions and 4 deletions

View File

@@ -0,0 +1,23 @@
{
"config": {
"title": "Georide",
"step": {
"user": {
"title": "Set up Georide",
"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.",
"no_credential": "You need to add your credentails."
},
"create_entry": {
"default": "\n\nJust give your credentials"
}
}
}