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

53 lines
2.1 KiB
JSON
Raw Normal View History

2021-11-12 00:12:35 +00:00
{
"config": {
"abort": {
2021-11-25 00:13:33 +00:00
"already_configured": "\u30c7\u30d0\u30a4\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059",
2021-11-23 00:13:54 +00:00
"cannot_communicate": "\u901a\u4fe1\u306b\u5931\u6557\u3057\u307e\u3057\u305f",
2021-11-27 00:12:17 +00:00
"cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f"
2021-11-12 00:12:35 +00:00
},
"error": {
2021-11-23 00:13:54 +00:00
"already_configured": "\u30c7\u30d0\u30a4\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059",
"cannot_communicate": "\u901a\u4fe1\u306b\u5931\u6557\u3057\u307e\u3057\u305f",
2021-11-27 00:12:17 +00:00
"cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f"
2021-11-12 00:12:35 +00:00
},
"step": {
"setup_network": {
"data": {
2021-11-14 00:12:48 +00:00
"dsmr_version": "DSMR\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u9078\u629e",
2021-11-19 00:14:01 +00:00
"host": "\u30db\u30b9\u30c8",
"port": "\u30dd\u30fc\u30c8"
2021-11-12 00:12:35 +00:00
},
"title": "\u63a5\u7d9a\u30a2\u30c9\u30ec\u30b9\u306e\u9078\u629e"
},
"setup_serial": {
"data": {
"dsmr_version": "DSMR\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u9078\u629e",
"port": "\u30c7\u30d0\u30a4\u30b9\u3092\u9078\u629e"
},
"title": "\u30c7\u30d0\u30a4\u30b9"
},
"setup_serial_manual_path": {
2021-11-19 00:14:01 +00:00
"data": {
"port": "USB\u30c7\u30d0\u30a4\u30b9\u306e\u30d1\u30b9"
},
2021-11-12 00:12:35 +00:00
"title": "\u30d1\u30b9"
},
"user": {
"data": {
"type": "\u63a5\u7d9a\u30bf\u30a4\u30d7"
},
"title": "\u63a5\u7d9a\u30bf\u30a4\u30d7\u306e\u9078\u629e"
}
}
2021-11-25 00:13:33 +00:00
},
"options": {
"step": {
"init": {
"data": {
"time_between_update": "\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3\u66f4\u65b0\u306e\u6700\u5c0f\u6642\u9593[\u79d2]"
},
"title": "DSMR\u30aa\u30d7\u30b7\u30e7\u30f3"
}
}
2021-11-12 00:12:35 +00:00
}
}