-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into shem/restore_request_configuration_classes
- Loading branch information
Showing
14 changed files
with
226 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"Client will be upgraded from version {0} to {1}, upgrade your dependencies": "Klient zostanie zaktualizowany z wersji {0} do {1}, zaktualizuj swoje zależności", | ||
"No description found, select a description first": "Nie znaleziono opisu, najpierw wybierz opis", | ||
"No endpoints selected, select endpoints first": "Nie wybrano endpointów, najpierw wybierz endpointy", | ||
"No workspace folder found, open a folder first": "Nie znaleziono folderu dla przestrzeni roboczej, najpierw otwórz folder", | ||
"Yes": "Tak", | ||
"No": "Nie", | ||
"not found": "nie znaleziono", | ||
"error updating the clients {error}": "błąd podczas aktualizacji klientów {error}", | ||
"updating client with path {path}": "aktualizacja klienta o ścieżce {path}", | ||
"Kiota Dependencies Information": "Informacje o zależnościach Kiota", | ||
"Installation commands": "Polecenia instalacji", | ||
"Dependencies": "Zależności", | ||
"No language selected, select a language first": "Nie wybrano języka, najpierw wybierz język", | ||
"Open an API description": "Otwórz opis API", | ||
"A path or url to an OpenAPI description": "Ścieżka lub adres URL do opisu OpenAPI", | ||
"Search for an API description": "Szukaj opisu API", | ||
"Enter a search query": "Wprowadź zapytanie do wyszukania", | ||
"Pick a search result": "Wybierz wynik wyszukiwania", | ||
"Generate an API client": "Wygeneruj klienta API", | ||
"Choose a name for the client class": "Wybierz nazwę klasy klienta", | ||
"Choose a name for the client class namespace": "Wybierz nazwę dla namespace'a klasy klienta", | ||
"Enter an output path relative to the root of the project": "Wprowadź ścieżkę wyjściową względem głównego katalogu projektu", | ||
"Pick a language": "Wybierz język", | ||
"Downloading kiota requires an internet connection. Please check your connection and try again.": "Pobieranie Kiota wymaga połączenia z internetem. Sprawdź swoje połączenie i spróbuj ponownie.", | ||
"Kiota download failed. Try closing all Visual Studio Code windows and open only one. Check the extension host logs for more information.": "Pobieranie Kiota nie powiodło się. Spróbuj zamknąć wszystkie okna Visual Studio Code i otwórz tylko jedno. Sprawdź logi extension hosta w celu uzyskania dodatkowych informacji.", | ||
"Downloading kiota...": "Pobieranie Kiota...", | ||
"Generating client...": "Generowanie klienta...", | ||
"Updating clients...": "Aktualizowanie klientów...", | ||
"Loading...": "Ładowanie...", | ||
"Pick a lock file": "Wybierz plik lock", | ||
"Open a lock file": "Otwórz plik lock", | ||
"Filter the API description": "Filtruj opis API", | ||
"Enter a filter": "Wprowadź filtr", | ||
"Searching...": "Wyszukiwanie...", | ||
"A path or URL to an API manifest": "Ścieżka lub adres URL do manifestu API", | ||
"Open an API manifest": "Otwórz manifest API", | ||
"Invalid URL, please check the documentation for the supported URLs": "Nieprawidłowy adres URL, sprawdź dokumentację żeby dowiedzieć się jakie są obsługiwane adresy URL", | ||
"No content found in the clipboard": "Nie znaleziono zawartości w schowku", | ||
"Invalid content found in the clipboard": "Znaleziono nieprawidłową zawartość w schowku", | ||
"Select an API manifest key": "Wybierz klucz manifestu API" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.