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": {
"step": { "port_exists": "This port is already configured"
"user": {
"title": "Define the velbus connection",
"data": {
"name": "The name for this velbus connection",
"port": "Connection string"
}
}
}, },
"error": { "error": {
"port_exists": "This port is already configured", "connection_failed": "The velbus connection failed",
"connection_failed": "The velbus connection failed" "port_exists": "This port is already configured"
}, },
"abort": { "step": {
"port_exists": "This port is already configured" "user": {
} "data": {
"name": "The name for this velbus connection",
"port": "Connection string"
},
"title": "Define the velbus connection type"
}
},
"title": "Velbus interface"
} }
} }

View File

@ -5,8 +5,8 @@
"user": { "user": {
"title": "Define the velbus connection type", "title": "Define the velbus connection type",
"data": { "data": {
"name": "The name for this velbus connection", "name": "The name for this velbus connection",
"port": "Connection string" "port": "Connection string"
} }
} }
}, },
@ -17,4 +17,5 @@
"abort": { "abort": {
"port_exists": "This port is already configured" "port_exists": "This port is already configured"
} }
}
} }