Files
homeassistant_config/config/custom_components/pyscript/translations/en.json
2024-08-09 06:45:02 +02:00

39 lines
1.4 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "pyscript",
"description": "Once you have created an entry, refer to the [docs](https://hacs-pyscript.readthedocs.io/en/latest/) to learn how to create scripts and functions.",
"data": {
"allow_all_imports": "Allow All Imports?",
"hass_is_global": "Access hass as a global variable?"
}
}
},
"abort": {
"already_configured": "Already configured.",
"single_instance_allowed": "Already configured. Only a single configuration possible.",
"updated_entry": "This entry has already been setup but the configuration has been updated."
}
},
"options": {
"step": {
"init": {
"title": "Update pyscript configuration",
"data": {
"allow_all_imports": "Allow All Imports?",
"hass_is_global": "Access hass as a global variable?"
}
},
"no_ui_configuration_allowed": {
"title": "No UI configuration allowed",
"description": "This entry was created via `configuration.yaml`, so all configuration parameters must be updated there. The [`pyscript.reload`](developer-tools/service) service will allow you to apply the changes you make to `configuration.yaml` without restarting your Home Assistant instance."
},
"no_update": {
"title": "No update needed",
"description": "There is nothing to update."
}
}
}
}