mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-26 16:18:58 +03:00
Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/audio/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-camera/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-player/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-motionsearch/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/ Translation: Frigate NVR/Config - Cameras Translation: Frigate NVR/Config - Global Translation: Frigate NVR/audio Translation: Frigate NVR/common Translation: Frigate NVR/components-camera Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-player Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-events Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-live Translation: Frigate NVR/views-motionSearch Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system
81 lines
3.7 KiB
JSON
81 lines
3.7 KiB
JSON
{
|
|
"documentTitle": "Ricerca movimenti - Frigate",
|
|
"title": "Ricerca movimenti",
|
|
"description": "Disegna un poligono per definire la regione di interesse e specifica un intervallo di tempo per la ricerca di cambiamenti di movimento all'interno di tale regione.",
|
|
"selectCamera": "La ricerca di movimenti è in fase di caricamento",
|
|
"startSearch": "Avvia ricerca",
|
|
"searchStarted": "Ricerca avviata",
|
|
"searchCancelled": "Ricerca annullata",
|
|
"cancelSearch": "Annulla",
|
|
"searching": "Ricerca in corso.",
|
|
"searchComplete": "Ricerca completata",
|
|
"noResultsYet": "Esegui una ricerca per trovare le variazioni di movimento nella regione selezionata",
|
|
"noChangesFound": "Nessuna modifica dei pixel rilevata nella regione selezionata",
|
|
"changesFound_one": "Trovato {{count}} cambiamento di movimento",
|
|
"changesFound_many": "Trovati {{count}} cambiamenti di movimento",
|
|
"changesFound_other": "Trovati {{count}} cambiamenti di movimento",
|
|
"framesProcessed": "{{count}} fotogrammi elaborati",
|
|
"jumpToTime": "Vai a questo momento",
|
|
"results": "Risultati",
|
|
"showSegmentHeatmap": "Mappa di calore",
|
|
"newSearch": "Nuova ricerca",
|
|
"clearResults": "Pulisci risultati",
|
|
"clearROI": "Pulisci poligono",
|
|
"polygonControls": {
|
|
"points_one": "{{count}} punto",
|
|
"points_many": "{{count}} punti",
|
|
"points_other": "{{count}} punti",
|
|
"undo": "Annulla ultimo punto",
|
|
"reset": "Reimposta poligono",
|
|
"drawMode": "Disegna",
|
|
"moveMode": "Sposta"
|
|
},
|
|
"motionHeatmapLabel": "Mappa di calore del movimento",
|
|
"dialog": {
|
|
"title": "Ricerca di movimento",
|
|
"cameraLabel": "Telecamera",
|
|
"previewAlt": "Anteprima della telecamera per {{camera}}"
|
|
},
|
|
"timeRange": {
|
|
"title": "Intervallo di ricerca",
|
|
"start": "Ora di inizio",
|
|
"end": "Ora di fine"
|
|
},
|
|
"settings": {
|
|
"title": "Impostazioni di ricerca",
|
|
"parallelMode": "Modalità parallela",
|
|
"parallelModeDesc": "Esegui la scansione simultanea di più intervalli di registrazione (più veloce; utilizza più risorse di decodifica)",
|
|
"threshold": "Soglia di sensibilità",
|
|
"thresholdDesc": "Valori più bassi indicano cambiamenti minori (1-255)",
|
|
"minArea": "Area di cambio minimo",
|
|
"minAreaDesc": "Dimensione minima di una singola regione mobile, espressa in percentuale della regione di interesse",
|
|
"maxResults": "Risultati massimi",
|
|
"maxResultsDesc": "Interrompi dopo questo numero di orario corrispondenti"
|
|
},
|
|
"errors": {
|
|
"noCamera": "Seleziona una telecamera",
|
|
"noROI": "Disegna una regione di interesse",
|
|
"noTimeRange": "Seleziona un intervallo di tempo",
|
|
"invalidTimeRange": "L'ora di fine deve essere successiva all'ora di inizio",
|
|
"searchFailed": "Ricerca non riuscita: {{message}}",
|
|
"polygonTooSmall": "Il poligono deve avere almeno 3 punti",
|
|
"unknown": "Errore sconosciuto"
|
|
},
|
|
"changePercentage": "{{percentage}}% modificato",
|
|
"metrics": {
|
|
"title": "Metriche di ricerca",
|
|
"segmentsScanned": "Segmenti scansionati",
|
|
"segmentsProcessed": "Elaborati",
|
|
"segmentsSkippedInactive": "Saltati (nessuna attività)",
|
|
"segmentsSkippedHeatmap": "Saltati (nessuna sovrapposizione del ROI)",
|
|
"fallbackFullRange": "Scansione gamma completa alternativa",
|
|
"framesDecoded": "Fotogrammi decodificati",
|
|
"wallTime": "Tempo di ricerca",
|
|
"segmentErrors": "Errori di segmento",
|
|
"seconds": "{{seconds}}s",
|
|
"minutesSeconds": "{{minutes}}m {{seconds}}s",
|
|
"scanSummary": "{{segments}} segmenti · {{time}}"
|
|
},
|
|
"scanning": "Scansione {{time}}"
|
|
}
|