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

24 lines
616 B
JSON
Raw Normal View History

2021-11-12 00:12:35 +00:00
{
2021-11-14 00:12:48 +00:00
"config": {
"flow_title": "{model} {id} ({host})",
"step": {
2021-11-19 00:14:01 +00:00
"discovery_confirm": {
"description": "{model} ({host}) \u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3057\u307e\u3059\u304b\uff1f"
},
2021-11-14 00:12:48 +00:00
"user": {
"data": {
"host": "\u30db\u30b9\u30c8"
}
}
}
},
2021-11-12 00:12:35 +00:00
"options": {
"step": {
"init": {
"data": {
"model": "\u30e2\u30c7\u30eb(\u30aa\u30d7\u30b7\u30e7\u30f3)"
}
}
}
}
}