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