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

29 lines
1.2 KiB
JSON

{
"device_automation": {
"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"
},
"trigger_type": {
"cleaning": "{entity_name} \u304c\u30af\u30ea\u30fc\u30cb\u30f3\u30b0\u3092\u958b\u59cb",
"docked": "{entity_name} \u30c9\u30c3\u30ad\u30f3\u30b0\u6e08\u307f"
}
},
"state": {
"_": {
"cleaning": "\u30af\u30ea\u30fc\u30cb\u30f3\u30b0",
"docked": "\u30c9\u30c3\u30ad\u30f3\u30b0",
"error": "\u30a8\u30e9\u30fc",
"idle": "\u30a2\u30a4\u30c9\u30eb",
"off": "\u30aa\u30d5",
"on": "\u30aa\u30f3",
"paused": "\u4e00\u6642\u505c\u6b62",
"returning": "\u30c9\u30c3\u30af\u306b\u623b\u308b"
}
},
"title": "\u771f\u7a7a(Vacuum)"
}