core/homeassistant/components/onvif/translations/ja.json

34 lines
967 B
JSON
Raw Normal View History

2021-11-12 00:12:35 +00:00
{
"config": {
"step": {
2021-11-13 00:11:56 +00:00
"configure": {
2021-11-14 00:12:48 +00:00
"data": {
2021-11-19 00:14:01 +00:00
"host": "\u30db\u30b9\u30c8",
"password": "\u30d1\u30b9\u30ef\u30fc\u30c9",
"port": "\u30dd\u30fc\u30c8"
2021-11-14 00:12:48 +00:00
},
2021-11-13 00:11:56 +00:00
"title": "ONVIF\u30c7\u30d0\u30a4\u30b9\u306e\u8a2d\u5b9a"
},
2021-11-14 00:12:48 +00:00
"manual_input": {
"data": {
2021-11-19 00:14:01 +00:00
"host": "\u30db\u30b9\u30c8",
"port": "\u30dd\u30fc\u30c8"
2021-11-14 00:12:48 +00:00
}
},
2021-11-12 00:12:35 +00:00
"user": {
"data": {
"auto": "\u81ea\u52d5\u7684\u306b\u691c\u7d22"
}
}
}
2021-11-19 00:14:01 +00:00
},
"options": {
"step": {
"onvif_devices": {
"data": {
"rtsp_transport": "RTSP\u30e9\u30f3\u30b9\u30dd\u30fc\u30c8\u30e1\u30ab\u30cb\u30ba\u30e0"
}
}
}
2021-11-12 00:12:35 +00:00
}
}