mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-10 10:33:11 +03:00
Added translation using Weblate (Italian)
Update translation files Updated by "Squash Git commits" add-on in Weblate. Added translation using Weblate (Italian) Added translation using Weblate (Italian) Added translation using Weblate (Italian) Translated using Weblate (Italian) Currently translated at 100.0% (228 of 228 strings) Translated using Weblate (Italian) Currently translated at 100.0% (58 of 58 strings) Translated using Weblate (Italian) Currently translated at 100.0% (23 of 23 strings) Translated using Weblate (Italian) Currently translated at 100.0% (147 of 147 strings) Co-authored-by: Gringo <ita.translations@tiscali.it> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/it/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/it/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/it/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/it/ Translation: Frigate NVR/common Translation: Frigate NVR/components-dialog Translation: Frigate NVR/views-exports Translation: Frigate NVR/views-system
This commit is contained in:
parent
24370997c1
commit
d87df70610
@ -129,7 +129,17 @@
|
|||||||
"pictureInPicture": "Immagine nell'immagine",
|
"pictureInPicture": "Immagine nell'immagine",
|
||||||
"twoWayTalk": "Comunicazione bidirezionale",
|
"twoWayTalk": "Comunicazione bidirezionale",
|
||||||
"cameraAudio": "Audio della telecamera",
|
"cameraAudio": "Audio della telecamera",
|
||||||
"continue": "Continua"
|
"continue": "Continua",
|
||||||
|
"add": "Aggiungi",
|
||||||
|
"undo": "Annulla",
|
||||||
|
"copiedToClipboard": "Copiato negli appunti",
|
||||||
|
"modified": "Modificato",
|
||||||
|
"overridden": "Sovrascritto",
|
||||||
|
"resetToGlobal": "Ripristina impostazioni globali",
|
||||||
|
"resetToDefault": "Ripristina impostazioni predefinite",
|
||||||
|
"saveAll": "Salva tutto",
|
||||||
|
"savingAll": "Salvataggio di tutto…",
|
||||||
|
"undoAll": "Annulla tutto"
|
||||||
},
|
},
|
||||||
"unit": {
|
"unit": {
|
||||||
"speed": {
|
"speed": {
|
||||||
@ -260,7 +270,8 @@
|
|||||||
},
|
},
|
||||||
"withSystem": "Sistema",
|
"withSystem": "Sistema",
|
||||||
"faceLibrary": "Raccolta volti",
|
"faceLibrary": "Raccolta volti",
|
||||||
"classification": "Classificazione"
|
"classification": "Classificazione",
|
||||||
|
"chat": "Chat"
|
||||||
},
|
},
|
||||||
"pagination": {
|
"pagination": {
|
||||||
"next": {
|
"next": {
|
||||||
|
|||||||
@ -77,6 +77,10 @@
|
|||||||
"select": "Seleziona",
|
"select": "Seleziona",
|
||||||
"name": {
|
"name": {
|
||||||
"placeholder": "Assegna un nome all'esportazione"
|
"placeholder": "Assegna un nome all'esportazione"
|
||||||
|
},
|
||||||
|
"case": {
|
||||||
|
"label": "Caso",
|
||||||
|
"placeholder": "Seleziona un caso"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"streaming": {
|
"streaming": {
|
||||||
|
|||||||
1
web/public/locales/it/config/cameras.json
Normal file
1
web/public/locales/it/config/cameras.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
1
web/public/locales/it/config/global.json
Normal file
1
web/public/locales/it/config/global.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
1
web/public/locales/it/config/groups.json
Normal file
1
web/public/locales/it/config/groups.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
1
web/public/locales/it/config/validation.json
Normal file
1
web/public/locales/it/config/validation.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
@ -11,13 +11,27 @@
|
|||||||
},
|
},
|
||||||
"toast": {
|
"toast": {
|
||||||
"error": {
|
"error": {
|
||||||
"renameExportFailed": "Impossibile rinominare l'esportazione: {{errorMessage}}"
|
"renameExportFailed": "Impossibile rinominare l'esportazione: {{errorMessage}}",
|
||||||
|
"assignCaseFailed": "Impossibile aggiornare l'assegnazione del caso: {{errorMessage}}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tooltip": {
|
"tooltip": {
|
||||||
"shareExport": "Condividi esportazione",
|
"shareExport": "Condividi esportazione",
|
||||||
"downloadVideo": "Scarica video",
|
"downloadVideo": "Scarica video",
|
||||||
"editName": "Modifica nome",
|
"editName": "Modifica nome",
|
||||||
"deleteExport": "Elimina esportazione"
|
"deleteExport": "Elimina esportazione",
|
||||||
|
"assignToCase": "Aggiungi al caso"
|
||||||
|
},
|
||||||
|
"headings": {
|
||||||
|
"cases": "Casi",
|
||||||
|
"uncategorizedExports": "Esportazioni non categorizzate"
|
||||||
|
},
|
||||||
|
"caseDialog": {
|
||||||
|
"title": "Aggiungi al caso",
|
||||||
|
"description": "Scegli un caso esistente o creane uno nuovo.",
|
||||||
|
"selectLabel": "Caso",
|
||||||
|
"newCaseOption": "Crea un nuovo caso",
|
||||||
|
"nameLabel": "Nome del caso",
|
||||||
|
"descriptionLabel": "Descrizione"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -70,7 +70,9 @@
|
|||||||
"title": "Avviso statistiche GPU Intel",
|
"title": "Avviso statistiche GPU Intel",
|
||||||
"message": "Statistiche GPU non disponibili",
|
"message": "Statistiche GPU non disponibili",
|
||||||
"description": "Si tratta di un problema noto negli strumenti di reportistica delle statistiche GPU di Intel (intel_gpu_top), che si interrompe e restituisce ripetutamente un utilizzo della GPU pari a 0% anche nei casi in cui l'accelerazione hardware e il rilevamento degli oggetti funzionano correttamente sulla (i)GPU. Non si tratta di un problema di Frigate. È possibile riavviare il sistema per risolvere temporaneamente il problema e verificare che la GPU funzioni correttamente. Ciò non influisce sulle prestazioni."
|
"description": "Si tratta di un problema noto negli strumenti di reportistica delle statistiche GPU di Intel (intel_gpu_top), che si interrompe e restituisce ripetutamente un utilizzo della GPU pari a 0% anche nei casi in cui l'accelerazione hardware e il rilevamento degli oggetti funzionano correttamente sulla (i)GPU. Non si tratta di un problema di Frigate. È possibile riavviare il sistema per risolvere temporaneamente il problema e verificare che la GPU funzioni correttamente. Ciò non influisce sulle prestazioni."
|
||||||
}
|
},
|
||||||
|
"gpuTemperature": "Temperatura GPU",
|
||||||
|
"npuTemperature": "Temperatura NPU"
|
||||||
},
|
},
|
||||||
"detector": {
|
"detector": {
|
||||||
"inferenceSpeed": "Velocità inferenza rilevatore",
|
"inferenceSpeed": "Velocità inferenza rilevatore",
|
||||||
@ -165,6 +167,17 @@
|
|||||||
"error": {
|
"error": {
|
||||||
"unableToProbeCamera": "Impossibile analizzare la telecamera: {{errorMessage}}"
|
"unableToProbeCamera": "Impossibile analizzare la telecamera: {{errorMessage}}"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"connectionQuality": {
|
||||||
|
"title": "Qualità connessione",
|
||||||
|
"excellent": "Ottima",
|
||||||
|
"fair": "Discreta",
|
||||||
|
"poor": "Scarsa",
|
||||||
|
"unusable": "Inutilizzabile",
|
||||||
|
"fps": "FPS",
|
||||||
|
"expectedFps": "FPS previsti",
|
||||||
|
"reconnectsLastHour": "Riconnessioni (ultima ora)",
|
||||||
|
"stallsLastHour": "Blocchi (ultima ora)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"stats": {
|
"stats": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user