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

22 lines
956 B
JSON
Raw Normal View History

2021-11-02 00:12:41 +00:00
{
"config": {
2021-11-03 00:11:55 +00:00
"abort": {
"auth_failed": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3API \u30ad\u30fc\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f"
},
2021-11-05 00:13:45 +00:00
"flow_title": "OctoPrint Printer: {host}",
2021-11-03 00:11:55 +00:00
"progress": {
"get_api_key": "OctoPrint UI\u3092\u958b\u304d\u3001Home Assistant\u306e\u30a2\u30af\u30bb\u30b9\u30ea\u30af\u30a8\u30b9\u30c8\u3067\u3092 '\u8a31\u53ef' \u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002"
},
2021-11-02 00:12:41 +00:00
"step": {
"user": {
"data": {
2021-11-05 00:13:45 +00:00
"host": "\u30db\u30b9\u30c8",
2021-11-02 00:12:41 +00:00
"path": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30d1\u30b9",
"port": "\u30dd\u30fc\u30c8\u756a\u53f7",
2021-11-05 00:13:45 +00:00
"ssl": "SSL\u3092\u4f7f\u7528",
"username": "\u30e6\u30fc\u30b6\u30fc\u540d"
2021-11-02 00:12:41 +00:00
}
}
}
}
}