mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-11 17:14:28 +05:00
initial
This commit is contained in:
27
custom_components/mega/translations/en.json
Normal file
27
custom_components/mega/translations/en.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Device is already configured"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Failed to connect",
|
||||
"invalid_auth": "Invalid authentication",
|
||||
"unknown": "Unexpected error",
|
||||
"duplicate_id": "Duplicate ID"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"password": "Password",
|
||||
"username": "Username",
|
||||
"id": "ID",
|
||||
"mqtt_id": "MQTT id",
|
||||
"scan_interval": "Scan interval (sec) (used for aliveness and sensors)",
|
||||
"port_to_scan": "Port to poll aliveness (needed only if no sensors used)"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "mega"
|
||||
}
|
||||
Reference in New Issue
Block a user