From aa8954366ca20808c87532ada52f0c2df7d2e235 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Apr 2026 13:03:35 -0400 Subject: [PATCH] New translations en-us.json (Polish) --- messages/pl-PL.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/pl-PL.json b/messages/pl-PL.json index efd10b5e5..53d8ea813 100644 --- a/messages/pl-PL.json +++ b/messages/pl-PL.json @@ -2850,10 +2850,10 @@ "httpDestAuthNoneTitle": "Brak uwierzytelniania", "httpDestAuthNoneDescription": "Wysyła żądania bez nagłówka autoryzacji.", "httpDestAuthBearerTitle": "Token Bearer", - "httpDestAuthBearerDescription": "Dodaje autoryzację: nagłówek Bearer '' do każdego żądania.", + "httpDestAuthBearerDescription": "Adds an Authorization: Bearer '' header to each request.", "httpDestAuthBearerPlaceholder": "Twój klucz API lub token", "httpDestAuthBasicTitle": "Podstawowa Autoryzacja", - "httpDestAuthBasicDescription": "Dodaje Autoryzacja: Nagłówek Basic '' . Podaj poświadczenia jako nazwę użytkownika: hasło.", + "httpDestAuthBasicDescription": "Adds an Authorization: Basic '' header. Provide credentials as username:password.", "httpDestAuthBasicPlaceholder": "Nazwa użytkownika:hasło", "httpDestAuthCustomTitle": "Niestandardowy nagłówek", "httpDestAuthCustomDescription": "Określ niestandardową nazwę nagłówka HTTP i wartość dla uwierzytelniania (np. X-API-Key).",