mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 22:57:40 +03:00
Currently translated at 100.0% (142 of 142 strings) Translated using Weblate (Italian) Currently translated at 100.0% (58 of 58 strings) Translated using Weblate (Italian) Currently translated at 100.0% (99 of 99 strings) Translated using Weblate (Italian) Currently translated at 100.0% (129 of 129 strings) Translated using Weblate (Italian) Currently translated at 100.0% (123 of 123 strings) Translated using Weblate (Italian) Currently translated at 100.0% (47 of 47 strings) Translated using Weblate (Italian) Currently translated at 100.0% (23 of 23 strings) Translated using Weblate (Italian) Currently translated at 98.9% (98 of 99 strings) Translated using Weblate (Italian) Currently translated at 2.6% (21 of 790 strings) Translated using Weblate (Italian) Currently translated at 2.6% (21 of 790 strings) Translated using Weblate (Italian) Currently translated at 100.0% (235 of 235 strings) Translated using Weblate (Italian) Currently translated at 93.0% (120 of 129 strings) Translated using Weblate (Italian) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Italian) Currently translated at 27.2% (6 of 22 strings) Translated using Weblate (Italian) Currently translated at 60.7% (651 of 1071 strings) Translated using Weblate (Italian) Currently translated at 2.7% (13 of 469 strings) Translated using Weblate (Italian) Currently translated at 1.2% (6 of 469 strings) Translated using Weblate (Italian) Currently translated at 100.0% (23 of 23 strings) Translated using Weblate (Italian) Currently translated at 0.3% (3 of 790 strings) Translated using Weblate (Italian) Currently translated at 76.0% (19 of 25 strings) Translated using Weblate (Italian) Currently translated at 98.9% (98 of 99 strings) Translated using Weblate (Italian) Currently translated at 27.2% (6 of 22 strings) Translated using Weblate (Italian) Currently translated at 98.3% (120 of 122 strings) Co-authored-by: AlessioCappe <alessio_cappe@hotmail.it> Co-authored-by: Evion58 <enniocianciolo058@duck.com> Co-authored-by: Gringo <ita.translations@tiscali.it> Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/it/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-camera/it/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/it/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/it/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-groups/it/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-validation/it/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/objects/it/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/it/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/it/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/it/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/it/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/it/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/it/ Translation: Frigate NVR/Config - Cameras Translation: Frigate NVR/Config - Global Translation: Frigate NVR/Config - Groups Translation: Frigate NVR/Config - Validation Translation: Frigate NVR/common Translation: Frigate NVR/components-camera Translation: Frigate NVR/objects Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-exports Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-live Translation: Frigate NVR/views-settings
89 lines
3.8 KiB
JSON
89 lines
3.8 KiB
JSON
{
|
|
"group": {
|
|
"label": "Gruppo di telecamere",
|
|
"add": "Aggiungi gruppo di telecamere",
|
|
"delete": {
|
|
"label": "Elimina gruppo di telecamere",
|
|
"confirm": {
|
|
"title": "Conferma eliminazione",
|
|
"desc": "Sei sicuro di voler eliminare il gruppo di telecamere <em>{{name}}</em>?"
|
|
}
|
|
},
|
|
"edit": "Modifica gruppo di telecamere",
|
|
"name": {
|
|
"label": "Nome",
|
|
"placeholder": "Inserisci un nome…",
|
|
"errorMessage": {
|
|
"exists": "Il nome scelto per il gruppo telecamere è già presente.",
|
|
"invalid": "Nome del gruppo di telecamere non valido.",
|
|
"mustLeastCharacters": "Il nome del gruppo di telecamere deve contenere almeno 2 caratteri.",
|
|
"nameMustNotPeriod": "Il nome del gruppo di telecamere non deve contenere punti."
|
|
}
|
|
},
|
|
"camera": {
|
|
"setting": {
|
|
"label": "Impostazioni di trasmissione della telecamera",
|
|
"title": "Impostazioni di trasmissione di {{cameraName}}",
|
|
"audioIsAvailable": "L'audio è disponibile per questo flusso",
|
|
"streamMethod": {
|
|
"label": "Metodo di trasmissione",
|
|
"method": {
|
|
"smartStreaming": {
|
|
"label": "Trasmissione intelligente (consigliata)",
|
|
"desc": "La trasmissione intelligente aggiorna l'immagine della telecamera una volta al minuto quando non si verifica alcuna attività rilevabile, per risparmiare larghezza di banda e risorse. Quando viene rilevata un'attività, l'immagine passa automaticamente alla trasmissione dal vivo."
|
|
},
|
|
"continuousStreaming": {
|
|
"label": "Trasmissione continua",
|
|
"desc": {
|
|
"warning": "La trasmissione continua può causare un elevato utilizzo di larghezza di banda e problemi di prestazioni. Da usare con cautela.",
|
|
"title": "L'immagine della telecamera sarà sempre trasmessa dal vivo quando è visibile sulla schermata, anche se non viene rilevata alcuna attività."
|
|
}
|
|
},
|
|
"noStreaming": {
|
|
"label": "Nessuna trasmissione",
|
|
"desc": "Le immagini delle telecamere verranno aggiornate solo una volta al minuto e non verrà effettuata alcuna trasmissione dal vivo."
|
|
}
|
|
},
|
|
"placeholder": "Scegli un metodo di trasmissione"
|
|
},
|
|
"compatibilityMode": {
|
|
"label": "Modalità di compatibilità",
|
|
"desc": "Abilita questa opzione solo se la trasmissione dal vivo della tua telecamera mostra artefatti cromatici e presenta una linea diagonale sul lato destro dell'immagine."
|
|
},
|
|
"audio": {
|
|
"tips": {
|
|
"document": "Leggi la documentazione ",
|
|
"title": "L'audio deve essere trasmesso dalla tua telecamera e configurato in go2rtc per questo flusso."
|
|
}
|
|
},
|
|
"audioIsUnavailable": "L'audio non è disponibile per questo flusso",
|
|
"desc": "Modifica le opzioni di trasmissione dal vivo per la schermata di questo gruppo di telecamere. <em>Queste impostazioni sono specifiche del dispositivo/browser.</em>",
|
|
"stream": "Flusso",
|
|
"placeholder": "Scegli un flusso"
|
|
},
|
|
"birdseye": "Birdseye"
|
|
},
|
|
"cameras": {
|
|
"desc": "Seleziona le telecamere per questo gruppo.",
|
|
"label": "Telecamere"
|
|
},
|
|
"icon": "Icona",
|
|
"success": "Il gruppo di telecamere ({{name}}) è stato salvato."
|
|
},
|
|
"debug": {
|
|
"options": {
|
|
"label": "Impostazioni",
|
|
"title": "Opzioni",
|
|
"showOptions": "Mostra opzioni",
|
|
"hideOptions": "Nascondi opzioni"
|
|
},
|
|
"boundingBox": "Riquadro di delimitazione",
|
|
"timestamp": "Orario",
|
|
"zones": "Zone",
|
|
"mask": "Maschera",
|
|
"motion": "Movimento",
|
|
"regions": "Regioni",
|
|
"paths": "Percorsi"
|
|
}
|
|
}
|