-
Notifications
You must be signed in to change notification settings - Fork 220
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 elinor/add-kiota-workspace
- Loading branch information
Showing
8 changed files
with
380 additions
and
6 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
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 bude aktualizován z verze {0} na {1}, aktualizujte své závislosti", | ||
"No description found, select a description first": "Popis nebyl nalezen, nejprve vyberte popis", | ||
"No endpoints selected, select endpoints first": "Zakončení nebylo vybráno, nejprve vyberte zakončení", | ||
"No workspace folder found, open a folder first": "Nebyla nalezena žádná složka pracovního prostoru, nejprve otevřete složku", | ||
"Yes": "Ano", | ||
"No": "Ne", | ||
"not found": "nenalezeno", | ||
"error updating the clients {error}": "chyba při aktualizaci klientů {error}", | ||
"updating client with path {path}": "aktualizace klienta s cestou {path}", | ||
"Kiota Dependencies Information": "Informace o závislostech Kiota", | ||
"Installation commands": "Instalační příkazy", | ||
"Dependencies": "Závislosti", | ||
"No language selected, select a language first": "Žádný jazyk nebyl vybrán, nejprve vyberte jazyk", | ||
"Open an API description": "Otevřít popis API", | ||
"A path or url to an OpenAPI description": "Cesta nebo URL adresa k popisu OpenAPI", | ||
"Search for an API description": "Hledat popis API", | ||
"Enter a search query": "Zadejte hledací dotaz", | ||
"Pick a search result": "Vyberte výsledek hledání", | ||
"Generate an API client": "Vytvořit klienta API", | ||
"Choose a name for the client class": "Vyberte název třídy klienta", | ||
"Choose a name for the client class namespace": "Vyberte název prostoru názvů třídy klienta", | ||
"Enter an output path relative to the root of the project": "Zadejte výstupní cestu relativně k základní složce projektu", | ||
"Pick a language": "Vyberte jazyk", | ||
"Downloading kiota requires an internet connection. Please check your connection and try again.": "Stažení Kiota vyžaduje připojení k internetu. Zkontrolujte své připojení a zkuste to znovu.", | ||
"Kiota download failed. Try closing all Visual Studio Code windows and open only one. Check the extension host logs for more information.": "Stažení Kiota se nezdařilo. Zkuste zavřít všechna okna Visual Studio Code a otevřít pouze jedno. Pro více informací zkontrolujte protokoly hostitele rozšíření.", | ||
"Downloading kiota...": "Stahování Kiota...", | ||
"Generating client...": "Generování klienta...", | ||
"Updating clients...": "Aktualizace klientů...", | ||
"Loading...": "Načítání...", | ||
"Pick a lock file": "Vybrat soubor zámku", | ||
"Open a lock file": "Otevřít soubor zámku", | ||
"Filter the API description": "Filtrovat popis API", | ||
"Enter a filter": "Zadejte filtr", | ||
"Searching...": "Hledání...", | ||
"A path or URL to an API manifest": "Cesta nebo URL adresa k manifestu API", | ||
"Open an API manifest": "Otevřít manifest API", | ||
"Invalid URL, please check the documentation for the supported URLs": "Neplatná URL adresa, zkontrolujte dokumentaci pro podporované URL adresy", | ||
"No content found in the clipboard": "V schránce nebyl nalezen žádný obsah", | ||
"Invalid content found in the clipboard": "V schránce byl nalezen neplatný obsah", | ||
"Select an API manifest key": "Vyberte klíč manifestu API" | ||
} |
Oops, something went wrong.