chore(lang): updated translations from crowdin
Co-authored-by: Crowdin Homarr <190541745+homarr-crowdin[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
92a91329c9
commit
35ca0571ad
@@ -754,86 +754,86 @@
|
|||||||
"notFound": "Not found",
|
"notFound": "Not found",
|
||||||
"tooManyRequests": "Too many requests",
|
"tooManyRequests": "Too many requests",
|
||||||
"internalServerError": "Internal server error",
|
"internalServerError": "Internal server error",
|
||||||
"serviceUnavailable": "",
|
"serviceUnavailable": "Service unavailable",
|
||||||
"gatewayTimeout": ""
|
"gatewayTimeout": "Gateway timeout"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"title": "",
|
"title": "Certificate error",
|
||||||
"description": {
|
"description": {
|
||||||
"expired": "",
|
"expired": "The certificate has expired.",
|
||||||
"notYetValid": "",
|
"notYetValid": "The certificate is not yet valid.",
|
||||||
"untrusted": "",
|
"untrusted": "The certificate is not trusted.",
|
||||||
"hostnameMismatch": ""
|
"hostnameMismatch": "The certificate hostname does not match the URL."
|
||||||
},
|
},
|
||||||
"alert": {
|
"alert": {
|
||||||
"permission": {
|
"permission": {
|
||||||
"title": "",
|
"title": "Not enough permissions",
|
||||||
"message": ""
|
"message": "You are not allowed to trust or upload certificates. Please contact your administrator to upload the necessary root certificate."
|
||||||
},
|
},
|
||||||
"hostnameMismatch": {
|
"hostnameMismatch": {
|
||||||
"title": "",
|
"title": "Hostname mismatch",
|
||||||
"message": ""
|
"message": "The hostname in the certificate does not match the hostname you are connecting to. This could indicate a security risk, but you can still choose to trust this certificate."
|
||||||
},
|
},
|
||||||
"extract": {
|
"extract": {
|
||||||
"title": "",
|
"title": "CA certificate extraction failed",
|
||||||
"message": ""
|
"message": "Only self-signed certificates without a chain can be fetched automatically. If you are using a self-signed certificate, please make sure to upload the CA certificate manually. You can find instructions on how to do this <docsLink></docsLink>."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"retry": {
|
"retry": {
|
||||||
"label": ""
|
"label": "Retry creation"
|
||||||
},
|
},
|
||||||
"trust": {
|
"trust": {
|
||||||
"label": ""
|
"label": "Trust certificate"
|
||||||
},
|
},
|
||||||
"upload": {
|
"upload": {
|
||||||
"label": ""
|
"label": "Upload certificate"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hostnameMismatch": {
|
"hostnameMismatch": {
|
||||||
"confirm": {
|
"confirm": {
|
||||||
"title": "",
|
"title": "Trust hostname mismatch",
|
||||||
"message": ""
|
"message": "Are you sure you want to trust the certificate with a hostname mismatch?"
|
||||||
},
|
},
|
||||||
"notification": {
|
"notification": {
|
||||||
"success": {
|
"success": {
|
||||||
"title": "",
|
"title": "Trusted certificate",
|
||||||
"message": ""
|
"message": "Added hostname to trusted certificate list"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"title": "",
|
"title": "Failed to trust certificate",
|
||||||
"message": ""
|
"message": "The certificate with a hostname mismatch could not be trusted"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"selfSigned": {
|
"selfSigned": {
|
||||||
"confirm": {
|
"confirm": {
|
||||||
"title": "",
|
"title": "Trust self-signed certificate",
|
||||||
"message": ""
|
"message": "Are you sure you want to trust this self-signed certificate?"
|
||||||
},
|
},
|
||||||
"notification": {
|
"notification": {
|
||||||
"success": {
|
"success": {
|
||||||
"title": "",
|
"title": "Trusted certificate",
|
||||||
"message": ""
|
"message": "Added certificate to trusted certificate list"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"title": "",
|
"title": "Failed to trust certificate",
|
||||||
"message": ""
|
"message": "Failed to add certificate to trusted certificate list"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"details": {
|
"details": {
|
||||||
"title": "",
|
"title": "Details",
|
||||||
"description": "",
|
"description": "Review the certificate information before deciding to trust it.",
|
||||||
"content": {
|
"content": {
|
||||||
"action": "",
|
"action": "Show content",
|
||||||
"title": ""
|
"title": "PEM Certificate"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"request": {
|
"request": {
|
||||||
"title": "",
|
"title": "Request error",
|
||||||
"description": {
|
"description": {
|
||||||
"connection": {
|
"connection": {
|
||||||
"hostUnreachable": "",
|
"hostUnreachable": "",
|
||||||
@@ -4456,50 +4456,50 @@
|
|||||||
"title": "",
|
"title": "",
|
||||||
"description": "",
|
"description": "",
|
||||||
"noResults": {
|
"noResults": {
|
||||||
"title": ""
|
"title": "There are no hostnames yet"
|
||||||
},
|
},
|
||||||
"toCertificates": ""
|
"toCertificates": "Certificates"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"create": {
|
"create": {
|
||||||
"label": "",
|
"label": "Add certificate",
|
||||||
"notification": {
|
"notification": {
|
||||||
"success": {
|
"success": {
|
||||||
"title": "",
|
"title": "Certificate added",
|
||||||
"message": ""
|
"message": "The certificate was added successfully"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"title": "",
|
"title": "Failed to add certificate",
|
||||||
"message": ""
|
"message": "The certificate could not be added"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"remove": {
|
"remove": {
|
||||||
"label": "",
|
"label": "Remove certificate",
|
||||||
"confirm": "",
|
"confirm": "Are you sure you want to remove the certificate?",
|
||||||
"notification": {
|
"notification": {
|
||||||
"success": {
|
"success": {
|
||||||
"title": "",
|
"title": "Certificate removed",
|
||||||
"message": ""
|
"message": "The certificate was removed successfully"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"title": "",
|
"title": "Certificate not removed",
|
||||||
"message": ""
|
"message": "The certificate could not be removed"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"removeHostname": {
|
"removeHostname": {
|
||||||
"label": "",
|
"label": "Remove trusted hostname",
|
||||||
"confirm": "",
|
"confirm": "Are you sure you want to remove this trusted hostname? This can cause some integrations to stop working.",
|
||||||
"notification": {
|
"notification": {
|
||||||
"success": {
|
"success": {
|
||||||
"title": "",
|
"title": "Hostname removed",
|
||||||
"message": ""
|
"message": "The hostname was removed successfully"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"title": "",
|
"title": "Hostname not removed",
|
||||||
"message": ""
|
"message": "The hostname could not be removed"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -4508,10 +4508,10 @@
|
|||||||
"log": {
|
"log": {
|
||||||
"level": {
|
"level": {
|
||||||
"option": {
|
"option": {
|
||||||
"debug": "",
|
"debug": "Debug",
|
||||||
"info": "",
|
"info": "Info",
|
||||||
"warn": "",
|
"warn": "Warn",
|
||||||
"error": ""
|
"error": "Error"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -653,10 +653,10 @@
|
|||||||
"label": "Seleziona app esistente"
|
"label": "Seleziona app esistente"
|
||||||
},
|
},
|
||||||
"new": {
|
"new": {
|
||||||
"title": "",
|
"title": "Nuovo",
|
||||||
"url": {
|
"url": {
|
||||||
"label": "Url app",
|
"label": "Url app",
|
||||||
"description": ""
|
"description": "L'Url che l'app aprirà quando vi si accede dalla dashboard"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -676,9 +676,9 @@
|
|||||||
},
|
},
|
||||||
"app": {
|
"app": {
|
||||||
"action": {
|
"action": {
|
||||||
"add": "",
|
"add": "Collega un'app",
|
||||||
"remove": "",
|
"remove": "Scollega",
|
||||||
"select": ""
|
"select": "Seleziona un'app da collegare"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -709,7 +709,7 @@
|
|||||||
"description": "Integrazione \"{kind}\" può essere utilizzato con i motori di ricerca. Selezionare questa opzione per configurare automaticamente il motore di ricerca."
|
"description": "Integrazione \"{kind}\" può essere utilizzato con i motori di ricerca. Selezionare questa opzione per configurare automaticamente il motore di ricerca."
|
||||||
},
|
},
|
||||||
"app": {
|
"app": {
|
||||||
"sectionTitle": ""
|
"sectionTitle": "App Collegata"
|
||||||
},
|
},
|
||||||
"createApp": {
|
"createApp": {
|
||||||
"label": "Crea app",
|
"label": "Crea app",
|
||||||
@@ -1051,7 +1051,7 @@
|
|||||||
"add": "Aggiungi",
|
"add": "Aggiungi",
|
||||||
"apply": "Applica",
|
"apply": "Applica",
|
||||||
"backToOverview": "Torna alla panoramica",
|
"backToOverview": "Torna alla panoramica",
|
||||||
"change": "",
|
"change": "Cambia",
|
||||||
"create": "Crea",
|
"create": "Crea",
|
||||||
"createAnother": "",
|
"createAnother": "",
|
||||||
"edit": "Modifica",
|
"edit": "Modifica",
|
||||||
@@ -2103,7 +2103,7 @@
|
|||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
"columnTitle": "#",
|
"columnTitle": "#",
|
||||||
"detailsTitle": ""
|
"detailsTitle": "Indice corrente all'interno del client"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"columnTitle": "Id"
|
"columnTitle": "Id"
|
||||||
@@ -2949,7 +2949,7 @@
|
|||||||
},
|
},
|
||||||
"breakpoint": {
|
"breakpoint": {
|
||||||
"label": "",
|
"label": "",
|
||||||
"description": ""
|
"description": "Il layout verrà utilizzato su tutti gli schermi più grandi di questo breakpoint fino al breakpoint più grande successivo."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -3013,7 +3013,7 @@
|
|||||||
"integration": "Integrazioni",
|
"integration": "Integrazioni",
|
||||||
"app": "Applicazioni",
|
"app": "Applicazioni",
|
||||||
"group": "Gruppi",
|
"group": "Gruppi",
|
||||||
"searchEngine": "",
|
"searchEngine": "Motori di ricerca",
|
||||||
"media": "Media"
|
"media": "Media"
|
||||||
},
|
},
|
||||||
"statisticLabel": {
|
"statisticLabel": {
|
||||||
@@ -3023,8 +3023,8 @@
|
|||||||
"authorization": "Autorizzazione"
|
"authorization": "Autorizzazione"
|
||||||
},
|
},
|
||||||
"heroBanner": {
|
"heroBanner": {
|
||||||
"title": "",
|
"title": "Bentornato sulla tua",
|
||||||
"subtitle": ""
|
"subtitle": "{app} Board"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"board": {
|
"board": {
|
||||||
@@ -3358,7 +3358,7 @@
|
|||||||
"label": "Controllo aggiornamenti"
|
"label": "Controllo aggiornamenti"
|
||||||
},
|
},
|
||||||
"mediaTranscoding": {
|
"mediaTranscoding": {
|
||||||
"label": ""
|
"label": "Transcodifica del media"
|
||||||
},
|
},
|
||||||
"networkController": {
|
"networkController": {
|
||||||
"label": "Controller di rete"
|
"label": "Controller di rete"
|
||||||
@@ -3510,7 +3510,7 @@
|
|||||||
"subtitle": "{count} utilizzato nel Codice di Homarr"
|
"subtitle": "{count} utilizzato nel Codice di Homarr"
|
||||||
},
|
},
|
||||||
"hotkeys": {
|
"hotkeys": {
|
||||||
"title": "",
|
"title": "Tasti di scelta rapida",
|
||||||
"subtitle": "Scorciatoie da tastiera per migliorare il flusso di lavoro",
|
"subtitle": "Scorciatoie da tastiera per migliorare il flusso di lavoro",
|
||||||
"field": {
|
"field": {
|
||||||
"shortcut": "Scorciatoia",
|
"shortcut": "Scorciatoia",
|
||||||
@@ -3520,7 +3520,7 @@
|
|||||||
"toggleBoardEdit": "",
|
"toggleBoardEdit": "",
|
||||||
"toggleColorScheme": "",
|
"toggleColorScheme": "",
|
||||||
"saveNotebook": "",
|
"saveNotebook": "",
|
||||||
"openSpotlight": ""
|
"openSpotlight": "Apri ricerca"
|
||||||
},
|
},
|
||||||
"note": ""
|
"note": ""
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user