core/homeassistant/components/systemmonitor/strings.json

26 lines
718 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
},
"step": {
"user": {
"description": "Press submit for initial setup. On the created config entry, press configure to add sensors for selected processes"
}
}
},
"options": {
"step": {
"init": {
"description": "Configure a monitoring sensor for a running process",
"data": {
"process": "Processes to add as sensor(s)"
},
"data_description": {
"process": "Select a running process from the list or add a custom value. Multiple selections/custom values are supported"
}
}
}
}
}