1 # This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
5 "Project-Id-Version: WolneLektury-api\n"
6 "Report-Msgid-Bugs-To: \n"
7 "PO-Revision-Date: 2023-08-27 23:11+0200\n"
12 "Content-Type: text/plain; charset=UTF-8\n"
13 "Content-Transfer-Encoding: 8bit\n"
14 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15 "X-Generator: Poedit 3.0.1\n"
17 #: api/templates/api/main.html:7 api/templates/api/main.html:11
18 msgid "API WolneLektury.pl"
19 msgstr "WolneLektury.pl API"
21 #: api/templates/api/main.html:21
24 "API serwisu WolneLektury.pl znajduje się pod adresem <code>%(u)s</code>. Za "
25 "jego pomocą można uzyskać informacje o utworach, ich fragmentach i "
28 "WolneLektury.pl API resides under <code>%(u)s</code>.You can use it to "
29 "access information about books, their fragments and their metadata."
31 #: api/templates/api/main.html:29
33 "Dane domyślnie są serializowane w formacie JSON, ale dostępny jest też "
34 "format XML – wystarczy dodać parametr <code>?format=xml</code> do dowolnego "
37 "Default data serialization format is JSON, but you can also use XML by "
38 "appending <code>?format=xml</code> query parameter to each URL."
40 #: api/templates/api/main.html:37
41 msgid "API Wolnych Lektur zawiera następujące adresy URL:"
42 msgstr "The URLs in WolneLektury.pl API are:"
44 #: api/templates/api/main.html:44
45 msgid "Wszystkie utwory"
48 #: api/templates/api/main.html:46
52 #: api/templates/api/main.html:48
56 #: api/templates/api/main.html:51
58 msgstr "List of all authors"
60 #: api/templates/api/main.html:53
62 msgstr "List of all epochs"
64 #: api/templates/api/main.html:55
65 msgid "Lista gatunków literackich"
66 msgstr "List of all genres"
68 #: api/templates/api/main.html:57
69 msgid "Lista rodzajów literackich"
70 msgstr "List of all kinds"
72 #: api/templates/api/main.html:60
73 msgid "Lista motywów i tematów literackich"
74 msgstr "List of all themes"
76 #: api/templates/api/main.html:62
80 #: api/templates/api/main.html:68
82 "Każdy element na tych listach zawiera adres (w atrybucie „href”), pod którym "
83 "można znaleźć szczegółowe dane, np."
85 "Each element of those lists contains a link (in a \"href\") attibutewhich "
86 "points to individual resource's details, e.g."
88 #: api/templates/api/main.html:72
92 #: api/templates/api/main.html:77
94 "Można łączyć autorów, epoki, gatunki i rodzaje, aby wybrać tylko utwory "
95 "odpowiadające zadanym kryteriom. Na przykład:"
97 "You can combine authors, epochs, genres and kinds to find only books "
98 "matching those criteria. For instance:"
100 #: api/templates/api/main.html:85
102 "Aby spośród wszystkich pasujących wybrać tylko utwory najwyższego poziomu "
103 "(pomijając ich podutwory), można użyć zapytania /parent_books/, np.:"
105 "If you only want top-level books and not all the children, you can use /"
106 "parent_books/, as in:"
108 #: api/templates/api/main.html:93
110 "W ten sam sposób, filtrując dodatkowo według lektur lub motywów, można "
111 "wyszukiwać fragmenty:"
113 "The same way, using also books and themes, you can search for a list of "
116 #: api/templates/api/main.html:98
118 "Każdy element uzyskanej listy w atrybucie „href” zawiera link do "
119 "szczegółowego opisu danego fragmentu, np.:"
121 "Again, each entry has a \"href\" attribute which links to the fragment's "
124 #: api/templates/oauth/authorize_token.html:6
125 #: api/templates/oauth/authorize_token.html:10
126 #: api/templates/oauth/authorize_token.html:13
127 msgid "Zezwól na dostęp do Wolnych Lektur"
128 msgstr "Authorize access to Wolne Lektury"
130 #: api/templates/oauth/authorize_token.html:17
133 "Potwierdź dostęp do Wolnych Lektur jako użytkownik <strong>%(user)s</strong>."
135 "Confirm to authorize access to Wolne Lektury as user <strong>%(user)s</"
138 #: api/templates/oauth/authorize_token.html:23