Skip to content

Commit 08e05ca

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 2aeea9c commit 08e05ca

File tree

6 files changed

+76
-36
lines changed

6 files changed

+76
-36
lines changed

library/asyncio-protocol.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-01-19 16:40+0000\n"
14+
"POT-Creation-Date: 2024-02-09 16:33+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:12+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"

license.po

+36-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-02-02 18:15+0000\n"
14+
"POT-Creation-Date: 2024-02-09 16:33+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:22+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"
@@ -383,7 +383,41 @@ msgid "Audioop"
383383
msgstr ""
384384

385385
msgid ""
386-
"The audioop module uses the code base in g771.c file of the SoX project::"
386+
"The audioop module uses the code base in g771.c file of the SoX project. "
387+
"https://sourceforge.net/projects/sox/files/sox/12.17.7/sox-12.17.7.tar.gz"
388+
msgstr ""
389+
390+
msgid ""
391+
"This source code is a product of Sun Microsystems, Inc. and is provided for "
392+
"unrestricted use. Users may copy or modify this source code without charge."
393+
msgstr ""
394+
395+
msgid ""
396+
"SUN SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING "
397+
"THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR "
398+
"PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE."
399+
msgstr ""
400+
401+
msgid ""
402+
"Sun source code is provided with no support and without any obligation on "
403+
"the part of Sun Microsystems, Inc. to assist in its use, correction, "
404+
"modification or enhancement."
405+
msgstr ""
406+
407+
msgid ""
408+
"SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE "
409+
"INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE OR "
410+
"ANY PART THEREOF."
411+
msgstr ""
412+
413+
msgid ""
414+
"In no event will Sun Microsystems, Inc. be liable for any lost revenue or "
415+
"profits or other special, indirect and consequential damages, even if Sun "
416+
"has been advised of the possibility of such damages."
417+
msgstr ""
418+
419+
msgid ""
420+
"Sun Microsystems, Inc. 2550 Garcia Avenue Mountain View, California 94043"
387421
msgstr ""
388422

389423
msgid "asyncio"

reference/lexical_analysis.po

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-01-19 16:40+0000\n"
14+
"POT-Creation-Date: 2024-02-09 16:33+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:22+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"
@@ -505,6 +505,9 @@ msgid ""
505505
"either ``'`` or ``\"``.)"
506506
msgstr ""
507507

508+
msgid "Escape sequences"
509+
msgstr ""
510+
508511
msgid ""
509512
"Unless an ``'r'`` or ``'R'`` prefix is present, escape sequences in string "
510513
"and bytes literals are interpreted according to rules similar to those used "

whatsnew/2.0.po

+16-15
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-01-26 16:43+0000\n"
14+
"POT-Creation-Date: 2024-02-09 16:33+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:23+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"
@@ -1118,14 +1118,14 @@ msgid ""
11181118
"data being sent over a socket. When compiling Python, you can edit :file:"
11191119
"`Modules/Setup` to include SSL support, which adds an additional function to "
11201120
"the :mod:`socket` module: ``socket.ssl(socket, keyfile, certfile)``, which "
1121-
"takes a socket object and returns an SSL socket. The :mod:`httplib` and :"
1122-
"mod:`urllib` modules were also changed to support ``https://`` URLs, though "
1123-
"no one has implemented FTP or SMTP over SSL."
1121+
"takes a socket object and returns an SSL socket. The :mod:`httplib <http>` "
1122+
"and :mod:`urllib` modules were also changed to support ``https://`` URLs, "
1123+
"though no one has implemented FTP or SMTP over SSL."
11241124
msgstr ""
11251125

11261126
msgid ""
1127-
"The :mod:`httplib` module has been rewritten by Greg Stein to support "
1128-
"HTTP/1.1. Backward compatibility with the 1.5 version of :mod:`httplib` is "
1127+
"The :mod:`httplib <http>` module has been rewritten by Greg Stein to support "
1128+
"HTTP/1.1. Backward compatibility with the 1.5 version of :mod:`!httplib` is "
11291129
"provided, though using HTTP/1.1 features such as pipelining will require "
11301130
"rewriting code to use a different set of interfaces."
11311131
msgstr ""
@@ -1212,11 +1212,11 @@ msgid ""
12121212
msgstr ""
12131213

12141214
msgid ""
1215-
":mod:`robotparser`: Parse a :file:`robots.txt` file, which is used for "
1216-
"writing web spiders that politely avoid certain areas of a web site. The "
1217-
"parser accepts the contents of a :file:`robots.txt` file, builds a set of "
1218-
"rules from it, and can then answer questions about the fetchability of a "
1219-
"given URL. (Contributed by Skip Montanaro.)"
1215+
":mod:`robotparser <urllib.robotparser>`: Parse a :file:`robots.txt` file, "
1216+
"which is used for writing web spiders that politely avoid certain areas of a "
1217+
"web site. The parser accepts the contents of a :file:`robots.txt` file, "
1218+
"builds a set of rules from it, and can then answer questions about the "
1219+
"fetchability of a given URL. (Contributed by Skip Montanaro.)"
12201220
msgstr ""
12211221

12221222
msgid ""
@@ -1241,10 +1241,11 @@ msgid ""
12411241
msgstr ""
12421242

