Skip to content

Commit c32ff16

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 7e97769 commit c32ff16

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

glossary.po

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.13\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2024-12-13 14:18+0000\n"
20+
"POT-Creation-Date: 2024-12-27 14:16+0000\n"
2121
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
2222
"Last-Translator: Stanislaw Ulbrych, 2024\n"
2323
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1897,7 +1897,7 @@ msgid "See also :term:`borrowed reference`."
18971897
msgstr ""
18981898

18991899
msgid "text encoding"
1900-
msgstr ""
1900+
msgstr "kodowanie tekstu"
19011901

19021902
msgid ""
19031903
"A string in Python is a sequence of Unicode code points (in range "
@@ -1914,6 +1914,8 @@ msgid ""
19141914
"There are a variety of different text serialization :ref:`codecs <standard-"
19151915
"encodings>`, which are collectively referred to as \"text encodings\"."
19161916
msgstr ""
1917+
"Istnieje wiele różnych serializacji tekstu :ref:`codecs <standard-"
1918+
"encodings>`, które są zbiorczo określane jako \"kodowanie tekstu\"."
19171919

19181920
msgid "text file"
19191921
msgstr ""
@@ -1925,6 +1927,12 @@ msgid ""
19251927
"text mode (``'r'`` or ``'w'``), :data:`sys.stdin`, :data:`sys.stdout`, and "
19261928
"instances of :class:`io.StringIO`."
19271929
msgstr ""
1930+
"Obiekt :term:`file` może odczytywać i zapisywać obiekty :class:`str`. Często "
1931+
"plik tekstowy faktycznie uzyskuje dostęp do strumienia danych zorientowanego "
1932+
"na bajty i automatycznie obsługuje :term:`kodowanie tekstu`. Przykładami "
1933+
"plików tekstowych są pliki otwierane w trybie tekstowym (``'r'`` lub "
1934+
"``'w'``), :data:`sys.stdin`, :data:`sys.stdout` i instancje :class:`io."
1935+
"StringIO`."
19281936

19291937
msgid ""
19301938
"See also :term:`binary file` for a file object able to read and write :term:"

library/functions.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# haaritsubaki, 2023
99
# Ciarbin <[email protected]>, 2024
1010
# Wiktor Matuszewski <[email protected]>, 2024
11-
# Stanislaw Ulbrych, 2024
1211
# Maciej Olko <[email protected]>, 2024
12+
# Stanislaw Ulbrych, 2024
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2024-12-27 14:16+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
21-
"Last-Translator: Maciej Olko <[email protected]>, 2024\n"
21+
"Last-Translator: Stanislaw Ulbrych, 2024\n"
2222
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2932,7 +2932,7 @@ msgid ""
29322932
msgstr ""
29332933
"Ten kod jest dokładnie taki sam jak w pierwszym przykładzie. Pamiętaj, aby "
29342934
"nadać dodatkowym funkcjom takie same nazwy jak oryginalnej właściwości (w "
2935-
"tym przypadku``x``)."
2935+
"tym przypadku ``x``)."
29362936

29372937
msgid ""
29382938
"The returned property object also has the attributes ``fget``, ``fset``, and "

0 commit comments

Comments
 (0)