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

17 lines
612 B
JSON

{
"entityNotFound": "未找到实体",
"descriptor": {
"name": "Home Assistant 实体",
"description": "Home Assistant 中实体的当前状态",
"settings": {
"title": "实体状态",
"entityId": {
"label": "实体 ID",
"info": "Home Assistant 中的唯一实体 ID。通过单击实体 > 单击齿轮图标 > 单击“实体 ID”处的复制按钮进行复制。某些自定义实体可能不受支持。"
},
"displayName": {
"label": "显示名称"
}
}
}
}