27 lines
1003 B
JSON
27 lines
1003 B
JSON
{
|
|
"config": {
|
|
"step":{
|
|
"user": {
|
|
"title": "Select city/county",
|
|
"data" : {
|
|
"_a_to_d": "City/county (A-D)",
|
|
"_e_to_h": "City/county (E-H)",
|
|
"_i_to_l": "City/county (I-L)",
|
|
"_m_to_q": "City/county (M-Q)",
|
|
"_r_to_u": "City/county (R-U)",
|
|
"_v_to_z": "City/county (V-Z)",
|
|
"slots": "Maximum warnings per city/county",
|
|
"corona_filter": "Remove Corona Warnings"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
|
},
|
|
"error": {
|
|
"no_selection": "Please select at least one city/county",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
}
|
|
}
|
|
} |