1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , 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
#
@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.12\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2023-12-29 14:13 +0000\n "
14
+ "POT-Creation-Date : 2024-01-12 14:14 +0000\n "
15
15
"PO-Revision-Date : 2021-06-28 01:11+0000\n "
16
16
"Last-Translator : Waldemar Stoczkowski, 2023\n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -78,7 +78,7 @@ msgid "Function Objects"
78
78
msgstr "Obiekty Funkcja"
79
79
80
80
msgid ""
81
- "Class :class:`Function` instances describe functions defined by def "
81
+ "Class :class:`! Function` instances describe functions defined by def "
82
82
"statements. They have the following attributes:"
83
83
msgstr ""
84
84
@@ -94,24 +94,26 @@ msgstr ""
94
94
msgid "The line number in the file where the definition starts."
95
95
msgstr ""
96
96
97
- msgid "For top-level functions, None. For nested functions, the parent."
97
+ msgid "For top-level functions, `` None`` . For nested functions, the parent."
98
98
msgstr ""
99
99
100
100
msgid ""
101
- "A dictionary mapping names to descriptors for nested functions and classes."
101
+ "A :class:`dictionary <dict>` mapping names to descriptors for nested "
102
+ "functions and classes."
102
103
msgstr ""
103
104
104
105
msgid ""
105
- "``True`` for functions that are defined with the `` async`` prefix, ``False`` "
106
- "otherwise."
106
+ "``True`` for functions that are defined with the :keyword:` async <async "
107
+ "def>` prefix, ``False`` otherwise."
107
108
msgstr ""
108
109
109
110
msgid "Class Objects"
110
111
msgstr ""
111
112
112
113
msgid ""
113
- "Class :class:`Class` instances describe classes defined by class "
114
- "statements. They have the same attributes as Functions and two more."
114
+ "Class :class:`!Class` instances describe classes defined by class "
115
+ "statements. They have the same attributes as :class:`Functions <Function>` "
116
+ "and two more."
115
117
msgstr ""
116
118
117
119
msgid "Name of the file in which the class is defined."
@@ -127,13 +129,18 @@ msgid "For top-level classes, None. For nested classes, the parent."
127
129
msgstr ""
128
130
129
131
msgid ""
130
- "A list of :class:`Class` objects which describe the immediate base classes "
132
+ "A dictionary mapping names to descriptors for nested functions and classes."
133
+ msgstr ""
134
+
135
+ msgid ""
136
+ "A list of :class:`!Class` objects which describe the immediate base classes "
131
137
"of the class being described. Classes which are named as superclasses but "
132
138
"which are not discoverable by :func:`readmodule_ex` are listed as a string "
133
- "with the class name instead of as :class:`Class` objects."
139
+ "with the class name instead of as :class:`! Class` objects."
134
140
msgstr ""
135
141
136
142
msgid ""
137
- "A dictionary mapping method names to line numbers. This can be derived from "
138
- "the newer children dictionary, but remains for back-compatibility."
143
+ "A :class:`dictionary <dict>` mapping method names to line numbers. This can "
144
+ "be derived from the newer :attr:`children` dictionary, but remains for back-"
145
+ "compatibility."
139
146
msgstr ""
0 commit comments