[ci skip] Translation update

This commit is contained in:
GitHub Action 2022-01-12 00:15:31 +00:00
parent ce0b378e05
commit 27dd4857df
59 changed files with 967 additions and 13 deletions

View 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"
}
}
}
}

View file

@ -0,0 +1,9 @@
{
"config": {
"step": {
"hassio_confirm": {
"title": "RTSPtoWebRTC via Home Assistant add-on"
}
}
}
}