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

213 lines
7.2 KiB
JSON

{
"config": {
"step": {
"binary_sensor": {
"data": {
"all": "All entities",
"entities": "Members",
"hide_members": "Hide members",
"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": "Add Group"
},
"cover": {
"data": {
"entities": "Members",
"hide_members": "Hide members",
"name": "Name",
"title": "Add Group"
},
"description": "Select group options",
"title": "Add Group"
},
"cover_options": {
"data": {
"entities": "Group members"
},
"description": "Select group options"
},
"fan": {
"data": {
"entities": "Members",
"hide_members": "Hide members",
"name": "Name",
"title": "Add Group"
},
"description": "Select group options",
"title": "Add Group"
},
"fan_options": {
"data": {
"entities": "Group members"
},
"description": "Select group options"
},
"init": {
"data": {
"group_type": "Group type"
},
"description": "Select group type"
},
"light": {
"data": {
"all": "All entities",
"entities": "Members",
"hide_members": "Hide members",
"name": "Name",
"title": "Add Group"
},
"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": "Add Group"
},
"light_options": {
"data": {
"entities": "Group members"
},
"description": "Select group options"
},
"lock": {
"data": {
"entities": "Members",
"hide_members": "Hide members",
"name": "Name"
},
"title": "Add Group"
},
"media_player": {
"data": {
"entities": "Members",
"hide_members": "Hide members",
"name": "Name",
"title": "Add Group"
},
"description": "Select group options",
"title": "Add Group"
},
"media_player_options": {
"data": {
"entities": "Group members"
},
"description": "Select group options"
},
"switch": {
"data": {
"entities": "Members",
"hide_members": "Hide members",
"name": "Name"
},
"title": "Add Group"
},
"user": {
"data": {
"group_type": "Group type"
},
"description": "Groups allow you to create a new entity that represents multiple entities of the same type.",
"menu_options": {
"binary_sensor": "Binary sensor group",
"cover": "Cover group",
"fan": "Fan group",
"light": "Light group",
"lock": "Lock group",
"media_player": "Media player group",
"switch": "Switch group"
},
"title": "Add Group"
}
}
},
"options": {
"step": {
"binary_sensor": {
"data": {
"all": "All entities",
"entities": "Members",
"hide_members": "Hide members"
},
"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."
},
"binary_sensor_options": {
"data": {
"all": "All entities",
"entities": "Members"
}
},
"cover": {
"data": {
"entities": "Members",
"hide_members": "Hide members"
}
},
"cover_options": {
"data": {
"entities": "Members"
}
},
"fan": {
"data": {
"entities": "Members",
"hide_members": "Hide members"
}
},
"fan_options": {
"data": {
"entities": "Members"
}
},
"light": {
"data": {
"all": "All entities",
"entities": "Members",
"hide_members": "Hide members"
},
"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."
},
"light_options": {
"data": {
"all": "All entities",
"entities": "Members"
}
},
"lock": {
"data": {
"entities": "Members",
"hide_members": "Hide members"
}
},
"media_player": {
"data": {
"entities": "Members",
"hide_members": "Hide members"
}
},
"media_player_options": {
"data": {
"entities": "Members"
}
},
"switch": {
"data": {
"all": "All entities",
"entities": "Members",
"hide_members": "Hide members"
},
"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."
}
}
},
"state": {
"_": {
"closed": "Closed",
"home": "Home",
"locked": "Locked",
"not_home": "Away",
"off": "Off",
"ok": "OK",
"on": "On",
"open": "Open",
"problem": "Problem",
"unlocked": "Unlocked"
}
},
"title": "Group"
}