Skip to content

Commit 2442288

Browse files
committed
Update translation from Transifex
1 parent e989bf6 commit 2442288

4 files changed

Lines changed: 65 additions & 11 deletions

File tree

0.po

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56158,7 +56158,7 @@ msgid ""
5615856158
msgstr ""
5615956159

5616056160
msgid "The modern interface provides:"
56161-
msgstr ""
56161+
msgstr "W nowym interfejsie znajdują się:"
5616256162

5616356163
msgid ""
5616456164
"Encode the :term:`bytes-like object` *s* using Base64 and return the "
@@ -56243,6 +56243,13 @@ msgid ""
5624356243
"purposes the default is ``None``, so that 0 and 1 are not allowed in the "
5624456244
"input."
5624556245
msgstr ""
56246+
":rfc:`3548` zezwala na dodatkowe mapowanie cyfry 0 (zero) do litery O (o), i "
56247+
"opcjonalne mapowanie cyfry 1 (jeden) albo do litery I (i) lub litery L (el). "
56248+
"Opcjonalny parametr *map01* jeśli nie ``Żaden`` - z ang. - ``None``, określa "
56249+
"do których liter cyfra 1 powinna być zmapowana (gdy *map01* nie jest "
56250+
"``None``, cyfra 0 jest zawsze mapowana do litery O). Ze względów "
56251+
"bezpieczeństwa domyślnie jest to ``Żaden`` - z ang. - ``None``, więc 0 i 1 "
56252+
"nie są pozwalane w ciągu wejściowym. "
5624656253

5624756254
msgid ""
5624856255
"A :exc:`binascii.Error` is raised if *s* is incorrectly padded or if there "
@@ -56326,7 +56333,7 @@ msgid ""
5632656333
msgstr ""
5632756334

5632856335
msgid "The legacy interface:"
56329-
msgstr ""
56336+
msgstr "Przestarzały interfejs:"
5633056337

5633156338
msgid ""
5633256339
"Decode the contents of the binary *input* file and write the resulting "
@@ -56363,7 +56370,7 @@ msgid "Deprecated alias of :func:`encodebytes`."
5636356370
msgstr ""
5636456371

5636556372
msgid "An example usage of the module:"
56366-
msgstr ""
56373+
msgstr "Przykładowe użycie modułu:"
5636756374

5636856375
msgid "Module :mod:`binascii`"
5636956376
msgstr ""
@@ -56384,6 +56391,8 @@ msgid ""
5638456391
"Section 5.2, \"Base64 Content-Transfer-Encoding,\" provides the definition "
5638556392
"of the base64 encoding."
5638656393
msgstr ""
56394+
"Sekcja 5.2, \"Base64 Treść-Transfer-Kodowanie,\" dostarcza definicji "
56395+
"kodowania base64."
5638756396

5638856397
msgid ":mod:`bdb` --- Debugger framework"
5638956398
msgstr ""
@@ -194846,20 +194855,32 @@ msgid ""
194846194855
"the only value written. You can see it if you really want to using :func:"
194847194856
"`print`::"
194848194857
msgstr ""
194858+
"Przychodząc z innych języków, mógłbyś oponować, że ``fib`` nie jest funkcją, "
194859+
"ale procedurą, jako że nie zwraca wartości. Tak naprawdę nawet funkcje bez "
194860+
"instrukcji :keyword:`return` zwracają wartość, chociaż dość nudną. Tę "
194861+
"wartość nazywamy ``None`` (to wbudowana nazwa). Wypisywanie wartości "
194862+
"``None`` jest normalnie pomijane przez interpreter, jeśli miałaby to jedyna "
194863+
"wypisywana wartość. Możesz ją zobaczyć, jeśli bardzo chcesz, używając :func:"
194864+
"`print`::"
194849194865

