mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 03:09:19 +01:00
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",
|
||||
"tooManyRequests": "Too many requests",
|
||||
"internalServerError": "Internal server error",
|
||||
"serviceUnavailable": "",
|
||||
"gatewayTimeout": ""
|
||||
"serviceUnavailable": "Service unavailable",
|
||||
"gatewayTimeout": "Gateway timeout"
|
||||
}
|
||||
},
|
||||
"certificate": {
|
||||
"title": "",
|
||||
"title": "Certificate error",
|
||||
"description": {
|
||||
"expired": "",
|
||||
"notYetValid": "",
|
||||
"untrusted": "",
|
||||
"hostnameMismatch": ""
|
||||
"expired": "The certificate has expired.",
|
||||
"notYetValid": "The certificate is not yet valid.",
|
||||
"untrusted": "The certificate is not trusted.",
|
||||
"hostnameMismatch": "The certificate hostname does not match the URL."
|
||||
},
|
||||
"alert": {
|
||||
"permission": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Not enough permissions",
|
||||
"message": "You are not allowed to trust or upload certificates. Please contact your administrator to upload the necessary root certificate."
|
||||
},
|
||||
"hostnameMismatch": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Hostname mismatch",
|
||||
"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": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "CA certificate extraction failed",
|
||||
"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": {
|
||||
"retry": {
|
||||
"label": ""
|
||||
"label": "Retry creation"
|
||||
},
|
||||
"trust": {
|
||||
"label": ""
|
||||
"label": "Trust certificate"
|
||||
},
|
||||
"upload": {
|
||||
"label": ""
|
||||
"label": "Upload certificate"
|
||||
}
|
||||
},
|
||||
"hostnameMismatch": {
|
||||
"confirm": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Trust hostname mismatch",
|
||||
"message": "Are you sure you want to trust the certificate with a hostname mismatch?"
|
||||
},
|
||||
"notification": {
|
||||
"success": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Trusted certificate",
|
||||
"message": "Added hostname to trusted certificate list"
|
||||
},
|
||||
"error": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Failed to trust certificate",
|
||||
"message": "The certificate with a hostname mismatch could not be trusted"
|
||||
}
|
||||
}
|
||||
},
|
||||
"selfSigned": {
|
||||
"confirm": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Trust self-signed certificate",
|
||||
"message": "Are you sure you want to trust this self-signed certificate?"
|
||||
},
|
||||
"notification": {
|
||||
"success": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Trusted certificate",
|
||||
"message": "Added certificate to trusted certificate list"
|
||||
},
|
||||
"error": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Failed to trust certificate",
|
||||
"message": "Failed to add certificate to trusted certificate list"
|
||||
}
|
||||
}
|
||||
},
|
||||
"details": {
|
||||
"title": "",
|
||||
"description": "",
|
||||
"title": "Details",
|
||||
"description": "Review the certificate information before deciding to trust it.",
|
||||
"content": {
|
||||
"action": "",
|
||||
"title": ""
|
||||
"action": "Show content",
|
||||
"title": "PEM Certificate"
|
||||
}
|
||||
}
|
||||
},
|
||||
"request": {
|
||||
"title": "",
|
||||
"title": "Request error",
|
||||
"description": {
|
||||
"connection": {
|
||||
"hostUnreachable": "",
|
||||
@@ -4456,50 +4456,50 @@
|
||||
"title": "",
|
||||
"description": "",
|
||||
"noResults": {
|
||||
"title": ""
|
||||
"title": "There are no hostnames yet"
|
||||
},
|
||||
"toCertificates": ""
|
||||
"toCertificates": "Certificates"
|
||||
}
|
||||
},
|
||||
"action": {
|
||||
"create": {
|
||||
"label": "",
|
||||
"label": "Add certificate",
|
||||
"notification": {
|
||||
"success": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Certificate added",
|
||||
"message": "The certificate was added successfully"
|
||||
},
|
||||
"error": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Failed to add certificate",
|
||||
"message": "The certificate could not be added"
|
||||
}
|
||||
}
|
||||
},
|
||||
"remove": {
|
||||
"label": "",
|
||||
"confirm": "",
|
||||
"label": "Remove certificate",
|
||||
"confirm": "Are you sure you want to remove the certificate?",
|
||||
"notification": {
|
||||
"success": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Certificate removed",
|
||||
"message": "The certificate was removed successfully"
|
||||
},
|
||||
"error": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Certificate not removed",
|
||||
"message": "The certificate could not be removed"
|
||||
}
|
||||
}
|
||||
},
|
||||
"removeHostname": {
|
||||
"label": "",
|
||||
"confirm": "",
|
||||
"label": "Remove trusted hostname",
|
||||
"confirm": "Are you sure you want to remove this trusted hostname? This can cause some integrations to stop working.",
|
||||
"notification": {
|
||||
"success": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Hostname removed",
|
||||
"message": "The hostname was removed successfully"
|
||||
},
|
||||
"error": {
|
||||
"title": "",
|
||||
"message": ""
|
||||
"title": "Hostname not removed",
|
||||
"message": "The hostname could not be removed"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -4508,10 +4508,10 @@
|
||||
"log": {
|
||||
"level": {
|
||||
"option": {
|
||||
"debug": "",
|
||||
"info": "",
|
||||
"warn": "",
|
||||
"error": ""
|
||||
"debug": "Debug",
|
||||
"info": "Info",
|
||||
"warn": "Warn",
|
||||
"error": "Error"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -653,10 +653,10 @@
|
||||
"label": "Seleziona app esistente"
|
||||
},
|
||||
"new": {
|
||||
"title": "",
|
||||
"title": "Nuovo",
|
||||
"url": {
|
||||
"label": "Url app",
|
||||
"description": ""
|
||||
"description": "L'Url che l'app aprirà quando vi si accede dalla dashboard"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -676,9 +676,9 @@
|
||||
},
|
||||
"app": {
|
||||
"action": {
|
||||
"add": "",
|
||||
"remove": "",
|
||||
"select": ""
|
||||
"add": "Collega un'app",
|
||||
"remove": "Scollega",
|
||||
"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."
|
||||
},
|
||||
"app": {
|
||||
"sectionTitle": ""
|
||||
"sectionTitle": "App Collegata"
|
||||
},
|
||||
"createApp": {
|
||||
"label": "Crea app",
|
||||
@@ -1051,7 +1051,7 @@
|
||||
"add": "Aggiungi",
|
||||
"apply": "Applica",
|
||||
"backToOverview": "Torna alla panoramica",
|
||||
"change": "",
|
||||
"change": "Cambia",
|
||||
"create": "Crea",
|
||||
"createAnother": "",
|
||||
"edit": "Modifica",
|
||||
@@ -2103,7 +2103,7 @@
|
||||
},
|
||||
"index": {
|
||||
"columnTitle": "#",
|
||||
"detailsTitle": ""
|
||||
"detailsTitle": "Indice corrente all'interno del client"
|
||||
},
|
||||
"id": {
|
||||
"columnTitle": "Id"
|
||||
@@ -2949,7 +2949,7 @@
|
||||
},
|
||||
"breakpoint": {
|
||||
"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",
|
||||
"app": "Applicazioni",
|
||||
"group": "Gruppi",
|
||||
"searchEngine": "",
|
||||
"searchEngine": "Motori di ricerca",
|
||||
"media": "Media"
|
||||
},
|
||||
"statisticLabel": {
|
||||
@@ -3023,8 +3023,8 @@
|
||||
"authorization": "Autorizzazione"
|
||||
},
|
||||
"heroBanner": {
|
||||
"title": "",
|
||||
"subtitle": ""
|
||||
"title": "Bentornato sulla tua",
|
||||
"subtitle": "{app} Board"
|
||||
}
|
||||
},
|
||||
"board": {
|
||||
@@ -3358,7 +3358,7 @@
|
||||
"label": "Controllo aggiornamenti"
|
||||
},
|
||||
"mediaTranscoding": {
|
||||
"label": ""
|
||||
"label": "Transcodifica del media"
|
||||
},
|
||||
"networkController": {
|
||||
"label": "Controller di rete"
|
||||
@@ -3510,7 +3510,7 @@
|
||||
"subtitle": "{count} utilizzato nel Codice di Homarr"
|
||||
},
|
||||
"hotkeys": {
|
||||
"title": "",
|
||||
"title": "Tasti di scelta rapida",
|
||||
"subtitle": "Scorciatoie da tastiera per migliorare il flusso di lavoro",
|
||||
"field": {
|
||||
"shortcut": "Scorciatoia",
|
||||
@@ -3520,7 +3520,7 @@
|
||||
"toggleBoardEdit": "",
|
||||
"toggleColorScheme": "",
|
||||
"saveNotebook": "",
|
||||
"openSpotlight": ""
|
||||
"openSpotlight": "Apri ricerca"
|
||||
},
|
||||
"note": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user