Skip to content

Commit f369faa

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 65cafb8 commit f369faa

File tree

218 files changed

+281
-266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+281
-266
lines changed

about.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-09-22 15:15+0000\n"
14+
"POT-Creation-Date: 2023-10-13 15:17+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

bugs.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-09-22 15:15+0000\n"
14+
"POT-Creation-Date: 2023-10-13 15:17+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/abstract.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-09-22 15:15+0000\n"
14+
"POT-Creation-Date: 2023-10-06 16:09+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/apiabiversion.po

Lines changed: 38 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-09-22 15:15+0000\n"
14+
"POT-Creation-Date: 2023-10-27 15:54+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -24,42 +24,51 @@ msgstr ""
2424
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
2525

2626
msgid "API and ABI Versioning"
27-
msgstr ""
27+
msgstr "API i wersjonowanie ABI"
2828

2929
msgid ""
3030
"CPython exposes its version number in the following macros. Note that these "
3131
"correspond to the version code is **built** with, not necessarily the "
3232
"version used at **run time**."
3333
msgstr ""
34+
"CPython (standardowa implementacja) ujawnia swój numer wersji w "
35+
"następujących makrach. Należy pamiętać, że odpowiadają one kodowi wersji, z "
36+
"którym został **zbudowany**, niekoniecznie wersji używanej w **czasie "
37+
"działania**."
3438

3539
msgid ""
3640
"See :ref:`stable` for a discussion of API and ABI stability across versions."
3741
msgstr ""
3842

3943
msgid "The ``3`` in ``3.4.1a2``."
40-
msgstr ""
44+
msgstr "``3`` w ``3.4.1a2``."
4145

4246
msgid "The ``4`` in ``3.4.1a2``."
43-
msgstr ""
47+
msgstr "``4`` w ``3.4.1a2``."
4448

4549
msgid "The ``1`` in ``3.4.1a2``."
46-
msgstr ""
50+
msgstr "``1`` w ``3.4.1a2``."
4751

4852
msgid ""
4953
"The ``a`` in ``3.4.1a2``. This can be ``0xA`` for alpha, ``0xB`` for beta, "
5054
"``0xC`` for release candidate or ``0xF`` for final."
5155
msgstr ""
56+
"``a`` w ``3.4.1a2``. Może to być ``0xA`` dla wersji alfa, ``0xB`` dla wersji "
57+
"beta, ``0xC`` dla wersji kandydującej do wydania lub ``0xF`` dla wersji "
58+
"finalnej."
5259

5360
msgid "The ``2`` in ``3.4.1a2``. Zero for final releases."
54-
msgstr ""
61+
msgstr "``2`` w ``3.4.1a2``. Zero dla ostatecznych wydań."
5562

5663
msgid "The Python version number encoded in a single integer."
57-
msgstr ""
64+
msgstr "Numer wersji Pythona zakodowany w pojedynczej liczbie całkowitej."
5865

5966
msgid ""
6067
"The underlying version information can be found by treating it as a 32 bit "
6168
"number in the following manner:"
6269
msgstr ""
70+
"Podstawowe informacje wersji można znaleźć, traktując je jako 32-bitową "
71+
"liczbę w następujący sposób:"
6372

6473
msgid "Bytes"
6574
msgstr ""
@@ -71,69 +80,72 @@ msgid "Meaning"
7180
msgstr "Znaczenie"
7281

7382
msgid "Value for ``3.4.1a2``"
74-
msgstr ""
83+
msgstr "Wartość dla ``3.4.1a2``"
7584

7685
msgid "1"
7786
msgstr "1"
7887

7988
msgid "1-8"
80-
msgstr ""
89+
msgstr "1-8"
8190

8291
msgid "``PY_MAJOR_VERSION``"
83-
msgstr ""
92+
msgstr "``PY_MAJOR_VERSION``"
8493

8594
msgid "``0x03``"
86-
msgstr ""
95+
msgstr "``0x03``"
8796

8897
msgid "2"
8998
msgstr "2"
9099

91100
msgid "9-16"
92-
msgstr ""
101+
msgstr "9-16"
93102

