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

19 lines
690 B
JSON

{
"config": {
"abort": {
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"step": {
"user": {
"description": "Do you want to start set up?"
}
}
},
"issues": {
"removed_yaml": {
"description": "Configuring Uptime using YAML has been removed.\n\nYour existing YAML configuration is not used by Home Assistant.\n\nRemove the YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue.",
"title": "The Uptime YAML configuration has been removed"
}
},
"title": "Uptime"
}