mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 11:36:53 +00:00
17 lines
287 B
JSON
17 lines
287 B
JSON
{
|
|
"config": {
|
|
"title": "Coronavirus",
|
|
"step": {
|
|
"user": {
|
|
"title": "Pick a country to monitor",
|
|
"data": {
|
|
"country": "Country"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "This country is already configured."
|
|
}
|
|
}
|
|
}
|