94103
msgid "``PY_MINOR_VERSION``"
95-
msgstr ""
104+
msgstr "``PY_MINOR_VERSION``"
96105

97106
msgid "``0x04``"
98-
msgstr ""
107+
msgstr "``0x04``"
99108

100109
msgid "3"
101-
msgstr ""
110+
msgstr "3"
102111

103112
msgid "17-24"
104-
msgstr ""
113+
msgstr "17-24"
105114

106115
msgid "``PY_MICRO_VERSION``"
107-
msgstr ""
116+
msgstr "``PY_MICRO_VERSION``"
108117

109118
msgid "``0x01``"
110-
msgstr ""
119+
msgstr "``0x01``"
111120

112121
msgid "4"
113122
msgstr "4"
114123

115124
msgid "25-28"
116-
msgstr ""
125+
msgstr "25-28"
117126

118127
msgid "``PY_RELEASE_LEVEL``"
119-
msgstr ""
128+
msgstr "``PY_RELEASE_LEVEL``"
120129

121130
msgid "``0xA``"
122-
msgstr ""
131+
msgstr "``0xA``"
123132

124133
msgid "29-32"
125-
msgstr ""
134+
msgstr "29-32"
126135

127136
msgid "``PY_RELEASE_SERIAL``"
128-
msgstr ""
137+
msgstr "``PY_RELEASE_SERIAL``"
129138

130139
msgid "``0x2``"
131-
msgstr ""
140+
msgstr "``0x2``"
132141

133142
msgid ""
134143
"Thus ``3.4.1a2`` is hexversion ``0x030401a2`` and ``3.10.0`` is hexversion "
135144
"``0x030a00f0``."
136145
msgstr ""
146+
"Tak więc ``3.4.1a2`` jest hekswersją ``0x030401a2``, a ``3.10.0`` jest "
147+
"hekswersją ``0x030a00f0``."
137148

138149
msgid "All the given macros are defined in :source:`Include/patchlevel.h`."
139150
msgstr ""
151+
"Wszystkie podane makra są zdefiniowane w :source:`Include/patchlevel.h`."

c-api/arg.po

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-09-15 15:11+0000\n"
14+
"POT-Creation-Date: 2023-10-27 15:54+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -76,12 +76,15 @@ msgid ""
7676
"These formats allow accessing an object as a contiguous chunk of memory. You "
7777
"don't have to provide raw storage for the returned unicode or bytes area."
7878
msgstr ""
79+
"Formaty te umożliwiają dostęp do obiektu jako ciągłego fragmentu pamięci. "
80+
"Nie musisz zapewniać nieprzetworzonej pamięci dla zwróconego obszaru unicode "
81+
"lub bajtów."
7982

8083
msgid "Unless otherwise stated, buffers are not NUL-terminated."
8184
msgstr "Bufory nie są zakończone znakiem NULL, chyba że zaznaczono inaczej."
8285

8386
msgid "There are three ways strings and buffers can be converted to C:"
84-
msgstr ""
87+
msgstr "Istnieją trzy sposoby konwersji łańcuchów i buforów na język C:"
8588

8689
msgid ""
8790
"Formats such as ``y*`` and ``s*`` fill a :c:type:`Py_buffer` structure. This "
@@ -596,7 +599,7 @@ msgid ""
596599
msgstr ""
597600

598601
msgid "``Py_CLEANUP_SUPPORTED`` was added."
599-
msgstr ""
602+
msgstr "``Py_CLEANUP_SUPPORTED`` został dodany."
600603

601604
msgid "``p`` (:class:`bool`) [int]"
602605
msgstr ""

c-api/buffer.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-09-15 15:11+0000\n"
14+
"POT-Creation-Date: 2023-10-06 16:09+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/bytes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-09-15 15:11+0000\n"
14+
"POT-Creation-Date: 2023-10-06 16:09+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/call.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-09-22 15:15+0000\n"
14+
"POT-Creation-Date: 2023-10-06 16:09+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/complex.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-09-22 15:15+0000\n"
14+
"POT-Creation-Date: 2023-10-06 16:09+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/dict.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-09-22 15:15+0000\n"
14+
"POT-Creation-Date: 2023-10-13 15:17+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)