core/homeassistant/components/onewire/translations/zh-Hant.json

26 lines
765 B
JSON
Raw Normal View History

2020-10-25 00:03:36 +00:00
{
"config": {
"abort": {
2021-04-13 00:04:04 +00:00
"already_configured": "\u88dd\u7f6e\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210"
2020-10-25 00:03:36 +00:00
},
"error": {
"cannot_connect": "\u9023\u7dda\u5931\u6557",
2020-12-04 00:05:42 +00:00
"invalid_path": "\u672a\u627e\u5230\u88dd\u7f6e\u3002"
2020-10-25 00:03:36 +00:00
},
"step": {
"owserver": {
"data": {
"host": "\u4e3b\u6a5f\u7aef",
"port": "\u901a\u8a0a\u57e0"
},
"title": "\u8a2d\u5b9a owserver \u8a73\u7d30\u8cc7\u6599"
},
"user": {
"data": {
"type": "\u9023\u7dda\u985e\u578b"
},
"title": "\u8a2d\u5b9a 1-Wire"
}
}
}
}