Files
homeassistant/appdaemon/apps/nspanel-lovelace-ui/luibackend/translations/frontend/en-GB.json
2024-12-18 13:26:06 +01:00

107 lines
4.3 KiB
JSON

{
"supervisor": {
"addon": {
"dashboard": {
"capability": {
"apparmor": {
"description": "AppArmor ('Application Armour') is a Linux kernel security module that restricts add-ons capabilities like network access, raw socket access, and permission to read, write, or execute specific files.\n\nAdd-on authors can provide their security profiles, optimised for the add-on, or request it to be disabled. If AppArmor is disabled, it will raise security risks and therefore, has a negative impact on the security score of the add-on."
}
}
}
}
},
"ui": {
"card": {
"light": {
"color_brightness": "Colour brightness",
"color_temperature": "Colour temperature"
}
},
"dialogs": {
"entity_registry": {
"customize_link": "entity customisations"
},
"options_flow": {
"loading": {
"loading_flow": "Please wait while the options for {integration} are being initialised"
}
},
"quick-bar": {
"commands": {
"navigation": {
"customize": "Customisations"
}
}
}
},
"panel": {
"config": {
"areas": {
"picker": {
"introduction": "Areas are used to organise where devices are. This information will be used throughout Home Assistant to help you in organising your interface, permissions and integrations with other systems."
}
},
"automation": {
"editor": {
"conditions": {
"type": {
"time": {
"weekdays": {
"mon": "Monday"
}
}
}
}
}
},
"customize": {
"attributes_outside": "The following attributes are customised from outside of customize.yaml",
"caption": "Customisations",
"description": "Customise your entities",
"picker": {
"documentation": "Customisation documentation",
"header": "Customisations"
}
},
"integrations": {
"caption": "Integrations",
"configure": "Configure",
"configured": "Configured",
"description": "Manage and set up integrations",
"discovered": "Discovered",
"new": "Set up a new integration",
"no_integrations": "It seems like you don't have any integrations configured yet. Click on the button below to add your first integration!"
},
"lovelace": {
"description": "Create customised sets of cards to control your home"
},
"ozw": {
"network_status": {
"unknown": "Unknown"
}
}
},
"lovelace": {
"editor": {
"card": {
"generic": {
"state_color": "Colour icons based on state?"
},
"iframe": {
"description": "The Webpage card allows you to embed your favourite webpage right into Home Assistant."
},
"sensor": {
"description": "The Sensor card gives you a quick overview of your sensors state with an optional graph to visualise change over time."
}
}
}
},
"profile": {
"themes": {
"accent_color": "Accent colour",
"primary_color": "Primary colour"
}
}
}
}
}