1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2025 , Python Software Foundation
2
+ # Copyright (C) 2001-2023 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # Rafael Fontenelle <[email protected] >, 2025
7
+ # Transifex Bot < >, 2023
8
8
#
9
9
#, fuzzy
10
10
msgid ""
11
11
msgstr ""
12
- "Project-Id-Version : Python 3.13 \n "
12
+ "Project-Id-Version : Python 3.11 \n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2025-07-11 15:02 +0000\n "
15
- "PO-Revision-Date : 2025-05-08 05:08 +0000\n "
16
- "
Last-Translator :
Rafael Fontenelle <[email protected] >, 2025 \n"
14
+ "POT-Creation-Date : 2023-05-19 14:13 +0000\n "
15
+ "PO-Revision-Date : 2021-06-28 00:50 +0000\n "
16
+ "Last-Translator : Transifex Bot < >, 2023 \n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -40,12 +40,8 @@ msgid ""
40
40
"Return a new slice object with the given values. The *start*, *stop*, and "
41
41
"*step* parameters are used as the values of the slice object attributes of "
42
42
"the same names. Any of the values may be ``NULL``, in which case the "
43
- "``None`` will be used for the corresponding attribute."
44
- msgstr ""
45
-
46
- msgid ""
47
- "Return ``NULL`` with an exception set if the new object could not be "
48
- "allocated."
43
+ "``None`` will be used for the corresponding attribute. Return ``NULL`` if "
44
+ "the new object could not be allocated."
49
45
msgstr ""
50
46
51
47
msgid ""
@@ -56,7 +52,7 @@ msgstr ""
56
52
57
53
msgid ""
58
54
"Returns ``0`` on success and ``-1`` on error with no exception set (unless "
59
- "one of the indices was not `` None` ` and failed to be converted to an "
55
+ "one of the indices was not :const:` None` and failed to be converted to an "
60
56
"integer, in which case ``-1`` is returned with an exception set)."
61
57
msgstr ""
62
58
@@ -75,7 +71,7 @@ msgid ""
75
71
"normal slices."
76
72
msgstr ""
77
73
78
- msgid "Return ``0`` on success and ``-1`` on error with an exception set."
74
+ msgid "Returns ``0`` on success and ``-1`` on error with exception set."
79
75
msgstr ""
80
76
81
77
msgid ""
@@ -84,23 +80,9 @@ msgid ""
84
80
"`PySlice_AdjustIndices` where ::"
85
81
msgstr ""
86
82
87
- msgid ""
88
- "if (PySlice_GetIndicesEx(slice, length, &start, &stop, &step, &slicelength) "
89
- "< 0) {\n"
90
- " // return error\n"
91
- "}"
92
- msgstr ""
93
-
94
83
msgid "is replaced by ::"
95
84
msgstr ""
96
85
97
- msgid ""
98
- "if (PySlice_Unpack(slice, &start, &stop, &step) < 0) {\n"
99
- " // return error\n"
100
- "}\n"
101
- "slicelength = PySlice_AdjustIndices(length, &start, &stop, step);"
102
- msgstr ""
103
-
104
86
msgid ""
105
87
"If ``Py_LIMITED_API`` is not set or set to the value between ``0x03050400`` "
106
88
"and ``0x03060000`` (not including) or ``0x03060100`` or higher :c:func:`!"
@@ -123,10 +105,8 @@ msgid ""
123
105
"less than ``-PY_SSIZE_T_MAX`` to ``-PY_SSIZE_T_MAX``."
124
106
msgstr ""
125
107
126
- msgid "Return ``-1`` with an exception set on error, ``0`` on success."
108
+ msgid "Return ``-1`` on error, ``0`` on success."
127
109
msgstr ""
128
- "Возвращает ``-1`` с установленным исключением в случае ошибки и ``0`` в "
129
- "случае успеха."
130
110
131
111
msgid ""
132
112
"Adjust start/end slice indices assuming a sequence of the specified length. "
@@ -143,14 +123,7 @@ msgid "Ellipsis Object"
143
123
msgstr ""
144
124
145
125
msgid ""
146
- "The type of Python :const:`Ellipsis` object. Same as :class:`types."
147
- "EllipsisType` in the Python layer."
148
- msgstr ""
149
-
150
- msgid ""
151
- "The Python ``Ellipsis`` object. This object has no methods. Like :c:data:"
152
- "`Py_None`, it is an :term:`immortal` singleton object."
153
- msgstr ""
154
-
155
- msgid ":c:data:`Py_Ellipsis` is immortal."
126
+ "The Python ``Ellipsis`` object. This object has no methods. It needs to be "
127
+ "treated just like any other object with respect to reference counts. Like :"
128
+ "c:data:`Py_None` it is a singleton object."
156
129
msgstr ""
0 commit comments