Skip to content

Commit

Permalink
Add missing label for config option 'name'
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroschek committed Jan 25, 2024
1 parent fe13848 commit 94afa7b
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 56 deletions.
1 change: 1 addition & 0 deletions custom_components/eaton_epdu/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"step": {
"host": {
"data": {
"name": "[%key:common::config_flow::data::name%]",
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
Expand Down
113 changes: 57 additions & 56 deletions custom_components/eaton_epdu/translations/en.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,61 @@
{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"host": {
"data": {
"host": "Host",
"port": "Port",
"version": "SNMP Version"
}
},
"v1": {
"data": {
"community": "Community"
}
},
"v3": {
"data": {
"username": "Username",
"auth_key": "Auth Key",
"auth_protocol": "Auth Protocol",
"priv_key": "Priv Key",
"priv_protocol": "Priv Protocol"
}
}
}
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"options": {
"step": {
"host": {
"data": {
"host": "Host",
"port": "Port",
"version": "SNMP Version"
}
},
"v1": {
"data": {
"community": "Community"
}
},
"v3": {
"data": {
"username": "Username",
"auth_key": "Auth Key",
"auth_protocol": "Auth Protocol",
"priv_key": "Priv Key",
"priv_protocol": "Priv Protocol"
}
}
"step": {
"host": {
"data": {
"name": "Name",
"host": "Host",
"port": "Port",
"version": "SNMP Version"
}
},
"v1": {
"data": {
"community": "Community"
}
},
"v3": {
"data": {
"username": "Username",
"auth_key": "Auth Key",
"auth_protocol": "Auth Protocol",
"priv_key": "Priv Key",
"priv_protocol": "Priv Protocol"
}
}
}
},
"options": {
"step": {
"host": {
"data": {
"host": "Host",
"port": "Port",
"version": "SNMP Version"
}
},
"v1": {
"data": {
"community": "Community"
}
},
"v3": {
"data": {
"username": "Username",
"auth_key": "Auth Key",
"auth_protocol": "Auth Protocol",
"priv_key": "Priv Key",
"priv_protocol": "Priv Protocol"
}
}
}
}
}
}

0 comments on commit 94afa7b

Please sign in to comment.