config: update crowdin translations
This commit is contained in:
@@ -1,13 +1,21 @@
|
||||
{
|
||||
"metaTitle": "Utenti",
|
||||
"pageTitle": "Gestisci utenti",
|
||||
"text": "Utilizzando gli utenti, è possibile configurare chi può modificare i dashboard. Le versioni future di Homarr offriranno un controllo ancora più granulare sulle autorizzazioni e sulle board.",
|
||||
"buttons": {
|
||||
"create": "Crea"
|
||||
},
|
||||
"filter": {
|
||||
"roles": {
|
||||
"all": "Tutto",
|
||||
"normal": "Normale",
|
||||
"admin": "Admin",
|
||||
"owner": "Proprietario"
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"user": "Utente"
|
||||
"user": "Utente",
|
||||
"email": "E-mail"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
|
||||
55
public/locales/it/manage/users/edit.json
Normal file
55
public/locales/it/manage/users/edit.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"metaTitle": "Utente {{username}}",
|
||||
"back": "Torna alla gestione utenti",
|
||||
"sections": {
|
||||
"general": {
|
||||
"title": "Generale",
|
||||
"inputs": {
|
||||
"username": {
|
||||
"label": "Nome utente"
|
||||
},
|
||||
"eMail": {
|
||||
"label": "E-mail"
|
||||
}
|
||||
}
|
||||
},
|
||||
"security": {
|
||||
"title": "Sicurezza",
|
||||
"inputs": {
|
||||
"password": {
|
||||
"label": "Nuova password"
|
||||
},
|
||||
"terminateExistingSessions": {
|
||||
"label": "Termina le sessioni esistenti",
|
||||
"description": "Forza l'utente ad accedere nuovamente sui propri dispositivi"
|
||||
},
|
||||
"confirm": {
|
||||
"label": "Conferma",
|
||||
"description": "La password verrà aggiornata. L'azione non può essere annullata."
|
||||
}
|
||||
}
|
||||
},
|
||||
"roles": {
|
||||
"title": "Ruoli",
|
||||
"currentRole": "Ruolo attuale: ",
|
||||
"badges": {
|
||||
"owner": "Proprietario",
|
||||
"admin": "Admin",
|
||||
"normal": "Normale"
|
||||
}
|
||||
},
|
||||
"deletion": {
|
||||
"title": "Cancellazione dell'account",
|
||||
"inputs": {
|
||||
"confirmUsername": {
|
||||
"label": "Conferma nome utente",
|
||||
"description": "Digita il nome utente per confermare l'eliminazione"
|
||||
},
|
||||
"confirm": {
|
||||
"label": "Elimina definitivamente",
|
||||
"description": "Sono consapevole che questa azione è permanente e che tutti i dati dell'account andranno persi."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
17
public/locales/it/modules/smart-home/entity-state.json
Normal file
17
public/locales/it/modules/smart-home/entity-state.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"entityNotFound": "Entità non trovata",
|
||||
"descriptor": {
|
||||
"name": "Entità Home Assistant",
|
||||
"description": "Stato attuale di un'entità in Home Assistant",
|
||||
"settings": {
|
||||
"title": "Stato entità",
|
||||
"entityId": {
|
||||
"label": "ID entità",
|
||||
"info": "ID entità univoco in Home Assistant. Copia facendo clic sull'entità > clic sull'icona della rondella > clic sul pulsante copia in \"ID entità\". Alcune entità personalizzate potrebbero non essere supportate."
|
||||
},
|
||||
"displayName": {
|
||||
"label": "Visualizza nome"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -41,12 +41,22 @@
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"isCompleted": "Download in corso",
|
||||
"name": "Nome",
|
||||
"dateAdded": "Aggiunto il",
|
||||
"size": "Dimensione",
|
||||
"download": "Down",
|
||||
"upload": "Up",
|
||||
"estimatedTimeOfArrival": "ETA",
|
||||
"progress": "Avanzamento"
|
||||
"progress": "Avanzamento",
|
||||
"totalUploaded": "Upload Totale",
|
||||
"totalDownloaded": "Download totale",
|
||||
"ratio": "Ratio",
|
||||
"seeds": "Seeds (connessi)",
|
||||
"peers": "Peers (Connessi)",
|
||||
"label": "Etichetta",
|
||||
"state": "Stato",
|
||||
"stateMessage": "Messaggio di stato"
|
||||
},
|
||||
"item": {
|
||||
"text": "Gestito da {{appName}}, {{ratio}} ratio"
|
||||
|
||||
Reference in New Issue
Block a user