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

19 lines
589 B
JSON
Raw Normal View History

2020-04-20 23:33:54 +00:00
{
2021-11-25 00:13:33 +00:00
"device_automation": {
"action_type": {
"set_hvac_mode": "{entity_name} \u306eHVAC\u30e2\u30fc\u30c9\u3092\u5909\u66f4",
"set_preset_mode": "{entity_name} \u306e\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u5909\u66f4"
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"auto": "\u30aa\u30fc\u30c8",
"cool": "\u51b7\u623f",
"dry": "\u30c9\u30e9\u30a4",
"fan_only": "\u30d5\u30a1\u30f3\u306e\u307f",
"heat": "\u6696\u623f",
"off": "\u30aa\u30d5"
}
2021-11-20 00:12:27 +00:00
},
"title": "\u6c17\u5019"
2020-04-20 23:33:54 +00:00
}