core/homeassistant/components/group/translations/en.json

107 lines
3.3 KiB
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2022-03-08 00:18:11 +00:00
"config": {
"step": {
2022-03-11 00:21:48 +00:00
"binary_sensor": {
"data": {
"all": "All entities",
"entities": "Members",
2022-03-23 14:36:50 +00:00
"hide_members": "Hide members",
2022-03-11 00:21:48 +00:00
"name": "Name"
},
"description": "If \"all entities\" is enabled, the group's state is on only if all members are on. If \"all entities\" is disabled, the group's state is on if any member is on.",
"title": "New Group"
},
2022-03-08 00:18:11 +00:00
"cover": {
"data": {
2022-03-11 00:21:48 +00:00
"entities": "Members",
2022-03-23 14:36:50 +00:00
"hide_members": "Hide members",
"name": "Name"
},
"title": "New Group"
2022-03-08 00:18:11 +00:00
},
"fan": {
"data": {
2022-03-11 00:21:48 +00:00
"entities": "Members",
2022-03-23 14:36:50 +00:00
"hide_members": "Hide members",
"name": "Name"
},
"title": "New Group"
2022-03-08 00:18:11 +00:00
},
"light": {
"data": {
"all": "All entities",
2022-03-11 00:21:48 +00:00
"entities": "Members",
2022-03-23 14:36:50 +00:00
"hide_members": "Hide members",
"name": "Name"
2022-03-08 00:18:11 +00:00
},
2022-03-23 14:36:50 +00:00
"description": "If \"all entities\" is enabled, the group's state is on only if all members are on. If \"all entities\" is disabled, the group's state is on if any member is on.",
"title": "New Group"
2022-03-08 00:18:11 +00:00
},
"media_player": {
"data": {
2022-03-11 00:21:48 +00:00
"entities": "Members",
2022-03-23 14:36:50 +00:00
"hide_members": "Hide members",
"name": "Name"
},
"title": "New Group"
2022-03-11 00:21:48 +00:00
},
"user": {
"description": "Select group type",
"menu_options": {
"binary_sensor": "Binary sensor group",
"cover": "Cover group",
"fan": "Fan group",
"light": "Light group",
"media_player": "Media player group"
2022-03-11 00:21:48 +00:00
},
"title": "New Group"
}
}
},
"options": {
"step": {
"binary_sensor_options": {
"data": {
"all": "All entities",
"entities": "Members"
}
},
"cover_options": {
"data": {
"entities": "Members"
}
},
"fan_options": {
"data": {
"entities": "Members"
}
},
"light_options": {
"data": {
"all": "All entities",
2022-03-11 00:21:48 +00:00
"entities": "Members"
}
},
"media_player_options": {
"data": {
"entities": "Members"
}
2022-03-08 00:18:11 +00:00
}
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"closed": "Closed",
2020-04-23 00:05:07 +00:00
"home": "Home",
2020-04-20 23:33:54 +00:00
"locked": "Locked",
2020-04-23 00:05:07 +00:00
"not_home": "Away",
2020-04-20 23:33:54 +00:00
"off": "Off",
"ok": "OK",
"on": "On",
"open": "Open",
"problem": "Problem",
"unlocked": "Unlocked"
}
},
2020-04-16 20:00:10 +00:00
"title": "Group"
}