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

172 lines
6.3 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"
},
"fan": {
"data": {
"entities": "Members",
"hide_members": "Hide members",
"name": "Name"
},
"title": "Add Group"
},
"light": {
"data": {
"entities": "Members",
"hide_members": "Hide members",
"name": "Name"
},
"title": "Add Group"
},
"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"
},
"sensor": {
"data": {
"device_class": "Device class",
"entities": "Members",
"hide_members": "Hide members",
"ignore_non_numeric": "Ignore non-numeric",
"name": "Name",
"round_digits": "Round value to number of decimals",
"state_class": "State class",
"type": "Type",
"unit_of_measurement": "Unit of Measurement"
},
"title": "Add Group"
},
"switch": {
"data": {
"entities": "Members",
"hide_members": "Hide members",
"name": "Name"
},
"title": "Add Group"
},
"user": {
"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",
"sensor": "Sensor 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."
},
"cover": {
"data": {
"entities": "Members",
"hide_members": "Hide members"
}
},
"fan": {
"data": {
"entities": "Members",
"hide_members": "Hide 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."
},
"lock": {
"data": {
"entities": "Members",
"hide_members": "Hide members"
}
},
"media_player": {
"data": {
"entities": "Members",
"hide_members": "Hide members"
}
},
"sensor": {
"data": {
"device_class": "Device class",
"entities": "Members",
"hide_members": "Hide members",
"ignore_non_numeric": "Ignore non-numeric",
"round_digits": "Round value to number of decimals",
"state_class": "State class",
"type": "Type",
"unit_of_measurement": "Unit of Measurement"
},
"description": "If \"ignore non-numeric\" is enabled, the group's state is calculated if at least one member has a numerical value. If \"ignore non-numeric\" is disabled, the group's state is calculated only if all group members have numerical values."
},
"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"
}