Files
homarr/public/locales/tw/modules/smart-home/entity-state.json
T
2024-01-27 22:12:04 +01:00

21 lines
863 B
JSON

{
"entityNotFound": "未找到實體",
"descriptor": {
"name": "Home Assistant 實體",
"description": "Home Assistant 中實體的目前狀態",
"settings": {
"title": "實體狀態",
"entityId": {
"label": "實體 ID",
"info": "Home Assistant 中的唯一實體ID,通過點擊實體 > 點擊齒輪圖示 > 點擊實體 ID 觸地的複製按鈕進行複製,某些自定義實體可能不支持"
},
"automationId": {
"label": "可選自動化ID",
"info": "自動化ID必須以 automation.XXXX 開頭,當未設定時小部件將不可點擊,且僅顯示狀況,點擊後實體狀態將被更新"
},
"displayName": {
"label": "顯示名稱"
}
}
}
}