forked from swagger-api/swagger-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Polish translation file for Swagger UI
The Polish translation is based on en.js file The results were tested with local development mode and change in index.html to enable localization. The translation uses common language terms, not geeky or too technical jargon ones. Thanks!
- Loading branch information
1 parent
16d586a
commit 10bd622
Showing
1 changed file
with
53 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
'use strict'; | ||
|
||
/* jshint quotmark: double */ | ||
window.SwaggerTranslator.learn({ | ||
"Warning: Deprecated":"Uwaga: Wycofane", | ||
"Implementation Notes":"Uwagi Implementacji", | ||
"Response Class":"Klasa Odpowiedzi", | ||
"Status":"Status", | ||
"Parameters":"Parametry", | ||
"Parameter":"Parametr", | ||
"Value":"Wartość", | ||
"Description":"Opis", | ||
"Parameter Type":"Typ Parametru", | ||
"Data Type":"Typ Danych", | ||
"Response Messages":"Wiadomości Odpowiedzi", | ||
"HTTP Status Code":"Kod Statusu HTTP", | ||
"Reason":"Przyczyna", | ||
"Response Model":"Model Odpowiedzi", | ||
"Request URL":"URL Wywołania", | ||
"Response Body":"Treść Odpowiedzi", | ||
"Response Code":"Kod Odpowiedzi", | ||
"Response Headers":"Nagłówki Odpowiedzi", | ||
"Hide Response":"Ukryj Odpowiedź", | ||
"Headers":"Nagłówki", | ||
"Try it out!":"Wypróbuj!", | ||
"Show/Hide":"Pokaż/Ukryj", | ||
"List Operations":"Lista Operacji", | ||
"Expand Operations":"Rozwiń Operacje", | ||
"Raw":"Nieprzetworzone", | ||
"can't parse JSON. Raw result":"nie można przetworzyć pliku JSON. Nieprzetworzone dane", | ||
"Model Schema":"Schemat Modelu", | ||
"Model":"Model", | ||
"apply":"użyj", | ||
"Username":"Nazwa użytkownika", | ||
"Password":"Hasło", | ||
"Terms of service":"Warunki używania", | ||
"Created by":"Utworzone przez", | ||
"See more at":"Zobacz więcej na", | ||
"Contact the developer":"Kontakt z deweloperem", | ||
"api version":"wersja api", | ||
"Response Content Type":"Typ Zasobu Odpowiedzi", | ||
"fetching resource":"ładowanie zasobu", | ||
"fetching resource list":"ładowanie listy zasobów", | ||
"Explore":"Eksploruj", | ||
"Show Swagger Petstore Example Apis":"Pokaż Przykładowe Api Swagger Petstore", | ||
"Can't read from server. It may not have the appropriate access-control-origin settings.":"Brak połączenia z serwerem. Może on nie mieć odpowiednich ustawień access-control-origin.", | ||
"Please specify the protocol for":"Proszę podać protokół dla", | ||
"Can't read swagger JSON from":"Nie można odczytać swagger JSON z", | ||
"Finished Loading Resource Information. Rendering Swagger UI":"Ukończono Ładowanie Informacji o Zasobie. Renderowanie Swagger UI", | ||
"Unable to read api":"Nie można odczytać api", | ||
"from path":"ze ścieżki", | ||
"server returned":"serwer zwrócił" | ||
}); |