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

60 lines
3.2 KiB
JSON
Raw Normal View History

2021-11-12 00:12:35 +00:00
{
"config": {
2021-11-25 00:13:33 +00:00
"abort": {
"already_configured": "\u30c7\u30d0\u30a4\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059",
"cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u305f",
"not_lutron_device": "\u691c\u51fa\u3055\u308c\u305f\u30c7\u30d0\u30a4\u30b9\u306f\u3001Lutron\u30c7\u30d0\u30a4\u30b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093"
},
"error": {
"cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u305f"
},
2021-11-14 00:12:48 +00:00
"flow_title": "{name} ({host})",
"step": {
2021-11-20 00:12:27 +00:00
"link": {
2021-11-25 00:13:33 +00:00
"description": "{name} ({host}) \u3068\u30da\u30a2\u30ea\u30f3\u30b0\u3059\u308b\u306b\u306f\u3001\u3053\u306e\u30d5\u30a9\u30fc\u30e0\u3092\u9001\u4fe1(submit)\u3057\u305f\u5f8c\u3001\u30d6\u30ea\u30c3\u30b8\u306e\u80cc\u9762\u306b\u3042\u308b\u9ed2\u3044\u30dc\u30bf\u30f3\u3092\u62bc\u3057\u307e\u3059\u3002",
"title": "\u30d6\u30ea\u30c3\u30b8\u3068\u30da\u30a2"
2021-11-20 00:12:27 +00:00
},
2021-11-14 00:12:48 +00:00
"user": {
"data": {
"host": "\u30db\u30b9\u30c8"
},
2021-11-25 00:13:33 +00:00
"description": "\u30c7\u30d0\u30a4\u30b9\u306eIP\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
"title": "\u81ea\u52d5\u7684\u306b\u30d6\u30ea\u30c3\u30b8\u306b\u63a5\u7d9a"
2021-11-14 00:12:48 +00:00
}
}
2021-11-20 00:12:27 +00:00
},
"device_automation": {
"trigger_subtype": {
2021-11-23 00:13:54 +00:00
"button_1": "1\u756a\u76ee\u306e\u30dc\u30bf\u30f3",
2021-11-25 00:13:33 +00:00
"button_2": "2\u756a\u76ee\u306e\u30dc\u30bf\u30f3",
"button_3": "3\u756a\u76ee\u306e\u30dc\u30bf\u30f3",
"button_4": "4\u756a\u76ee\u306e\u30dc\u30bf\u30f3",
"close_1": "\u9589\u3058\u308b1",
"close_2": "\u9589\u3058\u308b2",
"close_3": "\u9589\u3058\u308b3",
"close_4": "\u9589\u3058\u308b4",
"close_all": "\u3059\u3079\u3066\u9589\u3058\u308b",
2021-11-23 00:13:54 +00:00
"group_1_button_1": "\u6700\u521d\u306e\u30b0\u30eb\u30fc\u30d7\u306e\u6700\u521d\u306e\u30dc\u30bf\u30f3",
"group_1_button_2": "\u6700\u521d\u306e\u30b0\u30eb\u30fc\u30d7\u306e2\u756a\u76ee\u306e\u30dc\u30bf\u30f3",
"group_2_button_1": "2\u756a\u76ee\u306e\u30b0\u30eb\u30fc\u30d7\u306e\u6700\u521d\u306e\u30dc\u30bf\u30f3",
"group_2_button_2": "2\u756a\u76ee\u306e\u30b0\u30eb\u30fc\u30d7\u306e2\u756a\u76ee\u306e\u30dc\u30bf\u30f3",
2021-11-22 00:13:02 +00:00
"off": "\u30aa\u30d5",
2021-11-23 00:13:54 +00:00
"on": "\u30aa\u30f3",
2021-11-25 00:13:33 +00:00
"open_1": "\u30aa\u30fc\u30d7\u30f31",
"open_2": "\u30aa\u30fc\u30d7\u30f32",
"open_3": "\u30aa\u30fc\u30d7\u30f33",
"open_4": "\u30aa\u30fc\u30d7\u30f34",
"open_all": "\u3059\u3079\u3066\u958b\u304f",
2021-11-23 00:13:54 +00:00
"stop": "\u505c\u6b62(\u304a\u6c17\u306b\u5165\u308a)",
"stop_1": "\u505c\u6b62 1",
"stop_2": "\u505c\u6b62 2",
"stop_3": "\u505c\u6b62 3",
"stop_4": "\u505c\u6b62 4",
"stop_all": "\u3059\u3079\u3066\u505c\u6b62"
},
"trigger_type": {
2021-11-25 00:13:33 +00:00
"press": "\"{subtype}\" \u304c\u3001\u62bc\u3055\u308c\u307e\u3057\u305f",
2021-11-23 00:13:54 +00:00
"release": "\"{subtype}\" \u96e2\u3059"
2021-11-20 00:12:27 +00:00
}
2021-11-12 00:12:35 +00:00
}
}