From b25e3499d871b81d608085f98dccb09c35539a0e Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Apr 2026 13:03:30 -0400 Subject: [PATCH] New translations en-us.json (Italian) --- messages/it-IT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/it-IT.json b/messages/it-IT.json index 5624d763c..903d3c813 100644 --- a/messages/it-IT.json +++ b/messages/it-IT.json @@ -2850,10 +2850,10 @@ "httpDestAuthNoneTitle": "Nessuna Autenticazione", "httpDestAuthNoneDescription": "Invia richieste senza intestazione autorizzazione.", "httpDestAuthBearerTitle": "Token Del Portatore", - "httpDestAuthBearerDescription": "Aggiunge un'intestazione Autorizzazione: Bearer '' ad ogni richiesta.", + "httpDestAuthBearerDescription": "Adds an Authorization: Bearer '' header to each request.", "httpDestAuthBearerPlaceholder": "La tua chiave API o token", "httpDestAuthBasicTitle": "Autenticazione Base", - "httpDestAuthBasicDescription": "Aggiunge un'autorizzazione: intestazione di base '' . Fornisce le credenziali come username:password.", + "httpDestAuthBasicDescription": "Adds an Authorization: Basic '' header. Provide credentials as username:password.", "httpDestAuthBasicPlaceholder": "username:password", "httpDestAuthCustomTitle": "Intestazione Personalizzata", "httpDestAuthCustomDescription": "Specifica un nome e un valore di intestazione HTTP personalizzati per l'autenticazione (ad esempio X-API-Key).",