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

29 lines
1.4 KiB
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"
2021-11-29 00:13:08 +00:00
},
2021-12-02 00:13:02 +00:00
"condition_type": {
"is_hvac_mode": "{entity_name} \u306f\u7279\u5b9a\u306eHVAC\u30e2\u30fc\u30c9\u306b\u30bb\u30c3\u30c8\u3055\u308c\u3066\u3044\u307e\u3059",
"is_preset_mode": "{entity_name} \u306f\u7279\u5b9a\u306e\u30d7\u30ea\u30bb\u30c3\u30c8\u30e2\u30fc\u30c9\u306b\u30bb\u30c3\u30c8\u3055\u308c\u3066\u3044\u307e\u3059"
},
2021-11-29 00:13:08 +00:00
"trigger_type": {
"current_humidity_changed": "{entity_name} \u6e2c\u5b9a\u6e7f\u5ea6\u304c\u5909\u5316\u3057\u307e\u3057\u305f",
"current_temperature_changed": "{entity_name} \u6e2c\u5b9a\u6e29\u5ea6\u304c\u5909\u5316\u3057\u307e\u3057\u305f",
"hvac_mode_changed": "{entity_name} HVAC\u30e2\u30fc\u30c9\u304c\u5909\u5316\u3057\u307e\u3057\u305f"
2021-11-25 00:13:33 +00:00
}
},
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",
2021-11-28 00:14:19 +00:00
"heat_cool": "\u6696/\u51b7",
2020-04-20 23:33:54 +00:00
"off": "\u30aa\u30d5"
}
2021-11-20 00:12:27 +00:00
},
"title": "\u6c17\u5019"
2020-04-20 23:33:54 +00:00
}