Files
homarr/public/locales/tw/modules/smart-home/entity-state.json
2024-05-23 18:18:28 +02:00

35 lines
1.4 KiB
JSON
Raw Permalink 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.
{
"entityNotFound": "未找到實體",
"descriptor": {
"name": "Home Assistant 實體",
"description": "Home Assistant 中實體的目前狀態",
"settings": {
"title": "實體狀態",
"entityId": {
"label": "實體 ID",
"info": "Home Assistant 中的唯一實體ID通過點擊實體 > 點擊齒輪圖示 > 點擊實體 ID 觸地的複製按鈕進行複製,某些自定義實體可能不支持"
},
"appendUnit": {
"label": "附加測量單位",
"info": "將測量單位的屬性附加至實體狀態"
},
"automationId": {
"label": "可選自動化ID",
"info": "自動化ID必須以 automation.XXXX 開頭,當未設定時小部件將不可點擊,且僅顯示狀況,點擊後實體狀態將被更新"
},
"displayName": {
"label": "顯示名稱"
},
"displayFriendlyName": {
"label": "顯示友好名稱",
"info": "顯示來自家庭助理的友好名稱,而不是顯示名稱"
},
"genericToggle": {
"label": "實體切換",
"info": "點擊時對實體執行通用的家提助理切換操作"
}
}
}
}