12431243
msgid ""
1244-
":mod:`_winreg`: An interface to the Windows registry. :mod:`_winreg` is an "
1245-
"adaptation of functions that have been part of PythonWin since 1995, but has "
1246-
"now been added to the core distribution, and enhanced to support Unicode. :"
1247-
"mod:`_winreg` was written by Bill Tutt and Mark Hammond."
1244+
":mod:`_winreg <winreg>`: An interface to the Windows registry. :mod:`!"
1245+
"_winreg` is an adaptation of functions that have been part of PythonWin "
1246+
"since 1995, but has now been added to the core distribution, and enhanced "
1247+
"to support Unicode. :mod:`!_winreg` was written by Bill Tutt and Mark "
1248+
"Hammond."
12481249
msgstr ""
12491250

12501251
msgid ""

whatsnew/2.2.po

+17-15
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-02-02 14:31+0000\n"
14+
"POT-Creation-Date: 2024-02-09 16:33+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:23+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"
@@ -78,7 +78,7 @@ msgid ""
7878
"useful method to them. The :mod:`!UserList` module provides a class that "
7979
"supports all of the methods of lists and that can be subclassed further, but "
8080
"there's lots of C code that expects a regular Python list and won't accept "
81-
"a :class:`!UserList` instance."
81+
"a :class:`~collections.UserList` instance."
8282
msgstr ""
8383

8484
msgid ""
@@ -99,9 +99,9 @@ msgstr ""
9999
msgid ""
100100
"It's also possible to automatically call methods on accessing or setting an "
101101
"instance attribute by using a new mechanism called :dfn:`properties`. Many "
102-
"uses of :meth:`!__getattr__` can be rewritten to use properties instead, "
103-
"making the resulting code simpler and faster. As a small side benefit, "
104-
"attributes can now have docstrings, too."
102+
"uses of :meth:`~object.__getattr__` can be rewritten to use properties "
103+
"instead, making the resulting code simpler and faster. As a small side "
104+
"benefit, attributes can now have docstrings, too."
105105
msgstr ""
106106

107107
msgid ""
@@ -937,15 +937,16 @@ msgid "New and Improved Modules"
937937
msgstr ""
938938

939939
msgid ""
940-
"The :mod:`!xmlrpclib` module was contributed to the standard library by "
941-
"Fredrik Lundh, providing support for writing XML-RPC clients. XML-RPC is a "
942-
"simple remote procedure call protocol built on top of HTTP and XML. For "
943-
"example, the following snippet retrieves a list of RSS channels from the "
944-
"O'Reilly Network, and then lists the recent headlines for one channel::"
940+
"The :mod:`xmlrpclib <xmlrpc.client>` module was contributed to the standard "
941+
"library by Fredrik Lundh, providing support for writing XML-RPC clients. "
942+
"XML-RPC is a simple remote procedure call protocol built on top of HTTP and "
943+
"XML. For example, the following snippet retrieves a list of RSS channels "
944+
"from the O'Reilly Network, and then lists the recent headlines for one "
945+
"channel::"
945946
msgstr ""
946947

947948
msgid ""
948-
"The :mod:`!SimpleXMLRPCServer` module makes it easy to create "
949+
"The :mod:`SimpleXMLRPCServer <xmlrpc.server>` module makes it easy to create "
949950
"straightforward XML-RPC servers. See http://xmlrpc.scripting.com/ for more "
950951
"information about XML-RPC."
951952
msgstr ""
@@ -958,10 +959,11 @@ msgstr ""
958959
msgid ""
959960
"Several functions that originally returned lengthy tuples now return pseudo-"
960961
"sequences that still behave like tuples but also have mnemonic attributes "
961-
"such as :attr:`!memberst_mtime` or :attr:`!tm_year`. The enhanced functions "
962-
"include :func:`~os.stat`, :func:`~os.fstat`, :func:`~os.statvfs`, and :func:"
963-
"`~os.fstatvfs` in the :mod:`os` module, and :func:`~time.localtime`, :func:"
964-
"`~time.gmtime`, and :func:`~time.strptime` in the :mod:`time` module."
962+
"such as :attr:`!memberst_mtime` or :attr:`~time.struct_time.tm_year`. The "
963+
"enhanced functions include :func:`~os.stat`, :func:`~os.fstat`, :func:`~os."
964+
"statvfs`, and :func:`~os.fstatvfs` in the :mod:`os` module, and :func:`~time."
965+
"localtime`, :func:`~time.gmtime`, and :func:`~time.strptime` in the :mod:"
966+
"`time` module."
965967
msgstr ""
966968

967969
msgid ""

whatsnew/3.5.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-01-19 16:40+0000\n"
14+
"POT-Creation-Date: 2024-02-09 16:33+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:23+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"
@@ -2621,7 +2621,7 @@ msgstr ""
26212621

26222622
msgid ""
26232623
"The deprecated \"strict\" mode and argument of :class:`~html.parser."
2624-
"HTMLParser`, :meth:`HTMLParser.error`, and the :exc:`HTMLParserError` "
2624+
"HTMLParser`, :meth:`!HTMLParser.error`, and the :exc:`!HTMLParserError` "
26252625
"exception have been removed. (Contributed by Ezio Melotti in :issue:"
26262626
"`15114`.) The *convert_charrefs* argument of :class:`~html.parser."
26272627
"HTMLParser` is now ``True`` by default. (Contributed by Berker Peksag in :"

0 commit comments

Comments
 (0)