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

14 lines
542 B
JSON
Raw Normal View History

2021-11-13 00:11:56 +00:00
{
2021-11-15 00:12:46 +00:00
"device_automation": {
"action_type": {
"select_option": "{entity_name} \u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5909\u66f4"
},
"condition_type": {
"selected_option": "\u73fe\u5728\u9078\u629e\u3055\u308c\u3066\u3044\u308b {entity_name} \u306e\u30aa\u30d7\u30b7\u30e7\u30f3"
},
"trigger_type": {
2021-11-29 00:13:08 +00:00
"current_option_changed": "{entity_name} \u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u5909\u5316\u3057\u307e\u3057\u305f"
2021-11-15 00:12:46 +00:00
}
},
2021-11-13 00:11:56 +00:00
"title": "\u9078\u629e"
}