mirror of
https://github.com/elisspace/core.git
synced 2026-09-01 08:53:56 +00:00
19 lines
446 B
JSON
19 lines
446 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Location in Sweden",
|
|
"data": {
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"name_exists": "Name already exists",
|
|
"wrong_location": "Location Sweden only"
|
|
}
|
|
}
|
|
}
|