Files
homarr/packages/translation/src/lang/it.json
Thomas Camlong 76abfca11b chore(lang): updated translations from crowdin (#1786)
* New translations en.json (Hebrew)

* New translations en.json (Dutch)

* New translations en.json (Hebrew)

* New translations en.json (Hebrew)

* New translations en.json (Romanian)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Czech)

* New translations en.json (Danish)

* New translations en.json (German)

* New translations en.json (Greek)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Korean)

* New translations en.json (Lithuanian)

* New translations en.json (Dutch)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Russian)

* New translations en.json (Slovak)

* New translations en.json (Slovenian)

* New translations en.json (Swedish)

* New translations en.json (Turkish)

* New translations en.json (Ukrainian)

* New translations en.json (Chinese Simplified)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Croatian)

* New translations en.json (Latvian)

* New translations en.json (Cree)

---------

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-12-27 20:47:14 +01:00

2964 lines
68 KiB
JSON

{
"init": {
"step": {
"start": {
"title": "Ti diamo il benvenuto su Homarr",
"subtitle": "Cominciamo a configurare la tua istanza Homarr.",
"description": "Per iniziare, seleziona come desideri configurare la tua istanza Homarr.",
"action": {
"scratch": "Inizia da zero",
"importOldmarr": "Importa da Homarr prima della 1.0"
}
},
"import": {
"title": "Importa dati",
"subtitle": "Puoi importare dati da un'istanza Homarr esistente.",
"dropzone": {
"title": "Trascina qui il file zip o clicca per sfogliare",
"description": "Il file zip caricato verrà elaborato e potrai selezionare cosa vuoi importare"
},
"fileInfo": {
"action": {
"change": "Cambia file"
}
},
"importSettings": {
"title": "Importa impostazioni",
"description": "Configura il comportamento d'importazione"
},
"boardSelection": {
"title": "Trovate {count} schede",
"description": "Seleziona tutte le schede con le dimensioni che desideri importare",
"action": {
"selectAll": "Seleziona tutto",
"unselectAll": "Deseleziona tutto"
}
},
"summary": {
"title": "Importa riepilogo",
"description": "Nel riepilogo sottostante puoi vedere cosa verrà importato",
"action": {
"import": "Conferma importazione e continua"
},
"entities": {
"apps": "Applicazioni",
"boards": "Boards",
"integrations": "Integrazioni",
"credentialUsers": "Utenti credenziali"
}
},
"tokenModal": {
"title": "Inserisci il token d'importazione",
"field": {
"token": {
"label": "Token",
"description": "Inserisci il token d'importazione mostrato dalla tua precedente istanza homarr"
}
},
"notification": {
"error": {
"title": "Token non valido",
"message": "Il token inserito non è valido"
}
}
}
},
"user": {
"title": "Amministratore",
"subtitle": "Specifica le credenziali per l'utente amministratore.",
"notification": {
"success": {
"title": "Utente creato",
"message": "Utente creato con successo"
},
"error": {
"title": "Creazione dell'utente non riuscita"
}
}
},
"group": {
"title": "Gruppo esterno",
"subtitle": "Specifica il gruppo che dovrebbe essere utilizzato per gli utenti esterni.",
"form": {
"name": {
"label": "Nome gruppo",
"description": "Il nome deve corrispondere al gruppo admin del provider esterno"
}
}
},
"settings": {
"title": "Impostazioni",
"subtitle": "Configura le impostazioni del server."
},
"finish": {
"title": "Termina configurazione",
"subtitle": "È tutto pronto per iniziare!",
"description": "Hai completato con successo il processo di installazione. Ora puoi iniziare a usare Homarr. Seleziona la tua prossima azione:",
"action": {
"goToBoard": "",
"createBoard": "",
"inviteUser": "",
"docs": ""
}
}
},
"backToStart": ""
},
"user": {
"title": "Utenti",
"name": "Utente",
"page": {
"login": {
"title": "",
"subtitle": ""
},
"invite": {
"title": "",
"subtitle": "",
"description": ""
},
"init": {
"title": "",
"subtitle": ""
}
},
"field": {
"email": {
"label": "E-mail",
"verified": ""
},
"username": {
"label": "Nome utente"
},
"password": {
"label": "Password",
"requirement": {
"length": "",
"lowercase": "Include lettera minuscola",
"uppercase": "Include lettera maiuscola",
"number": "Include numero",
"special": ""
}
},
"passwordConfirm": {
"label": "Conferma password"
},
"previousPassword": {
"label": ""
},
"homeBoard": {
"label": ""
},
"pingIconsEnabled": {
"label": ""
}
},
"error": {
"usernameTaken": ""
},
"action": {
"login": {
"label": "Accedi",
"labelWith": "",
"notification": {
"success": {
"title": "",
"message": ""
},
"error": {
"title": "",
"message": ""
}
},
"forgotPassword": {
"label": "",
"description": ""
}
},
"register": {
"label": "Crea account",
"notification": {
"success": {
"title": "Account creato",
"message": ""
},
"error": {
"title": "",
"message": ""
}
}
},
"create": "Crea utente",
"changePassword": {
"label": "",
"notification": {
"success": {
"message": ""
},
"error": {
"message": ""
}
}
},
"changeHomeBoard": {
"notification": {
"success": {
"message": ""
},
"error": {
"message": ""
}
}
},
"changeFirstDayOfWeek": {
"notification": {
"success": {
"message": ""
},
"error": {
"message": ""
}
}
},
"changePingIconsEnabled": {
"notification": {
"success": {
"message": ""
},
"error": {
"message": ""
}
}
},
"manageAvatar": {
"changeImage": {
"label": "",
"notification": {
"success": {
"message": ""
},
"error": {
"message": ""
},
"toLarge": {
"title": "",
"message": ""
}
}
},
"removeImage": {
"label": "",
"confirm": "",
"notification": {
"success": {
"message": ""
},
"error": {
"message": ""
}
}
}
},
"editProfile": {
"notification": {
"success": {
"message": ""
},
"error": {
"message": ""
}
}
},
"delete": {
"label": "",
"description": "Elimina questo utente, comprese le sue preferenze. Non eliminerà nessuna scheda. L'utente non verrà avvisato.",
"confirm": "Hai la certezza di voler eliminare l'utente {username} con le sue preferenze?"
},
"select": {
"label": "Seleziona utente",
"notFound": "Nessun utente trovato"
},
"transfer": {
"label": "Seleziona nuovo proprietario"
}
}
},
"group": {
"title": "Gruppi",
"name": "Gruppo",
"search": "Trova un gruppo",
"field": {
"name": "Nome",
"members": "Membri"
},
"permission": {
"admin": {
"title": "Admin",
"item": {
"admin": {
"label": "Amministratore",
"description": "I membri con questo permesso hanno pieno accesso a tutte le funzionalità e impostazioni"
}
}
},
"app": {
"title": "Applicazioni",
"item": {
"create": {
"label": "Crea applicazioni",
"description": "Consenti ai membri di creare app"
},
"use-all": {
"label": "Utilizzare tutte le applicazioni",
"description": "Consenti ai membri di aggiungere qualsiasi app alle loro schede"
},
"modify-all": {
"label": "Modificare tutte le app",
"description": "Consenti ai membri di modificare tutte le app"
},
"full-all": {
"label": "Accesso completo all'app",
"description": "Consenti ai membri di gestire, utilizzare ed eliminare qualsiasi app"
}
}
},
"board": {
"title": "Boards",
"item": {
"create": {
"label": "Creare schede",
"description": "Consenti ai membri di creare schede"
},
"view-all": {
"label": "Visualizzare tutte le schede",
"description": "Consenti ai membri di visualizzare tutte le schede"
},
"modify-all": {
"label": "Modificare tutte le schede",
"description": "Consenti ai membri di modificare tutte le schede (non include il controllo degli accessi e la danger zone)"
},
"full-all": {
"label": "Accesso completo alla scheda",
"description": "Consenti ai membri di visualizzare, modificare ed eliminare tutte le schede (incluso il controllo degli accessi e la zona pericolosa)"
}
}
},
"integration": {
"title": "Integrazioni",
"item": {
"create": {
"label": "Creare integrazioni",
"description": "Consenti ai membri di creare integrazioni"
},
"use-all": {
"label": "Utilizzare tutte le integrazioni",
"description": "Consente ai membri di aggiungere qualsiasi integrazione alle loro schede"
},
"interact-all": {
"label": "Interagire con qualsiasi integrazione",
"description": "Consenti ai membri di interagire con qualsiasi integrazione"
},
"full-all": {
"label": "Accesso completo integrativo",
"description": "Consenti ai membri di gestire, utilizzare e interagire con qualsiasi integrazione"
}
}
},
"media": {
"title": "Media",
"item": {
"upload": {
"label": "Caricare i media",
"description": "Consenti ai membri di caricare contenuti multimediali"
},
"view-all": {
"label": "Visualizzare tutti i media",
"description": "Consenti ai membri di visualizzare tutti i media"
},
"full-all": {
"label": "Accesso completo ai media",
"description": "Consenti ai membri di gestire ed eliminare qualsiasi contenuto multimediale"
}
}
},
"other": {
"title": "Altro",
"item": {
"view-logs": {
"label": "Visualizza log",
"description": "Consentire ai membri di visualizzare i log"
}
}
},
"search-engine": {
"title": "Motori di ricerca",
"item": {
"create": {
"label": "Creare motori di ricerca",
"description": "Consenti ai membri di creare motori di ricerca"
},
"modify-all": {
"label": "Modificare tutti i motori di ricerca",
"description": "Consenti ai membri di modificare tutti i motori di ricerca"
},
"full-all": {
"label": "",
"description": ""
}
}
}
},
"memberNotice": {
"mixed": "",
"external": ""
},
"reservedNotice": {
"message": ""
},
"action": {
"create": {
"label": "",
"notification": {
"success": {
"message": ""
},
"error": {
"message": ""
}
}
},
"transfer": {
"label": "",
"description": "",
"confirm": "",
"notification": {
"success": {
"message": ""
},
"error": {
"message": ""
}
}
},
"addMember": {
"label": ""
},
"removeMember": {
"label": "",
"confirm": ""
},
"delete": {
"label": "",
"description": "",
"confirm": "",
"notification": {
"success": {
"message": ""
},
"error": {
"message": ""
}
}
},
"changePermissions": {
"notification": {
"success": {
"title": "",
"message": ""
},
"error": {
"title": "",
"message": ""
}
}
},
"update": {
"notification": {
"success": {
"message": ""
},
"error": {
"message": ""
}
}
},
"select": {
"label": "",
"notFound": ""
}
}
},
"app": {
"page": {
"list": {
"title": "Applicazioni",
"noResults": {
"title": "",
"action": ""
}
},
"create": {
"title": "",
"notification": {
"success": {
"title": "",
"message": ""
},
"error": {
"title": "",
"message": ""
}
}
},
"edit": {
"title": "",
"notification": {
"success": {
"title": "",
"message": ""
},
"error": {
"title": "",
"message": ""
}
}
},
"delete": {
"title": "",
"message": "",
"notification": {
"success": {
"title": "",
"message": ""
},
"error": {
"title": "",
"message": ""
}
}
}
},
"field": {
"name": {
"label": "Nome"
},
"description": {
"label": ""
},
"url": {
"label": ""
}
},
"action": {
"select": {
"label": "",
"notFound": "Nessuna app trovata"
}
}
},
"integration": {
"page": {
"list": {
"title": "Integrazioni",
"search": "Cerca integrazioni",
"noResults": {
"title": "Non ci sono ancora integrazioni"
}
},
"create": {
"title": "Nuova integrazione di {name}",
"notification": {
"success": {
"title": "",
"message": "L'integrazione è stata creata con successo"
},
"error": {
"title": "",
"message": "Non è stato possibile creare l'integrazione"
}
}
},
"edit": {
"title": "Modifica integrazione {name}",
"notification": {
"success": {
"title": "",
"message": "L'integrazione è stata salvata correttamente"
},
"error": {
"title": "",
"message": "Non è stato possibile salvare l'integrazione"
}
}
},
"delete": {
"title": "Elimina integrazione",
"message": "Hai la certezza di voler eliminare l'integrazione {name}?",
"notification": {
"success": {
"title": "",
"message": "L'integrazione è stata eliminata correttamente"
},
"error": {
"title": "",
"message": "Impossibile eliminare l'integrazione"
}
}
}
},
"field": {
"name": {
"label": "Nome"
},
"url": {
"label": ""
}
},
"action": {
"create": "Nuova integrazione"
},
"testConnection": {
"action": {
"create": "Prova la connessione e crea",
"edit": "Prova la connessione e salva"
},
"alertNotice": "Il pulsante Salva è abilitato una volta stabilita una connessione con successo",
"notification": {
"success": {
"title": "Connessione riuscita",
"message": "La connessione è stata stabilita con successo"
},
"invalidUrl": {
"title": "URL invalido",
"message": "L'URL non è valido"
},
"secretNotDefined": {
"title": "Credenziali mancanti",
"message": "Non tutte le credenziali sono state fornite"
},
"invalidCredentials": {
"title": "Credenziali non valide",
"message": "Le credenziali non sono valide"
},
"commonError": {
"title": "Connessione fallita",
"message": "La connessione non è stata stabilita"
},
"badRequest": {
"title": "Bad request",
"message": "La richiesta era malformata"
},
"unauthorized": {
"title": "Non Autorizzato",
"message": "Probabilmente le credenziali sono sbagliate"
},
"forbidden": {
"title": "Forbidden",
"message": "Probabilmente mancano i permessi"
},
"notFound": {
"title": "Not found",
"message": "Probabilmente url o percorso errati"
},
"internalServerError": {
"title": "Errore server interno",
"message": "Il server ha riscontrato un errore"
},
"serviceUnavailable": {
"title": "Il servizio non è disponibile",
"message": "Il server non è attualmente disponibile"
},
"connectionAborted": {
"title": "Connessione interrotta",
"message": "La connessione è stata interrotta"
},
"domainNotFound": {
"title": "Dominio non trovato",
"message": "Il dominio non è stato trovato"
},
"connectionRefused": {
"title": "Connessione rifiutata",
"message": "La connessione è stata rifiutata"
},
"invalidJson": {
"title": "JSON non valido",
"message": "La risposta non era un JSON valido"
},
"wrongPath": {
"title": "Percorso sbagliato",
"message": "Il percorso probabilmente non è corretto"
}
}
},
"secrets": {
"title": "Secrets",
"lastUpdated": "Ultimo aggiornamento {date}",
"notSet": {
"label": "",
"tooltip": ""
},
"secureNotice": "",
"reset": {
"title": "",
"message": ""
},
"noSecretsRequired": {
"segmentTitle": "",
"text": ""
},
"kind": {
"username": {
"label": "Nome utente",
"newLabel": ""
},
"apiKey": {
"label": "",
"newLabel": ""
},
"password": {
"label": "Password",
"newLabel": "Nuova password"
}
}
},
"permission": {
"use": "",
"interact": "",
"full": "Accesso completo integrativo"
}
},
"media": {
"plural": "Media",
"search": "",
"field": {
"name": "Nome",
"size": "Dimensione",
"creator": "Creatore"
},
"action": {
"upload": {
"label": "",
"file": "",
"notification": {
"success": {
"message": ""
},
"error": {
"message": ""
}
}
},
"delete": {
"label": "",
"description": "",
"notification": {
"success": {
"message": ""
},
"error": {
"message": ""
}
}
},
"copy": {
"label": ""
}
}
},
"common": {
"beta": "",
"error": "Errore",
"action": {
"add": "Aggiungi",
"apply": "Applica",
"backToOverview": "",
"create": "Crea",
"edit": "Modifica",
"import": "",
"insert": "Inserisci",
"remove": "Rimuovi",
"save": "Salva",
"saveChanges": "Salva modifiche",
"cancel": "Annulla",
"delete": "Elimina",
"discard": "",
"confirm": "Conferma",
"continue": "",
"previous": "Precedente",
"next": "Successivo",
"checkoutDocs": "",
"checkLogs": "",
"tryAgain": "Riprova",
"loading": ""
},
"here": "",
"iconPicker": {
"label": "",
"header": ""
},
"colorScheme": {
"options": {
"light": "",
"dark": ""
}
},
"information": {
"min": "",
"max": "",
"days": "",
"hours": "Ore",
"minutes": "Minuti"
},
"notification": {
"create": {
"success": "",
"error": ""
},
"delete": {
"success": "",
"error": ""
},
"update": {
"success": "",
"error": ""
},
"transfer": {
"success": "",
"error": ""
}
},
"multiSelect": {
"placeholder": ""
},
"multiText": {
"placeholder": "",
"addLabel": ""
},
"select": {
"placeholder": "",
"badge": {
"recommended": ""
}
},
"userAvatar": {
"menu": {
"switchToDarkMode": "",
"switchToLightMode": "",
"management": "",
"preferences": "Le tue impostazioni",
"logout": "",
"login": "Accedi",
"homeBoard": "",
"loggedOut": "",
"updateAvailable": ""
}
},
"dangerZone": "Danger zone",
"noResults": "Nessun risultato trovato",
"preview": {
"show": "",
"hide": ""
},
"zod": {
"errors": {
"default": "Questo campo non è valido",
"required": "Questo campo è obbligatorio",
"string": {
"startsWith": "Questo campo deve iniziare con {startsWith}",
"endsWith": "Questo campo deve terminare con {endsWith}",
"includes": "Questo campo deve includere {includes}",
"invalidEmail": ""
},
"tooSmall": {
"string": "Questo campo deve avere una lunghezza minima di {minimum} caratteri",
"number": "Questo campo deve essere maggiore o uguale a {minimum}"
},
"tooBig": {
"string": "Questo campo deve avere una lunghezza massima di {maximum} caratteri",
"number": "Questo campo deve essere maggiore o uguale a {maximum}"
},
"custom": {
"passwordsDoNotMatch": "",
"passwordRequirements": "",
"boardAlreadyExists": "",
"invalidFileType": "",
"fileTooLarge": "",
"invalidConfiguration": "",
"groupNameTaken": ""
}
}
}
},
"section": {
"dynamic": {
"action": {
"create": "",
"remove": ""
},
"remove": {
"title": "",
"message": ""
}
},
"category": {
"field": {
"name": {
"label": "Nome"
}
},
"action": {
"create": "",
"edit": "",
"remove": "",
"moveUp": "Sposta in alto",
"moveDown": "Sposta in basso",
"createAbove": "",
"createBelow": ""
},
"create": {
"title": "",
"submit": ""
},
"remove": {
"title": "",
"message": ""
},
"edit": {
"title": "",
"submit": ""
},
"menu": {
"label": {
"create": "",
"changePosition": "Cambia posizione"
}
}
}
},
"item": {
"action": {
"create": "",
"import": "",
"edit": "",
"moveResize": "",
"duplicate": "",
"remove": ""
},
"menu": {
"label": {
"settings": "Impostazioni"
}
},
"create": {
"title": "",
"addToBoard": ""
},
"moveResize": {
"title": "",
"field": {
"width": {
"label": "Larghezza"
},
"height": {
"label": "Altezza"
},
"xOffset": {
"label": ""
},
"yOffset": {
"label": ""
}
}
},
"edit": {
"title": "",
"advancedOptions": {
"label": "",
"title": ""
},
"field": {
"integrations": {
"label": "Integrazioni"
},
"customCssClasses": {
"label": ""
}
}
},
"remove": {
"title": "",
"message": ""
}
},
"widget": {
"app": {
"name": "",
"description": "",
"option": {
"appId": {
"label": ""
},
"openInNewTab": {
"label": "Apri in una nuova scheda"
},
"showTitle": {
"label": ""
},
"showDescriptionTooltip": {
"label": ""
},
"pingEnabled": {
"label": ""
}
},
"error": {
"notFound": {
"label": "",
"tooltip": ""
}
}
},
"bookmarks": {
"name": "",
"description": "",
"option": {
"title": {
"label": ""
},
"layout": {
"label": "Layout",
"option": {
"row": {
"label": "Orizzontale"
},
"column": {
"label": "Verticale"
},
"grid": {
"label": ""
}
}
},
"items": {
"label": "",
"add": ""
}
}
},
"dnsHoleSummary": {
"name": "",
"description": "",
"option": {
"layout": {
"label": "Layout",
"option": {
"row": {
"label": "Orizzontale"
},
"column": {
"label": "Verticale"
},
"grid": {
"label": ""
}
}
},
"usePiHoleColors": {
"label": ""
}
},
"error": {
"internalServerError": "",
"integrationsDisconnected": ""
},
"data": {
"adsBlockedToday": "Bloccati oggi",
"adsBlockedTodayPercentage": "Bloccati oggi",
"dnsQueriesToday": "Query di oggi",
"domainsBeingBlocked": ""
}
},
"dnsHoleControls": {
"name": "",
"description": "Controlla PiHole o AdGuard dalla tua dashboard",
"option": {
"layout": {
"label": "Layout",
"option": {
"row": {
"label": "Orizzontale"
},
"column": {
"label": "Verticale"
},
"grid": {
"label": ""
}
}
},
"showToggleAllButtons": {
"label": ""
}
},
"error": {
"internalServerError": ""
},
"controls": {
"enableAll": "",
"disableAll": "",
"setTimer": "",
"set": "Imposta",
"enabled": "Abilitato",
"disabled": "Disattivato",
"processing": "",
"disconnected": "",
"hours": "Ore",
"minutes": "Minuti",
"unlimited": ""
}
},
"clock": {
"name": "",
"description": "Visualizza la data e l'ora correnti.",
"option": {
"customTitleToggle": {
"label": "",
"description": ""
},
"customTitle": {
"label": ""
},
"is24HourFormat": {
"label": "",
"description": ""
},
"showSeconds": {
"label": ""
},
"useCustomTimezone": {
"label": ""
},
"timezone": {
"label": "Fuso orario",
"description": ""
},
"showDate": {
"label": ""
},
"dateFormat": {
"label": "",
"description": ""
}
}
},
"notebook": {
"name": "Blocco note",
"description": "",
"option": {
"showToolbar": {
"label": "Mostra la barra degli strumenti per aiutarti a scrivere in Markdown"
},
"allowReadOnlyCheck": {
"label": "Consenti il check in modalità di sola lettura"
},
"content": {
"label": "Contenuto del blocco note"
}
},
"controls": {
"bold": "Grassetto",
"italic": "Corsivo",
"strikethrough": "Testo barrato",
"underline": "Sottolineato",
"colorText": "Testo a colori",
"colorHighlight": "Testo evidenziato colorato",
"code": "Codice",
"clear": "Rimuovi formattazione",
"heading": "Intestazione {level}",
"align": "Allinea testo: {position}",
"blockquote": "Citazione",
"horizontalLine": "Linea orizzontale",
"bulletList": "Elenco puntato",
"orderedList": "Elenco ordinato",
"checkList": "Elenco di controllo",
"increaseIndent": "Aumenta indentatura",
"decreaseIndent": "Diminuisci indentatura",
"link": "Link",
"unlink": "Elimina link",
"image": "Incorpora immagine",
"addTable": "Aggiungi tabella",
"deleteTable": "Elimina tabella",
"colorCell": "Colore cella",
"mergeCell": "Attiva/disattiva unione celle",
"addColumnLeft": "Aggiungi colonna prima",
"addColumnRight": "Aggiungi colonna dopo",
"deleteColumn": "Elimina colonna",
"addRowTop": "Aggiungi riga prima",
"addRowBelow": "Aggiungi riga dopo",
"deleteRow": "Elimina riga"
},
"align": {
"left": "Sinistra",
"center": "Centra",
"right": "Destra"
},
"popover": {
"clearColor": "Rimuovi colore",
"source": "Fonte",
"widthPlaceholder": "Valore in % o pixel",
"columns": "Colonne",
"rows": "Righe",
"width": "Larghezza",
"height": "Altezza"
}
},
"iframe": {
"name": "iFrame",
"description": "Incorpora qualsiasi contenuto da Internet. Alcuni siti web possono limitare l'accesso.",
"option": {
"embedUrl": {
"label": "Incorpora URL"
},
"allowFullScreen": {
"label": "Consenti schermo intero"
},
"allowTransparency": {
"label": "Consenti trasparenza"
},
"allowScrolling": {
"label": "Consenti scorrimento"
},
"allowPayment": {
"label": "Consenti pagamento"
},
"allowAutoPlay": {
"label": "Consenti riproduzione automatica"
},
"allowMicrophone": {
"label": "Consenti microfono"
},
"allowCamera": {
"label": "Consenti fotocamera"
},
"allowGeolocation": {
"label": "Consenti geo-localizzazione"
}
},
"error": {
"noUrl": "",
"noBrowerSupport": "Il tuo browser non supporta iframes. Aggiorna il tuo browser."
}
},
"smartHome-entityState": {
"name": "",
"description": "",
"option": {
"entityId": {
"label": "ID entità"
},
"displayName": {
"label": ""
},
"entityUnit": {
"label": ""
},
"clickable": {
"label": ""
}
}
},
"smartHome-executeAutomation": {
"name": "",
"description": "",
"option": {
"displayName": {
"label": "Visualizza nome"
},
"automationId": {
"label": "ID automazione"
}
},
"spotlightAction": {
"run": ""
}
},
"calendar": {
"name": "Calendario",
"description": "",
"option": {
"releaseType": {
"label": "Tipo di release Radarr",
"options": {
"inCinemas": "",
"digitalRelease": "",
"physicalRelease": ""
}
},
"filterPastMonths": {
"label": ""
},
"filterFutureMonths": {
"label": ""
}
}
},
"weather": {
"name": "Meteo",
"description": "Mostra le informazioni meteo attuali di una località.",
"option": {
"isFormatFahrenheit": {
"label": ""
},
"location": {
"label": "Località meteo"
},
"showCity": {
"label": ""
},
"hasForecast": {
"label": ""
},
"forecastDayCount": {
"label": "",
"description": ""
},
"dateFormat": {
"label": "",
"description": ""
}
},
"kind": {
"clear": "Sereno",
"mainlyClear": "Per lo più sereno",
"fog": "Nebbia",
"drizzle": "Pioggia leggera",
"freezingDrizzle": "Pioggia leggera gelata",
"rain": "Pioggia",
"freezingRain": "Pioggia gelata",
"snowFall": "Neve",
"snowGrains": "Neve tonda",
"rainShowers": "Rovesci",
"snowShowers": "Forti nevicate",
"thunderstorm": "Temporale",
"thunderstormWithHail": "Temporale con grandine",
"unknown": "Sconosciuto"
}
},
"indexerManager": {
"name": "Stato del gestore dell'indicizzatore",
"description": "",
"option": {
"openIndexerSiteInNewTab": {
"label": ""
}
},
"title": "Gestore dell'indicizzatore",
"testAll": "Prova Tutto",
"error": {
"internalServerError": ""
}
},
"healthMonitoring": {
"name": "Monitoraggio dello stato del sistema",
"description": "Visualizza informazioni sulla salute e stato dei tuoi sistemi.",
"option": {
"fahrenheit": {
"label": "Temperatura CPU in Fahrenheit"
},
"cpu": {
"label": "Mostra info CPU"
},
"memory": {
"label": "Mostra Informazioni Memoria"
},
"fileSystem": {
"label": "Mostra Informazioni Filesystem"
}
},
"popover": {
"information": "",
"processor": "",
"memory": "",
"memoryAvailable": "",
"version": "",
"uptime": "",
"loadAverage": "",
"minute": "",
"minutes": "",
"used": "",
"available": "Disponibile",
"lastSeen": ""
},
"memory": {},
"error": {
"internalServerError": ""
}
},
"common": {
"location": {
"query": "",
"latitude": "",
"longitude": "",
"disabledTooltip": "",
"unknownLocation": "",
"search": "Cerca",
"table": {
"header": {
"city": "",
"country": "",
"coordinates": "",
"population": ""
},
"action": {
"select": ""
},
"population": {
"fallback": "Sconosciuto"
}
}
},
"integration": {
"noData": "",
"description": ""
},
"app": {
"noData": "Nessuna app trovata",
"description": ""
},
"error": {
"noIntegration": "",
"noData": ""
},
"option": {}
},
"video": {
"name": "Flusso Video",
"description": "Incorpora un flusso video o un video da una videocamera o da un sito web",
"option": {
"feedUrl": {
"label": "URL del feed"
},
"hasAutoPlay": {
"label": "Riproduzione automatica",
"description": ""
},
"isMuted": {
"label": ""
},
"hasControls": {
"label": ""
}
},
"error": {
"noUrl": "",
"forYoutubeUseIframe": ""
}
},
"mediaServer": {
"name": "",
"description": "",
"option": {}
},
"downloads": {
"name": "",
"description": "",
"option": {
"columns": {
"label": ""
},
"enableRowSorting": {
"label": ""
},
"defaultSort": {
"label": ""
},
"descendingDefaultSort": {
"label": ""
},
"showCompletedUsenet": {
"label": ""
},
"showCompletedTorrent": {
"label": ""
},
"activeTorrentThreshold": {
"label": ""
},
"categoryFilter": {
"label": ""
},
"filterIsWhitelist": {
"label": ""
},
"applyFilterToRatio": {
"label": ""
}
},
"errors": {
"noColumns": "",
"noCommunications": ""
},
"items": {
"actions": {
"columnTitle": ""
},
"added": {
"columnTitle": "",
"detailsTitle": "Aggiunto in data"
},
"category": {
"columnTitle": "",
"detailsTitle": ""
},
"downSpeed": {
"columnTitle": "Down",
"detailsTitle": "Velocità Di Download"
},
"index": {
"columnTitle": "",
"detailsTitle": ""
},
"id": {
"columnTitle": ""
},
"integration": {
"columnTitle": "Integrazione"
},
"name": {
"columnTitle": ""
},
"progress": {
"columnTitle": "Avanzamento",
"detailsTitle": ""
},
"ratio": {
"columnTitle": "Ratio",
"detailsTitle": ""
},
"received": {
"columnTitle": "",
"detailsTitle": ""
},
"sent": {
"columnTitle": "",
"detailsTitle": ""
},
"size": {
"columnTitle": "",
"detailsTitle": ""
},
"state": {
"columnTitle": "Stato",
"detailsTitle": ""
},
"time": {
"columnTitle": "",
"detailsTitle": ""
},
"type": {
"columnTitle": "",
"detailsTitle": ""
},
"upSpeed": {
"columnTitle": "Up",
"detailsTitle": ""
}
},
"states": {
"downloading": "Download in corso",
"queued": "In coda",
"paused": "In pausa",
"completed": "Completato",
"failed": "",
"processing": "",
"leeching": "",
"stalled": "",
"unknown": "Sconosciuto",
"seeding": ""
},
"actions": {
"clients": {
"modalTitle": "",
"pause": "",
"resume": ""
},
"client": {
"pause": "",
"resume": ""
},
"item": {
"pause": "",
"resume": "",
"delete": {
"title": "",
"modalTitle": "",
"entry": "",
"entryAndFiles": ""
}
}
},
"globalRatio": ""
},
"mediaRequests-requestList": {
"name": "",
"description": "Vedi un elenco di tutte le richieste multimediali dalla tua istanza Overseerr o Jellyseerr",
"option": {
"linksTargetNewTab": {
"label": "Apri i link in nuova scheda"
}
},
"pending": {
"approve": "",
"approving": "",
"decline": ""
},
"availability": {
"unknown": "Sconosciuto",
"pending": "",
"processing": "",
"partiallyAvailable": "Parziale",
"available": "Disponibile"
},
"toBeDetermined": ""
},
"mediaRequests-requestStats": {
"name": "",
"description": "Statistiche sulle richieste multimediali",
"option": {},
"titles": {
"stats": {
"main": "Statistiche Multimediali",
"approved": "Già approvato",
"pending": "Approvazioni In Attesa",
"processing": "",
"declined": "",
"available": "",
"tv": "Richieste TV",
"movie": "Richieste film",
"total": "Totale"
},
"users": {
"main": "Utenti Top",
"requests": ""
}
}
},
"mediaTranscoding": {
"name": "",
"description": "",
"option": {
"defaultView": {
"label": "Vista predefinita"
},
"queuePageSize": {
"label": ""
}
},
"tab": {
"workers": "Worker",
"queue": "Coda",
"statistics": "Statistiche"
},
"currentIndex": "",
"healthCheck": {
"title": "",
"queued": "In coda",
"status": {
"healthy": "Sano",
"unhealthy": "Non integro"
}
},
"panel": {
"statistics": {
"empty": "Vuoto",
"transcodes": "Transcodes",
"transcodesCount": "",
"healthChecksCount": "",
"filesCount": "",
"savedSpace": "",
"healthChecks": "",
"videoCodecs": "Codecs",
"videoContainers": "Containers",
"videoResolutions": "Risoluzioni"
},
"workers": {
"empty": "Vuoto",
"table": {
"file": "File",
"eta": "ETA",
"progress": "Avanzamento",
"transcode": "Transcode",
"healthCheck": ""
}
},
"queue": {
"empty": "Vuoto",
"table": {
"file": "File",
"size": "Dimensione",
"transcode": "Transcode",
"healthCheck": ""
}
}
}
},
"rssFeed": {
"name": "",
"description": "",
"option": {
"feedUrls": {
"label": ""
},
"enableRtl": {
"label": ""
},
"textLinesClamp": {
"label": ""
},
"maximumAmountPosts": {
"label": ""
}
}
}
},
"widgetPreview": {
"toggle": {
"enabled": "",
"disabled": ""
},
"dimensions": {
"title": ""
}
},
"board": {
"action": {
"edit": {
"notification": {
"success": {
"title": "",
"message": ""
},
"error": {
"title": "",
"message": ""
}
},
"confirmLeave": {
"title": "",
"message": ""
}
},
"oldImport": {
"label": "",
"notification": {
"success": {
"title": "",
"message": ""
},
"error": {
"title": "",
"message": ""
}
},
"form": {
"file": {
"label": "",
"invalidError": ""
},
"apps": {
"label": "Applicazioni",
"avoidDuplicates": {
"label": "",
"description": ""
},
"onlyImportApps": {
"label": "",
"description": ""
}
},
"name": {
"label": ""
},
"screenSize": {
"label": "",
"description": "",
"option": {
"sm": "Piccolo",
"md": "Medio",
"lg": "Grande"
}
},
"sidebarBehavior": {
"label": "",
"description": "",
"option": {
"lastSection": {
"label": "",
"description": ""
},
"removeItems": {
"label": "",
"description": ""
}
}
}
}
}
},
"field": {
"pageTitle": {
"label": ""
},
"metaTitle": {
"label": ""
},
"logoImageUrl": {
"label": ""
},
"faviconImageUrl": {
"label": ""
},
"backgroundImageUrl": {
"label": ""
},
"backgroundImageAttachment": {
"label": "Allegato immagine di sfondo",
"option": {
"fixed": {
"label": "",
"description": ""
},
"scroll": {
"label": "",
"description": ""
}
}
},
"backgroundImageRepeat": {
"label": "",
"option": {
"repeat": {
"label": "",
"description": ""
},
"no-repeat": {
"label": "",
"description": ""
},
"repeat-x": {
"label": "",
"description": ""
},
"repeat-y": {
"label": "",
"description": ""
}
}
},
"backgroundImageSize": {
"label": "Dimensioni dell'immagine di sfondo",
"option": {
"cover": {
"label": "",
"description": ""
},
"contain": {
"label": "",
"description": ""
}
}
},
"primaryColor": {
"label": "Colore primario"
},
"secondaryColor": {
"label": "Colore secondario"
},
"opacity": {
"label": ""
},
"customCss": {
"label": "",
"description": "Inoltre, personalizza la dashboard utilizzando i CSS, consigliato solo agli utenti esperti",
"customClassesAlert": {
"title": "",
"description": ""
}
},
"columnCount": {
"label": ""
},
"name": {
"label": "Nome"
},
"isPublic": {
"label": "Pubblico",
"description": ""
}
},
"content": {
"metaTitle": ""
},
"setting": {
"title": "",
"section": {
"general": {
"title": "Generale",
"unrecognizedLink": ""
},
"layout": {
"title": "Layout"
},
"background": {
"title": "Sfondo"
},
"color": {
"title": ""
},
"customCss": {
"title": ""
},
"access": {
"title": "",
"permission": {
"item": {
"view": {
"label": "Mostra board"
},
"modify": {
"label": ""
},
"full": {
"label": ""
}
}
}
},
"dangerZone": {
"title": "Danger zone",
"action": {
"rename": {
"label": "",
"description": "",
"button": "",
"modal": {
"title": ""
}
},
"visibility": {
"label": "",
"description": {
"public": "",
"private": ""
},
"button": {
"public": "",
"private": ""
},
"confirm": {
"public": {
"title": "",
"description": ""
},
"private": {
"title": "",
"description": ""
}
}
},
"delete": {
"label": "",
"description": "",
"button": "",
"confirm": {
"title": "Elimina board",
"description": ""
}
}
}
}
}
},
"error": {
"noBoard": {
"title": "Ti diamo il benvenuto su Homarr",
"description": "",
"link": "",
"notice": ""
},
"notFound": {
"title": "",
"description": "",
"link": "Visualizzare tutte le schede",
"notice": ""
},
"homeBoard": {
"title": "",
"admin": {
"description": "",
"link": "",
"notice": ""
},
"user": {
"description": "",
"link": "",
"notice": ""
},
"anonymous": {
"description": "",
"link": "",
"notice": ""
}
}
}
},
"management": {
"metaTitle": "",
"title": {
"morning": "",
"afternoon": "",
"evening": ""
},
"notFound": {
"title": "",
"text": ""
},
"navbar": {
"items": {
"home": "Home",
"boards": "Boards",
"apps": "Applicazioni",
"integrations": "Integrazioni",
"searchEngies": "Motori di ricerca",
"medias": "Media",
"users": {
"label": "Utenti",
"items": {
"manage": "Gestisci",
"invites": "Inviti",
"groups": "Gruppi"
}
},
"tools": {
"label": "Strumenti",
"items": {
"docker": "Docker",
"logs": "",
"api": "API",
"tasks": ""
}
},
"settings": "Impostazioni",
"help": {
"label": "Aiuto",
"items": {
"documentation": "Documentazione",
"submitIssue": "",
"discord": "Discord della community",
"sourceCode": ""
}
},
"about": "Info"
}
},
"page": {
"home": {
"statistic": {
"board": "Boards",
"user": "Utenti",
"invite": "Inviti",
"integration": "Integrazioni",
"app": "Applicazioni",
"group": "Gruppi"
},
"statisticLabel": {
"boards": "Boards",
"resources": "",
"authentication": "",
"authorization": ""
}
},
"board": {
"title": "Le tue board",
"action": {
"new": {
"label": ""
},
"open": {
"label": ""
},
"settings": {
"label": "Impostazioni"
},
"setHomeBoard": {
"label": "",
"badge": {
"label": "Home",
"tooltip": ""
}
},
"delete": {
"label": "Elimina definitivamente",
"confirm": {
"title": "Elimina board",
"description": ""
}
}
},
"visibility": {
"public": "",
"private": ""
},
"modal": {
"createBoard": {
"field": {
"name": {
"label": "Nome"
}
}
}
}
},
"media": {
"includeFromAllUsers": ""
},
"user": {
"back": "",
"fieldsDisabledExternalProvider": "",
"setting": {
"general": {
"title": "Generale",
"item": {
"language": "",
"board": "",
"firstDayOfWeek": "Primo giorno della settimana",
"accessibility": "Accessibilità"
}
},
"security": {
"title": "Sicurezza"
},
"board": {
"title": "Boards"
}
},
"list": {
"metaTitle": "Gestisci utenti",
"title": "Utenti"
},
"edit": {
"metaTitle": ""
},
"create": {
"metaTitle": "Crea utente",
"title": "",
"step": {
"personalInformation": {
"label": ""
},
"security": {
"label": "Sicurezza"
},
"groups": {
"label": "Gruppi",
"title": "",
"description": ""
},
"review": {
"label": ""
},
"completed": {
"title": "Utente creato"
},
"error": {
"title": "Creazione dell'utente non riuscita"
}
},
"action": {
"createAnother": "",
"back": ""
}
},
"invite": {
"title": "Gestisci inviti utente",
"action": {
"new": {
"title": "",
"description": "Dopo la scadenza, un invito non sarà più valido e il destinatario dell'invito non potrà creare un account."
},
"copy": {
"title": "",
"description": "",
"link": "Link d'invito",
"button": ""
},
"delete": {
"title": "Elimina invito",
"description": "Siete sicuri di voler eliminare questo invito? Gli utenti con questo link non potranno più creare un account utilizzando tale link."
}
},
"field": {
"id": {
"label": "ID"
},
"creator": {
"label": "Creatore"
},
"expirationDate": {
"label": "Data di scadenza"
},
"token": {
"label": "Token"
}
}
}
},
"group": {
"back": "",
"setting": {
"general": {
"title": "Generale",
"owner": "Proprietario",
"ownerOfGroup": "",
"ownerOfGroupDeleted": ""
},
"members": {
"title": "Membri",
"search": "",
"notFound": ""
},
"permissions": {
"title": "",
"form": {
"unsavedChanges": ""
}
}
}
},
"settings": {
"title": "Impostazioni",
"notification": {
"success": {
"message": ""
},
"error": {
"message": ""
}
},
"section": {
"analytics": {
"title": "",
"general": {
"title": "",
"text": ""
},
"widgetData": {
"title": "",
"text": ""
},
"integrationData": {
"title": "",
"text": ""
},
"usersData": {
"title": "",
"text": ""
}
},
"crawlingAndIndexing": {
"title": "",
"warning": "",
"noIndex": {
"title": "",
"text": ""
},
"noFollow": {
"title": "",
"text": ""
},
"noTranslate": {
"title": "",
"text": ""
},
"noSiteLinksSearchBox": {
"title": "",
"text": ""
}
},
"board": {
"title": "Boards",
"homeBoard": {
"label": "",
"description": ""
}
},
"appearance": {
"title": "Aspetto",
"defaultColorScheme": {
"label": "",
"options": {
"light": "",
"dark": ""
}
}
},
"culture": {
"title": "",
"defaultLocale": {
"label": ""
}
}
}
},
"tool": {
"tasks": {
"title": "",
"status": {
"idle": "",
"running": "In esecuzione",
"error": "Errore"
},
"job": {
"iconsUpdater": {
"label": ""
},
"analytics": {
"label": ""
},
"smartHomeEntityState": {
"label": ""
},
"ping": {
"label": ""
},
"mediaServer": {
"label": "Server multimediale"
},
"mediaOrganizer": {
"label": ""
},
"downloads": {
"label": ""
},
"mediaRequestStats": {
"label": ""
},
"mediaRequestList": {
"label": ""
},
"rssFeeds": {
"label": ""
},
"indexerManager": {
"label": ""
},
"healthMonitoring": {
"label": ""
},
"dnsHole": {
"label": ""
},
"sessionCleanup": {
"label": ""
},
"updateChecker": {
"label": ""
},
"mediaTranscoding": {
"label": ""
}
}
},
"api": {
"title": "API",
"modal": {
"createApiToken": {
"title": "",
"description": "",
"button": ""
}
},
"tab": {
"documentation": {
"label": "Documentazione"
},
"apiKey": {
"label": "",
"title": "",
"button": {
"createApiToken": ""
},
"table": {
"header": {
"id": "ID",
"createdBy": ""
}
}
}
}
}
},
"about": {
"version": "",
"text": "",
"accordion": {
"contributors": {
"title": "",
"subtitle": ""
},
"translators": {
"title": "",
"subtitle": ""
},
"libraries": {
"title": "",
"subtitle": ""
}
}
}
}
},
"docker": {
"title": "Containers",
"table": {
"updated": "",
"search": "",
"selected": ""
},
"field": {
"name": {
"label": "Nome"
},
"state": {
"label": "Stato",
"option": {
"created": "Creato",
"running": "In esecuzione",
"paused": "In pausa",
"restarting": "Riavvio",
"exited": "",
"removing": "Rimozione in corso",
"dead": ""
}
},
"containerImage": {
"label": "Immagine"
},
"ports": {
"label": "Porte"
}
},
"action": {
"start": {
"label": "Avvia",
"notification": {
"success": {
"title": "",
"message": ""
},
"error": {
"title": "",
"message": ""
}
}
},
"stop": {
"label": "Arresta",
"notification": {
"success": {
"title": "",
"message": ""
},
"error": {
"title": "",
"message": ""
}
}
},
"restart": {
"label": "Riavvia",
"notification": {
"success": {
"title": "",
"message": ""
},
"error": {
"title": "",
"message": ""
}
}
},
"remove": {
"label": "Rimuovi",
"notification": {
"success": {
"title": "",
"message": ""
},
"error": {
"title": "",
"message": ""
}
}
},
"refresh": {
"label": "",
"notification": {
"success": {
"title": "",
"message": ""
},
"error": {
"title": "",
"message": ""
}
}
}
},
"error": {
"internalServerError": ""
}
},
"permission": {
"title": "",
"userSelect": {
"title": ""
},
"groupSelect": {
"title": ""
},
"tab": {
"user": "Utenti",
"group": "Gruppi",
"inherited": ""
},
"field": {
"user": {
"label": "Utente"
},
"group": {
"label": "Gruppo"
},
"permission": {
"label": ""
}
},
"action": {
"saveUser": "",
"saveGroup": ""
}
},
"navigationStructure": {
"manage": {
"label": "Gestisci",
"boards": {
"label": "Boards"
},
"integrations": {
"label": "Integrazioni",
"edit": {
"label": "Modifica"
},
"new": {
"label": ""
}
},
"search-engines": {
"label": "Motori di ricerca",
"new": {
"label": ""
},
"edit": {
"label": "Modifica"
}
},
"medias": {
"label": "Media"
},
"apps": {
"label": "Applicazioni",
"new": {
"label": ""
},
"edit": {
"label": "Modifica"
}
},
"users": {
"label": "Utenti",
"create": {
"label": "Crea"
},
"general": "Generale",
"security": "Sicurezza",
"board": "Boards",
"groups": {
"label": "Gruppi"
},
"invites": {
"label": "Inviti"
}
},
"tools": {
"label": "Strumenti",
"docker": {
"label": "Docker"
},
"logs": {
"label": ""
}
},
"settings": {
"label": "Impostazioni"
},
"about": {
"label": "Info"
}
}
},
"search": {
"placeholder": "",
"nothingFound": "",
"error": {
"fetch": ""
},
"mode": {
"appIntegrationBoard": {
"help": "",
"group": {
"app": {
"title": "Applicazioni",
"children": {
"action": {
"open": {
"label": ""
},
"edit": {
"label": ""
}
},
"detail": {
"title": ""
}
}
},
"board": {
"title": "Boards",
"children": {
"action": {
"open": {
"label": ""
},
"homeBoard": {
"label": ""
},
"settings": {
"label": ""
}
},
"detail": {
"title": ""
}
}
},
"integration": {
"title": "Integrazioni"
}
}
},
"command": {
"help": "",
"group": {
"localCommand": {
"title": ""
},
"globalCommand": {
"title": "",
"option": {
"colorScheme": {
"light": "",
"dark": ""
},
"language": {
"label": "",
"children": {
"detail": {
"title": ""
}
}
},
"newBoard": {
"label": ""
},
"importBoard": {
"label": ""
},
"newApp": {
"label": ""
},
"newIntegration": {
"label": "",
"children": {
"detail": {
"title": ""
}
}
},
"newUser": {
"label": ""
},
"newInvite": {
"label": ""
},
"newGroup": {
"label": ""
}
}
}
}
},
"external": {
"help": "",
"group": {
"searchEngine": {
"title": "Motori di ricerca",
"children": {
"action": {
"search": {
"label": ""
}
},
"detail": {
"title": ""
},
"searchResults": {
"title": ""
}
},
"option": {
"google": {
"name": "",
"description": ""
},
"bing": {
"name": "",
"description": ""
},
"duckduckgo": {
"name": "",
"description": ""
},
"torrent": {
"name": "Torrents",
"description": ""
},
"youTube": {
"name": "",
"description": ""
}
}
}
}
},
"help": {
"group": {
"mode": {
"title": ""
},
"help": {
"title": "Aiuto",
"option": {
"documentation": {
"label": "Documentazione"
},
"submitIssue": {
"label": ""
},
"discord": {
"label": "Discord della community"
}
}
}
}
},
"home": {
"group": {
"local": {
"title": ""
}
}
},
"page": {
"help": "",
"group": {
"page": {
"title": "",
"option": {
"manageHome": {
"label": ""
},
"manageBoard": {
"label": ""
},
"manageApp": {
"label": ""
},
"manageIntegration": {
"label": ""
},
"manageSearchEngine": {
"label": ""
},
"manageMedia": {
"label": ""
},
"manageUser": {
"label": "Gestisci utenti"
},
"manageInvite": {
"label": ""
},
"manageGroup": {
"label": ""
},
"manageDocker": {
"label": ""
},
"manageApi": {
"label": ""
},
"manageLog": {
"label": "Visualizza log"
},
"manageTask": {
"label": ""
},
"manageSettings": {
"label": ""
},
"about": {
"label": "Info"
},
"homeBoard": {
"label": ""
},
"preferences": {
"label": "Le tue impostazioni"
}
}
}
}
},
"userGroup": {
"help": "",
"group": {
"user": {
"title": "Utenti",
"children": {
"action": {
"detail": {
"label": ""
}
},
"detail": {
"title": ""
}
}
},
"group": {
"title": "Gruppi",
"children": {
"action": {
"detail": {
"label": ""
},
"manageMember": {
"label": ""
},
"managePermission": {
"label": ""
}
},
"detail": {
"title": ""
}
}
}
}
}
},
"engine": {
"search": "",
"field": {
"name": {
"label": "Nome"
},
"short": {
"label": ""
},
"urlTemplate": {
"label": ""
},
"description": {
"label": ""
}
},
"page": {
"list": {
"title": "Motori di ricerca",
"noResults": {
"title": "",
"action": ""
},
"interactive": ""
},
"create": {
"title": "",
"notification": {
"success": {
"title": "",
"message": ""
},
"error": {
"title": "",
"message": ""
}
}
},
"edit": {
"title": "",
"notification": {
"success": {
"title": "",
"message": ""
},
"error": {
"title": "",
"message": ""
}
},
"configControl": "",
"searchEngineType": {
"generic": "",
"fromIntegration": ""
}
},
"delete": {
"title": "",
"message": "",
"notification": {
"success": {
"title": "",
"message": ""
},
"error": {
"title": "",
"message": ""
}
}
}
}
}
}
}