forked from apidoc/apidoc
-
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.
- Loading branch information
Showing
2 changed files
with
26 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
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,25 @@ | ||
define({ | ||
pl: { | ||
'Allowed values:' : 'Dozwlone wartości:', | ||
'Compare all with predecessor': 'Porównaj z poprzednimi wersjami', | ||
'compare changes to:' : 'porównaj zmiany do:', | ||
'compared to' : 'porównaj do:', | ||
'Default value:' : 'Wartość domyślna:', | ||
'Description' : 'Opis', | ||
'Field' : 'Pole', | ||
'General' : 'Generalnie', | ||
'Generated with' : 'Wygenerowano z', | ||
'Name' : 'Nazwa', | ||
'No response values.' : 'Brak odpowiedzi.', | ||
'optional' : 'opcjonalny', | ||
'Parameter' : 'Parametr', | ||
'Permission:' : 'Uprawnienia:', | ||
'Response' : 'Odpowiedź', | ||
'Send' : 'Wyślij', | ||
'Send a Sample Request' : 'Wyślij przykładowe żądanie', | ||
'show up to version:' : 'pokaż do wersji:', | ||
'Size range:' : 'Zakres rozmiaru:', | ||
'Type' : 'Typ', | ||
'url' : 'url' | ||
} | ||
}); |