194850194866
msgid ""
194851194867
"It is simple to write a function that returns a list of the numbers of the "
194852194868
"Fibonacci series, instead of printing it::"
194853194869
msgstr ""
194870+
"Prosto można napisać funkcję, która zwraca listę numerów ciągu Fibonnaciego "
194871+
"zamiast go wyświetlać::"
194854194872

194855194873
msgid "This example, as usual, demonstrates some new Python features:"
194856-
msgstr ""
194874+
msgstr "Ten przykład, jak zazwyczaj, prezentuje nowe cechy Pythona:"
194857194875

194858194876
msgid ""
194859194877
"The :keyword:`return` statement returns with a value from a function. :"
194860194878
"keyword:`!return` without an expression argument returns ``None``. Falling "
194861194879
"off the end of a function also returns ``None``."
194862194880
msgstr ""
194881+
"Instrukcja :keyword:`return` zwraca wartość funkcji. :keyword:`!return` bez "
194882+
"wyrażenia podanego jako argument zwraca ``None``. Dojście do końca funkcji "
194883+
"również zwraca ``None``."
194863194884

194864194885
msgid ""
194865194886
"The statement ``result.append(a)`` calls a *method* of the list object "

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Polskie tłumaczenie dokumentacji Pythona
22
========================================
33
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg)
4-
![23.33% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-23.33%25-0.svg)
4+
![23.99% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-23.99%25-0.svg)
55
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/dynamic/json.svg?label=całość&query=$.pl&url=http://gce.zhsj.me/python/newest)
66
![4 tłumaczy](https://img.shields.io/badge/tłumaczy-4-0.svg)
77

library/base64.po

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ msgid ""
7373
msgstr ""
7474

7575
msgid "The modern interface provides:"
76-
msgstr ""
76+
msgstr "W nowym interfejsie znajdują się:"
7777

7878
msgid ""
7979
"Encode the :term:`bytes-like object` *s* using Base64 and return the "
@@ -158,6 +158,13 @@ msgid ""
158158
"purposes the default is ``None``, so that 0 and 1 are not allowed in the "
159159
"input."
160160
msgstr ""
161+
":rfc:`3548` zezwala na dodatkowe mapowanie cyfry 0 (zero) do litery O (o), i "
162+
"opcjonalne mapowanie cyfry 1 (jeden) albo do litery I (i) lub litery L (el). "
163+
"Opcjonalny parametr *map01* jeśli nie ``Żaden`` - z ang. - ``None``, określa "
164+
"do których liter cyfra 1 powinna być zmapowana (gdy *map01* nie jest "
165+
"``None``, cyfra 0 jest zawsze mapowana do litery O). Ze względów "
166+
"bezpieczeństwa domyślnie jest to ``Żaden`` - z ang. - ``None``, więc 0 i 1 "
167+
"nie są pozwalane w ciągu wejściowym. "
161168

162169
msgid ""
163170
"A :exc:`binascii.Error` is raised if *s* is incorrectly padded or if there "
@@ -241,7 +248,7 @@ msgid ""
241248
msgstr ""
242249

243250
msgid "The legacy interface:"
244-
msgstr ""
251+
msgstr "Przestarzały interfejs:"
245252

246253
msgid ""
247254
"Decode the contents of the binary *input* file and write the resulting "
@@ -278,7 +285,7 @@ msgid "Deprecated alias of :func:`encodebytes`."
278285
msgstr ""
279286

280287
msgid "An example usage of the module:"
281-
msgstr ""
288+
msgstr "Przykładowe użycie modułu:"
282289

283290
msgid "Module :mod:`binascii`"
284291
msgstr ""
@@ -299,3 +306,5 @@ msgid ""
299306
"Section 5.2, \"Base64 Content-Transfer-Encoding,\" provides the definition "
300307
"of the base64 encoding."
301308
msgstr ""
309+
"Sekcja 5.2, \"Base64 Treść-Transfer-Kodowanie,\" dostarcza definicji "
310+
"kodowania base64."

tutorial/controlflow.po

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,20 +340,32 @@ msgid ""
340340
"the only value written. You can see it if you really want to using :func:"
341341
"`print`::"
342342
msgstr ""
343+
"Przychodząc z innych języków, mógłbyś oponować, że ``fib`` nie jest funkcją, "
344+
"ale procedurą, jako że nie zwraca wartości. Tak naprawdę nawet funkcje bez "
345+
"instrukcji :keyword:`return` zwracają wartość, chociaż dość nudną. Tę "
346+
"wartość nazywamy ``None`` (to wbudowana nazwa). Wypisywanie wartości "
347+
"``None`` jest normalnie pomijane przez interpreter, jeśli miałaby to jedyna "
348+
"wypisywana wartość. Możesz ją zobaczyć, jeśli bardzo chcesz, używając :func:"
349+
"`print`::"
343350

344351
msgid ""
345352
"It is simple to write a function that returns a list of the numbers of the "
346353
"Fibonacci series, instead of printing it::"
347354
msgstr ""
355+
"Prosto można napisać funkcję, która zwraca listę numerów ciągu Fibonnaciego "
356+
"zamiast go wyświetlać::"
348357

349358
msgid "This example, as usual, demonstrates some new Python features:"
350-
msgstr ""
359+
msgstr "Ten przykład, jak zazwyczaj, prezentuje nowe cechy Pythona:"
351360

352361
msgid ""
353362
"The :keyword:`return` statement returns with a value from a function. :"
354363
"keyword:`!return` without an expression argument returns ``None``. Falling "
355364
"off the end of a function also returns ``None``."
356365
msgstr ""
366+
"Instrukcja :keyword:`return` zwraca wartość funkcji. :keyword:`!return` bez "
367+
"wyrażenia podanego jako argument zwraca ``None``. Dojście do końca funkcji "
368+
"również zwraca ``None``."
357369

358370
msgid ""
359371
"The statement ``result.append(a)`` calls a *method* of the list object "
@@ -367,17 +379,29 @@ msgid ""
367379
"for list objects; it adds a new element at the end of the list. In this "
368380
"example it is equivalent to ``result = result + [a]``, but more efficient."
369381
msgstr ""
382+
"Instrukcja ``result.append(a)`` wywołuje *metodę* listy obiektów ``result``. "
383+
"Metoda to funkcja, która „należy” do obiektu i jest nazwana ``obj."
384+
"methodname``, gdzie ``obj`` jest jakimś obiektem (może też być wyrażeniem) a "
385+
"``methodname`` jest nazwą metody, które jest zdefiniowana przez typ obiektu. "
386+
"Różne typy definiują różne metody. Metody różnych typów mogą mieć te same "
387+
"nazwy bez powodowania dwuznaczności. (Da się definiować własne typy obiektów "
388+
"i metody, używając *klas*, patrz :ref:`tut-classes`.) Metoda :meth:`append` "
389+
"pokazana w przykładzie jest zdefiniowana dla listy obiektów; dodaje nowy "
390+
"element na końcu listy. W tym przykładzie jest równoważna ``result = result "
391+
"+ [a]``, ale bardziej wydajna."
370392

371393
msgid "More on Defining Functions"
372-
msgstr ""
394+
msgstr "Więcej o definiowaniu funkcji"
373395

374396
msgid ""
375397
"It is also possible to define functions with a variable number of arguments. "
376398
"There are three forms, which can be combined."
377399
msgstr ""
400+
"Można też definiować funkcje ze zmienną liczbą argumentów. Są trzy sposoby, "
401+
"które można łączyć."
378402

379403
msgid "Default Argument Values"
380-
msgstr ""
404+
msgstr "Domyślne wartości argumentów"
381405

382406
msgid ""
383407
"The most useful form is to specify a default value for one or more "

0 commit comments

Comments
 (0)