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

35 lines
1.6 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": {
2021-11-29 00:13:08 +00:00
"set_position": "{entity_name} \u4f4d\u7f6e\u306e\u8a2d\u5b9a",
"set_tilt_position": "{entity_name} \u50be\u659c\u4f4d\u7f6e\u306e\u8a2d\u5b9a",
2021-11-25 00:13:33 +00:00
"stop": "\u505c\u6b62 {entity_name}"
2021-11-28 00:14:19 +00:00
},
"condition_type": {
"is_closed": "{entity_name} \u306f\u9589\u3058\u3066\u3044\u307e\u3059",
"is_closing": "{entity_name} \u304c\u7d42\u4e86\u3057\u3066\u3044\u307e\u3059",
"is_open": "{entity_name} \u304c\u958b\u3044\u3066\u3044\u307e\u3059",
"is_opening": "{entity_name} \u304c\u958b\u3044\u3066\u3044\u307e\u3059",
"is_position": "\u73fe\u5728\u306e {entity_name} \u4f4d\u7f6e",
"is_tilt_position": "\u73fe\u5728\u306e {entity_name} \u50be\u659c\u4f4d\u7f6e"
},
"trigger_type": {
"closed": "{entity_name} \u9589\u3058\u307e\u3057\u305f",
"closing": "{entity_name} \u304c\u7d42\u4e86",
"opened": "{entity_name} \u304c\u958b\u304b\u308c\u307e\u3057\u305f",
"opening": "{entity_name} \u304c\u958b\u304f",
2021-11-29 00:13:08 +00:00
"position": "{entity_name} \u4f4d\u7f6e\u306e\u5909\u5316",
"tilt_position": "{entity_name} \u50be\u659c\u4f4d\u7f6e\u306e\u5909\u5316"
2021-11-25 00:13:33 +00:00
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"closed": "\u9589\u9396",
2021-11-28 00:14:19 +00:00
"closing": "\u9589\u3058\u3066\u3044\u307e\u3059",
2021-11-25 00:13:33 +00:00
"open": "\u958b\u653e",
2021-11-28 00:14:19 +00:00
"opening": "\u6249",
"stopped": "\u505c\u6b62"
2020-04-20 23:33:54 +00:00
}
2021-11-13 00:11:56 +00:00
},
"title": "\u30ab\u30d0\u30fc"
2020-04-20 23:33:54 +00:00
}