mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-06 10:57:22 +03:00
Translated using Weblate (Italian)
Currently translated at 100.0% (235 of 235 strings) Translated using Weblate (Italian) Currently translated at 100.0% (86 of 86 strings) Translated using Weblate (Italian) Currently translated at 100.0% (101 of 101 strings) Translated using Weblate (Italian) Currently translated at 9.3% (44 of 469 strings) Translated using Weblate (Italian) Currently translated at 10.1% (80 of 790 strings) Translated using Weblate (Italian) Currently translated at 9.4% (75 of 790 strings) Translated using Weblate (Italian) Currently translated at 8.3% (39 of 469 strings) Translated using Weblate (Italian) Currently translated at 100.0% (64 of 64 strings) Translated using Weblate (Italian) Currently translated at 100.0% (26 of 26 strings) Translated using Weblate (Italian) Currently translated at 100.0% (145 of 145 strings) Translated using Weblate (Italian) Currently translated at 5.8% (46 of 790 strings) 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/common/it/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/it/ 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-explore/it/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/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/common Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-player Translation: Frigate NVR/views-events Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-exports Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system
This commit is contained in:
committed by
Nicolas Mowen
co-authored by
Gringo
parent
b5193c9978
commit
33e2b23f2e
@@ -14,7 +14,9 @@
|
||||
"toast": {
|
||||
"error": {
|
||||
"renameExportFailed": "Impossibile rinominare l'esportazione: {{errorMessage}}",
|
||||
"assignCaseFailed": "Impossibile aggiornare l'assegnazione del caso: {{errorMessage}}"
|
||||
"assignCaseFailed": "Impossibile aggiornare l'assegnazione del caso: {{errorMessage}}",
|
||||
"caseSaveFailed": "Impossibile salvare il caso: {{errorMessage}}",
|
||||
"caseDeleteFailed": "Impossibile eliminare il caso: {{errorMessage}}"
|
||||
}
|
||||
},
|
||||
"tooltip": {
|
||||
@@ -22,7 +24,8 @@
|
||||
"downloadVideo": "Scarica video",
|
||||
"editName": "Modifica nome",
|
||||
"deleteExport": "Elimina esportazione",
|
||||
"assignToCase": "Aggiungi al caso"
|
||||
"assignToCase": "Aggiungi al caso",
|
||||
"removeFromCase": "Rimuovi dal caso"
|
||||
},
|
||||
"headings": {
|
||||
"cases": "Casi",
|
||||
@@ -35,5 +38,91 @@
|
||||
"newCaseOption": "Crea un nuovo caso",
|
||||
"nameLabel": "Nome del caso",
|
||||
"descriptionLabel": "Descrizione"
|
||||
},
|
||||
"toolbar": {
|
||||
"newCase": "Nuovo caso",
|
||||
"addExport": "Aggiungi esportazione",
|
||||
"editCase": "Modifica caso",
|
||||
"deleteCase": "Elimina il caso"
|
||||
},
|
||||
"deleteCase": {
|
||||
"label": "Eliminare il caso",
|
||||
"desc": "Sei sicuro di voler eliminare {{caseName}}?",
|
||||
"descKeepExports": "Le esportazioni rimarranno disponibili come esportazioni non categorizzate.",
|
||||
"descDeleteExports": "In questo caso, tutte le esportazioni verranno eliminate definitivamente.",
|
||||
"deleteExports": "Elimina anche le esportazioni"
|
||||
},
|
||||
"caseCard": {
|
||||
"emptyCase": "Ancora nessuna esportazione"
|
||||
},
|
||||
"jobCard": {
|
||||
"defaultName": "{{camera}} esporta",
|
||||
"queued": "In coda",
|
||||
"running": "In esecuzione",
|
||||
"preparing": "Preparazione",
|
||||
"copying": "Copia",
|
||||
"encoding": "Codifica",
|
||||
"encodingRetry": "Codifica (riprova)",
|
||||
"finalizing": "Finalizzazione"
|
||||
},
|
||||
"caseView": {
|
||||
"noDescription": "Nessuna descrizione",
|
||||
"createdAt": "Creato {{value}}",
|
||||
"exportCount_one": "1 esportazione",
|
||||
"exportCount_other": "{{count}} esportazioni",
|
||||
"cameraCount_one": "1 telecamera",
|
||||
"cameraCount_other": "{{count}} telecamere",
|
||||
"showMore": "Mostra altro",
|
||||
"showLess": "Mostra meno",
|
||||
"emptyTitle": "Questo caso è vuoto",
|
||||
"emptyDescription": "Aggiungi le esportazioni esistenti non categorizzate per mantenere il caso organizzato.",
|
||||
"emptyDescriptionNoExports": "Al momento non sono disponibili esportazioni non categorizzate da aggiungere."
|
||||
},
|
||||
"caseEditor": {
|
||||
"createTitle": "Crea un caso",
|
||||
"editTitle": "Modifica caso",
|
||||
"namePlaceholder": "Nome del caso",
|
||||
"descriptionPlaceholder": "Aggiungi note o contesto per questo caso"
|
||||
},
|
||||
"addExportDialog": {
|
||||
"title": "Aggiungi l'esportazione a {{caseName}}",
|
||||
"searchPlaceholder": "Cerca esportazioni non categorizzate",
|
||||
"empty": "Nessuna esportazione non categorizzata corrisponde a questa ricerca.",
|
||||
"addButton_one": "Aggiungi 1 esportazione",
|
||||
"addButton_other": "Aggiungi {{count}} esportazioni",
|
||||
"adding": "In aggiunta..."
|
||||
},
|
||||
"selected_one": "{{count}} selezionati",
|
||||
"selected_other": "{{count}} selezionati",
|
||||
"bulkActions": {
|
||||
"addToCase": "Aggiungi al caso",
|
||||
"moveToCase": "Sposta al caso",
|
||||
"removeFromCase": "Rimuovi dal caso",
|
||||
"delete": "Elimina",
|
||||
"deleteNow": "Elimina ora"
|
||||
},
|
||||
"bulkDelete": {
|
||||
"title": "Elimina le esportazioni",
|
||||
"desc_one": "Sei sicuro di voler eliminare l'esportazione {{count}}?",
|
||||
"desc_other": "Sei sicuro di voler eliminare {{count}} esportazioni?"
|
||||
},
|
||||
"bulkRemoveFromCase": {
|
||||
"title": "Rimuovi dal caso",
|
||||
"desc_one": "Rimuovere l'esportazione {{count}} da questo caso?",
|
||||
"desc_other": "Rimuovere {{count}} esportazioni da questo caso?",
|
||||
"descKeepExports": "Le esportazioni verranno spostate nella categoria \"non classificate\".",
|
||||
"descDeleteExports": "Le esportazioni verranno eliminate definitivamente.",
|
||||
"deleteExports": "Elimina almeno le esportazioni"
|
||||
},
|
||||
"bulkToast": {
|
||||
"success": {
|
||||
"delete": "Esportazioni eliminate con successo",
|
||||
"reassign": "Assegnazione del caso aggiornata con successo",
|
||||
"remove": "Esportazioni rimosse con successo dal caso"
|
||||
},
|
||||
"error": {
|
||||
"deleteFailed": "Impossibile eliminare le esportazioni: {{errorMessage}}",
|
||||
"reassignFailed": "Impossibile aggiornare l'assegnazione del caso: {{errorMessage}}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user