sleepd/custom_components/saas/translations/en.json
2024-05-09 19:25:56 -06:00

75 lines
No EOL
2.7 KiB
JSON

{
"title": "SAAS - Sleep As Android Status",
"config": {
"step": {
"user": {
"title": "Configuration for SAAS - Sleep As Android Status",
"description": "Configure the basic settings for the SAAS integration.",
"data": {
"name": "Name for Sensor",
"topic_template": "MQTT Topic for Sleep As Android Events",
"qos": "Quality of Service (QoS) for MQTT",
"awake_duration": "Awake Duration",
"sleep_duration": "Asleep Duration",
"awake_states": "Awake States*",
"sleep_states": "Asleep States*"
}
}
}
},
"options": {
"step": {
"init": {
"title": "SAAS Integration Settings",
"description": "Configure the basic settings for the SAAS integration.",
"data": {
"name": "Name for Sensor",
"topic_template": "MQTT Topic (from Sleep As Android)",
"qos": "MQTT Quality of Service (QoS)",
"awake_duration": "Awake Duration",
"sleep_duration": "Asleep Duration",
"awake_states": "Awake States*",
"sleep_states": "Asleep States*"
}
}
}
},
"entity": {
"sensor": {
"state": {
"Unknown": "Unknown",
"Sleep Tracking Started": "Sleep Tracking Started",
"Sleep Tracking Stopped": "Sleep Tracking Stopped",
"Sleep Tracking Paused": "Sleep Tracking Paused",
"Sleep Tracking Resumed": "Sleep Tracking Resumed",
"Alarm Snoozed": "Alarm Snoozed",
"Snooze Canceled": "Snooze Canceled",
"Time for Bed": "Time for Bed",
"Alarm Alert Started": "Alarm Alert Started",
"Alarm Dismissed": "Alarm Dismissed",
"Skip Next Alarm": "Skip Next Alarm",
"Show Skip Next Alarm": "Show Skip Next Alarm",
"REM": "REM",
"Smart Period": "Smart Period",
"Before Smart Period": "Before Smart Period",
"Lullaby Start": "Lullaby Start",
"Lullaby Stop": "Lullaby Stop",
"Lullaby Volume Down": "Lullaby Volume Down",
"Deep Sleep": "Deep Sleep",
"Light Sleep": "Light Sleep",
"Awake": "Awake",
"Not Awake": "Not Awake",
"Apnea Alarm": "Apnea Alarm",
"Antisnoring": "Antisnoring",
"Before Alarm": "Before Alarm",
"Snore Detected": "Snore Detected",
"Talk Detected": "Talk Detected",
"Cough Detected": "Cough Detected",
"Baby Cry Detected": "Baby Cry Detected",
"Laugh Detected": "Laugh Detected",
"Alarm Rescheduled": "Alarm Rescheduled",
"None": "None"
}
}
}
}