[ci skip] Translation update
This commit is contained in:
parent
ce0b378e05
commit
27dd4857df
59 changed files with 967 additions and 13 deletions
25
homeassistant/components/rtsp_to_webrtc/translations/it.json
Normal file
25
homeassistant/components/rtsp_to_webrtc/translations/it.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Gi\u00e0 configurato. \u00c8 possibile una sola configurazione."
|
||||
},
|
||||
"error": {
|
||||
"invalid_url": "Deve essere un URL del server RTSPtoWebRTC valido, ad es. https://esempio.com",
|
||||
"server_failure": "Il server RTSPtoWebRTC ha restituito un errore. Controlla i registri per ulteriori informazioni.",
|
||||
"server_unreachable": "Impossibile comunicare con il server RTSPtoWebRTC. Controlla i registri per ulteriori informazioni."
|
||||
},
|
||||
"step": {
|
||||
"hassio_confirm": {
|
||||
"description": "Si desidera configurare Home Assistant per la connessione al server RTSPtoWebRTC fornito dal componente aggiuntivo: {addon}?",
|
||||
"title": "RTSPtoWebRTC tramite il componente aggiuntivo di Home Assistant"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"server_url": "URL del server RTSPtoWebRTC, ad es. https://esempio.com"
|
||||
},
|
||||
"description": "L'integrazione RTSPtoWebRTC richiede un server per tradurre i flussi RTSP in WebRTC. Digita l'URL del server RTSPtoWebRTC.",
|
||||
"title": "Configura RTSPtoWebRTC"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"hassio_confirm": {
|
||||
"title": "RTSPtoWebRTC via Home Assistant add-on"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue