core/homeassistant/components/xiaomi_miio/translations/select.ja.json

19 lines
487 B
JSON
Raw Normal View History

2021-11-05 00:13:45 +00:00
{
"state": {
2022-08-18 00:25:40 +00:00
"xiaomi_miio__display_orientation": {
"forward": "\u9032\u3080",
"left": "\u5de6",
"right": "\u53f3"
},
2021-11-05 00:13:45 +00:00
"xiaomi_miio__led_brightness": {
"bright": "\u660e\u308b\u3044",
"dim": "\u8584\u6697\u3044",
"off": "\u30aa\u30d5"
2022-08-18 00:25:40 +00:00
},
"xiaomi_miio__ptc_level": {
"high": "\u9ad8",
"low": "\u4f4e",
"medium": "\u4e2d"
2021-11-05 00:13:45 +00:00
}
}
}