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

29 lines
1.2 KiB
JSON
Raw Normal View History

2021-08-22 00:11:30 +00:00
{
2021-11-25 00:13:33 +00:00
"device_automation": {
2021-11-28 00:14:19 +00:00
"action_type": {
"clean": "{entity_name} \u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u3057\u307e\u3057\u3087\u3046",
"dock": "{entity_name} \u3092\u30c9\u30c3\u30af\u306b\u623b\u3057\u3066\u307f\u307e\u3057\u3087\u3046"
},
"condition_type": {
"is_cleaning": "{entity_name} \u306f\u30af\u30ea\u30fc\u30cb\u30f3\u30b0\u4e2d\u3067\u3059",
"is_docked": "{entity_name} \u304c\u30c9\u30c3\u30ad\u30f3\u30b0\u3055\u308c\u3066\u3044\u307e\u3059"
},
2021-11-25 00:13:33 +00:00
"trigger_type": {
2021-11-28 00:14:19 +00:00
"cleaning": "{entity_name} \u304c\u30af\u30ea\u30fc\u30cb\u30f3\u30b0\u3092\u958b\u59cb",
2021-11-25 00:13:33 +00:00
"docked": "{entity_name} \u30c9\u30c3\u30ad\u30f3\u30b0\u6e08\u307f"
}
},
2021-08-22 00:11:30 +00:00
"state": {
"_": {
2021-11-20 00:12:27 +00:00
"cleaning": "\u30af\u30ea\u30fc\u30cb\u30f3\u30b0",
"docked": "\u30c9\u30c3\u30ad\u30f3\u30b0",
"error": "\u30a8\u30e9\u30fc",
2021-11-25 00:13:33 +00:00
"idle": "\u30a2\u30a4\u30c9\u30eb",
2021-11-20 00:12:27 +00:00
"off": "\u30aa\u30d5",
"on": "\u30aa\u30f3",
2021-11-25 00:13:33 +00:00
"paused": "\u4e00\u6642\u505c\u6b62",
2021-11-20 00:12:27 +00:00
"returning": "\u30c9\u30c3\u30af\u306b\u623b\u308b"
2021-08-22 00:11:30 +00:00
}
2021-11-20 00:12:27 +00:00
},
"title": "\u771f\u7a7a(Vacuum)"
2021-08-22 00:11:30 +00:00
}