Drop title from translations if brand name (#34306)

This commit is contained in:
Paulus Schoutsen 2020-04-16 12:52:53 -07:00 committed by GitHub
parent 6119e79023
commit 55dfca7467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
141 changed files with 205 additions and 666 deletions

View file

@ -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"