frigate/web/public/locales/it/config/validation.json
Hosted Weblate 0335cd4a64
Translated using Weblate (Italian)
Currently translated at 100.0% (25 of 25 strings)

Translated using Weblate (Italian)

Currently translated at 5.9% (28 of 469 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (62 of 62 strings)

Translated using Weblate (Italian)

Currently translated at 5.6% (45 of 790 strings)

Translated using Weblate (Italian)

Currently translated at 61.8% (664 of 1074 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Italian)

Currently translated at 100.0% (174 of 174 strings)

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/components-player/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-validation/it/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/it/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/it/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/it/
Translation: Frigate NVR/Config - Cameras
Translation: Frigate NVR/Config - Global
Translation: Frigate NVR/Config - Validation
Translation: Frigate NVR/components-player
Translation: Frigate NVR/views-events
Translation: Frigate NVR/views-settings
Translation: Frigate NVR/views-system
2026-04-08 21:21:11 +00:00

33 lines
1.6 KiB
JSON

{
"minimum": "Deve essere almeno {{limit}}",
"maximum": "Deve essere al massimo {{limit}}",
"exclusiveMinimum": "Deve essere maggiore di {{limit}}",
"exclusiveMaximum": "Deve essere minore di {{limit}}",
"minLength": "Deve essere almeno {{limit}} carattere(i)",
"maxLength": "Deve essere al massimo {{limit}} carattere(i)",
"minItems": "Deve contenere almeno {{limit}} elementi",
"maxItems": "Deve avere al massimo {{limit}} elementi",
"pattern": "Formato non valido",
"required": "Questo campo è obbligatorio",
"type": "Tipo di valore non valido",
"enum": "Deve essere uno dei valori consentiti",
"const": "Il valore non corrisponde alla costante prevista",
"uniqueItems": "Tutti gli elementi devono essere unici",
"format": "Formato non valido",
"additionalProperties": "Proprietà sconosciuta non consentita",
"oneOf": "Deve corrispondere esattamente a uno degli schemi consentiti",
"anyOf": "Deve corrispondere ad almeno uno degli schemi consentiti",
"proxy": {
"header_map": {
"roleHeaderRequired": "L'intestazione del ruolo è obbligatoria quando si configurano le mappature dei ruoli."
}
},
"ffmpeg": {
"inputs": {
"rolesUnique": "Ciascun ruolo può essere assegnato a un solo flusso di ingresso.",
"detectRequired": "Ad almeno un flusso di ingresso deve essere assegnato il ruolo di 'rilevamento'.",
"hwaccelDetectOnly": "Solo il flusso di ingresso con il ruolo di rilevamento può definire argomenti di accelerazione hardware."
}
}
}