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

75 lines
No EOL
2.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"title": "SAAS - 睡眠如 Android 狀態",
"config": {
"step": {
"user": {
"title": "SAAS - 睡眠如 Android 狀態配置",
"description": "配置 SAAS 整合的基本設置。",
"data": {
"name": "感應器名稱",
"topic_template": "睡眠如 Android 事件的 MQTT 主題",
"qos": "MQTT 的服務質量 (QoS)",
"awake_duration": "清醒持續時間",
"sleep_duration": "睡眠持續時間",
"awake_states": "清醒狀態*",
"sleep_states": "睡眠狀態*"
}
}
}
},
"options": {
"step": {
"init": {
"title": "SAAS 整合設置",
"description": "配置 SAAS 整合的基本設置。",
"data": {
"name": "感應器名稱",
"topic_template": "MQTT 主題(來自睡眠如 Android",
"qos": "MQTT 服務質量 (QoS)",
"awake_duration": "清醒持續時間",
"sleep_duration": "睡眠持續時間",
"awake_states": "清醒狀態*",
"sleep_states": "睡眠狀態*"
}
}
}
},
"entity": {
"sensor": {
"state": {
"Unknown": "未知",
"Sleep Tracking Started": "開始追蹤睡眠",
"Sleep Tracking Stopped": "停止追蹤睡眠",
"Sleep Tracking Paused": "暫停追蹤睡眠",
"Sleep Tracking Resumed": "恢復追蹤睡眠",
"Alarm Snoozed": "鬧鐘貪睡",
"Snooze Canceled": "取消貪睡",
"Time for Bed": "該睡覺了",
"Alarm Alert Started": "鬧鐘警報開始",
"Alarm Dismissed": "鬧鐘解除",
"Skip Next Alarm": "跳過下一個鬧鐘",
"Show Skip Next Alarm": "顯示跳過下一個鬧鐘",
"REM": "REM",
"Smart Period": "智能期間",
"Before Smart Period": "在智能期間之前",
"Lullaby Start": "搖籃曲開始",
"Lullaby Stop": "搖籃曲停止",
"Lullaby Volume Down": "搖籃曲音量下降",
"Deep Sleep": "深度睡眠",
"Light Sleep": "淺度睡眠",
"Awake": "清醒",
"Not Awake": "未清醒",
"Apnea Alarm": "呼吸暫停警報",
"Antisnoring": "防打鼾",
"Before Alarm": "在鬧鐘之前",
"Snore Detected": "檢測到打鼾",
"Talk Detected": "檢測到說話",
"Cough Detected": "檢測到咳嗽",
"Baby Cry Detected": "檢測到嬰兒哭聲",
"Laugh Detected": "檢測到笑聲",
"Alarm Rescheduled": "鬧鐘重新安排",
"None": "無"
}
}
}
}