Files
homarr/public/locales/tw/modules/smart-home/entity-state.json
2023-12-22 21:50:04 +01:00

17 lines
603 B
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.
{
"entityNotFound": "未找到實體",
"descriptor": {
"name": "Home Assistant 實體",
"description": "Home Assistant 中實體的目前狀態",
"settings": {
"title": "實體狀態",
"entityId": {
"label": "實體 ID",
"info": "Home Assistant 中的唯一實體ID通過點擊實體 > 點擊齒輪圖示 > 點擊實體 ID 觸地的複製按鈕進行複製,某些自定義實體可能不支持"
},
"displayName": {
"label": "顯示名稱"
}
}
}
}