From 76d8f44779b0e38ae02ecfa51b52d8ad62a39053 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Apr 2026 13:03:43 -0400 Subject: [PATCH] New translations en-us.json (Norwegian Bokmal) --- messages/nb-NO.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/nb-NO.json b/messages/nb-NO.json index 6473644b7..147817713 100644 --- a/messages/nb-NO.json +++ b/messages/nb-NO.json @@ -2850,10 +2850,10 @@ "httpDestAuthNoneTitle": "Ingen godkjenning", "httpDestAuthNoneDescription": "Sender forespørsler uten autorisasjonsoverskrift.", "httpDestAuthBearerTitle": "Bærer Symbol", - "httpDestAuthBearerDescription": "Legger til en autorisasjon: Bearer '' header til hver forespørsel.", + "httpDestAuthBearerDescription": "Adds an Authorization: Bearer '' header to each request.", "httpDestAuthBearerPlaceholder": "Din API-nøkkel eller token", "httpDestAuthBasicTitle": "Standard Auth", - "httpDestAuthBasicDescription": "Legger til en godkjenning: Grunnleggende '' overskrift. Angi legitimasjon som brukernavn:passord.", + "httpDestAuthBasicDescription": "Adds an Authorization: Basic '' header. Provide credentials as username:password.", "httpDestAuthBasicPlaceholder": "brukernavn:passord", "httpDestAuthCustomTitle": "Egendefinert topptekst", "httpDestAuthCustomDescription": "Angi et egendefinert HTTP headers navn og verdi for autentisering (f.eks X-API-Key).",