1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-23 03:17:06 +00:00
Files
core/homeassistant/components/nina/strings.json
2025-11-25 14:36:45 +01:00

95 lines
4.1 KiB
JSON

{
"config": {
"abort": {
"no_fetch": "Cannot connect to NINA service to fetch city or counties. Please try again later.",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"error": {
"no_selection": "Please select at least one city/county"
},
"step": {
"user": {
"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"
},
"data_description": {
"_a_to_d": "City/county (A-D) to receive warnings for",
"_e_to_h": "City/county (E-H) to receive warnings for",
"_i_to_l": "City/county (I-L) to receive warnings for",
"_m_to_q": "City/county (M-Q) to receive warnings for",
"_r_to_u": "City/county (R-U) to receive warnings for",
"_v_to_z": "City/county (V-Z) to receive warnings for",
"slots": "Maximum warnings per city/county"
},
"sections": {
"filters": {
"data": {
"area_filter": "Affected area filter",
"headline_filter": "Headline blocklist"
},
"data_description": {
"area_filter": "Whitelist regex to filter warnings based on affected areas",
"headline_filter": "Blacklist regex to filter warning based on headlines"
},
"description": "Filter warnings based on their attributes",
"name": "Filters"
}
},
"title": "Select city/county"
}
}
},
"options": {
"abort": {
"no_fetch": "[%key:component::nina::config::abort::no_fetch%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"error": {
"no_selection": "[%key:component::nina::config::error::no_selection%]"
},
"step": {
"init": {
"data": {
"_a_to_d": "[%key:component::nina::config::step::user::data::_a_to_d%]",
"_e_to_h": "[%key:component::nina::config::step::user::data::_e_to_h%]",
"_i_to_l": "[%key:component::nina::config::step::user::data::_i_to_l%]",
"_m_to_q": "[%key:component::nina::config::step::user::data::_m_to_q%]",
"_r_to_u": "[%key:component::nina::config::step::user::data::_r_to_u%]",
"_v_to_z": "[%key:component::nina::config::step::user::data::_v_to_z%]",
"slots": "[%key:component::nina::config::step::user::data::slots%]"
},
"data_description": {
"_a_to_d": "[%key:component::nina::config::step::user::data_description::_a_to_d%]",
"_e_to_h": "[%key:component::nina::config::step::user::data_description::_e_to_h%]",
"_i_to_l": "[%key:component::nina::config::step::user::data_description::_i_to_l%]",
"_m_to_q": "[%key:component::nina::config::step::user::data_description::_m_to_q%]",
"_r_to_u": "[%key:component::nina::config::step::user::data_description::_r_to_u%]",
"_v_to_z": "[%key:component::nina::config::step::user::data_description::_v_to_z%]",
"slots": "[%key:component::nina::config::step::user::data_description::slots%]"
},
"sections": {
"filters": {
"data": {
"area_filter": "[%key:component::nina::config::step::user::sections::filters::data::area_filter%]",
"headline_filter": "[%key:component::nina::config::step::user::sections::filters::data::headline_filter%]"
},
"data_description": {
"area_filter": "[%key:component::nina::config::step::user::sections::filters::data_description::area_filter%]",
"headline_filter": "[%key:component::nina::config::step::user::sections::filters::data_description::headline_filter%]"
},
"description": "[%key:component::nina::config::step::user::sections::filters::description%]",
"name": "[%key:component::nina::config::step::user::sections::filters::name%]"
}
},
"title": "Options"
}
}
}
}