Drop title from translations if brand name (#34306)
This commit is contained in:
parent
6119e79023
commit
55dfca7467
141 changed files with 205 additions and 666 deletions
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"title": "DirecTV",
|
||||
"config": {
|
||||
"flow_title": "DirecTV: {name}",
|
||||
"step": {
|
||||
|
@ -10,14 +9,10 @@
|
|||
},
|
||||
"user": {
|
||||
"title": "Connect to the DirecTV receiver",
|
||||
"data": {
|
||||
"host": "Host or IP address"
|
||||
}
|
||||
"data": { "host": "Host or IP address" }
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Failed to connect, please try again"
|
||||
},
|
||||
"error": { "cannot_connect": "Failed to connect, please try again" },
|
||||
"abort": {
|
||||
"already_configured": "DirecTV receiver is already configured",
|
||||
"unknown": "Unexpected error"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue