Files
homeassistant_config/config/custom_components/ecoflow/translations/ja.json
2024-08-26 13:38:09 +02:00

19 lines
376 B
JSON

{
"title": "EcoFlow",
"config": {
"abort": {
"product_unsupported": "現時点では、この製品はサポートされていません。"
},
"error": {
"timeout": "接続がタイムアウトしました"
},
"step": {
"user": {
"data": {
"host": "ホスト名またはIPアドレス"
}
}
}
}
}