Skip to content

Commit

Permalink
Add translations
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter committed Oct 1, 2022
1 parent d4d3aa8 commit aaeb186
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions homeassistant/components/rtsp_to_webrtc/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,14 @@
"server_failure": "RTSPtoWebRTC server returned an error. Check logs for more information.",
"server_unreachable": "Unable to communicate with RTSPtoWebRTC server. Check logs for more information."
}
},
"options": {
"step": {
"init": {
"data": {
"stun_server": "Stun server address (host:port)"
}
}
}
}
}
9 changes: 9 additions & 0 deletions homeassistant/components/rtsp_to_webrtc/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,14 @@
"title": "Configure RTSPtoWebRTC"
}
}
},
"options": {
"step": {
"init": {
"data": {
"stun_server": "Stun server address (host:port)"
}
}
}
}
}

0 comments on commit aaeb186

Please sign in to comment.