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).",