Fix : Velbus translation error (#25575)

This commit is contained in:
Quentame 2019-07-30 23:26:06 +02:00 committed by Paulus Schoutsen
parent 5aa35b52cc
commit f8bb0e1229
2 changed files with 18 additions and 17 deletions

View File

@ -1,21 +1,21 @@
{ {
"config": { "config": {
"title": "Velbus", "abort": {
"port_exists": "This port is already configured"
},
"error": {
"connection_failed": "The velbus connection failed",
"port_exists": "This port is already configured"
},
"step": { "step": {
"user": { "user": {
"title": "Define the velbus connection",
"data": { "data": {
"name": "The name for this velbus connection", "name": "The name for this velbus connection",
"port": "Connection string" "port": "Connection string"
} },
"title": "Define the velbus connection type"
} }
}, },
"error": { "title": "Velbus interface"
"port_exists": "This port is already configured",
"connection_failed": "The velbus connection failed"
},
"abort": {
"port_exists": "This port is already configured"
}
} }
} }

View File

@ -17,4 +17,5 @@
"abort": { "abort": {
"port_exists": "This port is already configured" "port_exists": "This port is already configured"
} }
}
} }