New translations en-us.json (Italian)

This commit is contained in:
Marvin 2025-05-05 18:18:42 +02:00
parent d9aab7b3ff
commit 6b8fa28308

View file

@ -77,6 +77,15 @@
"siteRunsInDocker": "Esegue nel Docker",
"siteRunsInShell": "Esegue in shell su macOS, Linux e Windows",
"siteErrorDelete": "Errore nell'eliminare il sito",
"siteErrorUpdate": "Failed to update site",
"siteErrorUpdateDescription": "An error occurred while updating the site.",
"siteUpdated": "Site updated",
"siteUpdatedDescription": "The site has been updated.",
"siteGeneralDescription": "Configure the general settings for this site",
"siteSettingDescription": "Configure the settings on your site",
"siteSetting": "{siteName} Settings",
"siteInfo": "Site Information",
"status": "Status",
"shareTitle": "Gestisci Collegamenti Di Condivisione",
"shareDescription": "Crea link condivisibili per concedere un accesso temporaneo o permanente alle tue risorse",
"shareSearch": "Cerca link condivisi...",
@ -85,6 +94,31 @@
"shareErrorDeleteMessage": "Si è verificato un errore durante l'eliminazione del link",
"shareDeleted": "Link eliminato",
"shareDeletedDesciption": "Il link è stato eliminato",
"shareTokenDescription": "Your access token can be passed in two ways: as a query parameter or in the request headers. These must be passed from the client on every request for authenticated access.",
"accessToken": "Access Token",
"usageExamples": "Usage Examples",
"tokenId": "Token ID",
"requestHeades": "Request Headers",
"queryParameter": "Query Parameter",
"importantNote": "Important Note",
"shareImportantDescription": "For security reasons, using headers is recommended over query parameters when possible, as query parameters may be logged in server logs or browser history.",
"token": "Token",
"shareTokenSecurety": "Keep your access token secure. Do not share it in publicly accessible areas or client-side code.",
"shareErrorFetchResource": "Failed to fetch resources",
"shareErrorFetchResourceDescription": "An error occurred while fetching the resources",
"shareErrorCreate": "Failed to create share link",
"shareErrorCreateDescription": "An error occurred while creating the share link",
"shareCreateDescription": "Anyone with this link can access the resource",
"shareTitleOptional": "Title (optional)",
"expireIn": "Expire In",
"neverExpire": "Never expire",
"shareExpireDescription": "Expiration time is how long the link will be usable and provide access to the resource. After this time, the link will no longer work, and users who used this link will lose access to the resource.",
"shareSeeOnce": "You will only be able to see this linkonce. Make sure to copy it.",
"shareAccessHint": "Anyone with this link can access the resource. Share it with care.",
"shareTokenUsage": "See Access Token Usage",
"createLink": "Create Link",
"resourceNotFound": "No resources found",
"resourceSearch": "Search resources",
"openMenu": "Apri menu",
"resource": "Risorsa",
"title": "Titolo",
@ -94,7 +128,7 @@
"shareErrorSelectResource": "Seleziona una risorsa",
"resourceTitle": "Gestisci Risorse",
"resourceDescription": "Crea proxy sicuri per le tue applicazioni private",
"resourceSearch": "Cerca risorse...",
"resourcesSearch": "Search resources...",
"resourceAdd": "Aggiungi Risorsa",
"resourceErrorDelte": "Errore nell'eliminare la risorsa",
"authentication": "Autenticazione",
@ -142,6 +176,7 @@
"enabled": "Abilitato",
"disabled": "Disabilitato",
"general": "Generale",
"generalSettings": "General Settings",
"proxy": "Proxy",
"rules": "Regole",
"resourceSettingDescription": "Configura le impostazioni sulla tua risorsa",
@ -151,7 +186,7 @@
"orgSettingsDescription": "Configura le impostazioni generali della tua organizzazione",
"orgGeneralSettings": "Impostazioni Organizzazione",
"orgGeneralSettingsDescription": "Gestisci i dettagli dell'organizzazione e la configurazione",
"orgGeneralSave": "Salva Impostazioni Generali",
"saveGeneralSettings": "Save General Settings",
"orgDangerZone": "Zona Pericolosa",
"orgDangerZoneDescription": "Una volta che si elimina questo org, non c'è ritorno. Si prega di essere certi.",
"orgDelete": "Elimina Organizzazione",
@ -186,5 +221,11 @@
"description": "Descrizione",
"inviteTitle": "Inviti Aperti",
"inviteDescription": "Gestisci i tuoi inviti ad altri utenti",
"inviteSearch": "Cerca inviti..."
"inviteSearch": "Cerca inviti...",
"minutes": "Minutes",
"hours": "Hours",
"days": "Days",
"weeks": "Weeks",
"months": "Months",
"years": "Years"
}