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

54 lines
2.0 KiB
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": {
2022-05-10 00:23:19 +00:00
"host": "\u4e3b\u6a5f\u7aef",
"port": "\u901a\u8a0a\u57e0",
2022-03-12 00:17:47 +00:00
"type": "\u9023\u7dda\u985e\u5225"
2020-10-25 00:03:36 +00:00
},
2022-05-10 00:23:19 +00:00
"title": "\u8a2d\u5b9a\u4f3a\u670d\u5668\u8a73\u7d30\u8cc7\u8a0a"
2020-10-25 00:03:36 +00:00
}
}
2022-03-05 00:19:17 +00:00
},
"options": {
"error": {
"device_not_selected": "\u9078\u64c7\u6240\u8981\u8a2d\u5b9a\u7684\u88dd\u7f6e"
},
"step": {
"ack_no_options": {
"description": "SysBus implementation \u6c92\u6709\u8a2d\u5b9a\u9078\u9805",
"title": "OneWire SysBus \u9078\u9805"
},
"configure_device": {
"data": {
"precision": "\u611f\u6e2c\u5668\u7cbe\u6e96\u5ea6"
},
"description": "\u8a2d\u5b9a {sensor_id} \u50b3\u611f\u5668\u7cbe\u6e96\u5ea6",
"title": "OneWire \u611f\u6e2c\u5668\u7cbe\u6e96\u5ea6"
},
"device_selection": {
"data": {
"clear_device_options": "\u6e05\u9664\u6240\u6709\u88dd\u7f6e\u8a2d\u5b9a",
"device_selection": "\u9078\u64c7\u6240\u8981\u8a2d\u5b9a\u7684\u88dd\u7f6e"
},
"description": "\u9078\u64c7\u8a2d\u5b9a\u6b65\u9a5f\u9032\u884c",
"title": "OneWire \u88dd\u7f6e\u9078\u9805"
}
}
2020-10-25 00:03:36 +00:00
}
}