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
#
6
6
# Translators:
7
- # Transifex Bot < >, 2023
7
+ # Rafael Fontenelle <rffontenelle@gmail.com >, 2024
8
8
#
9
9
#, fuzzy
10
10
msgid ""
11
11
msgstr ""
12
- "Project-Id-Version : Python 3.11 \n "
12
+ "Project-Id-Version : Python 3.12 \n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2023-05-19 14:13 +0000\n "
15
- "PO-Revision-Date : 2021-06-28 00:48 +0000\n "
16
- "Last-Translator : Transifex Bot < >, 2023 \n "
14
+ "POT-Creation-Date : 2024-12-13 14:56 +0000\n "
15
+ "PO-Revision-Date : 2024-05-11 00:32 +0000\n "
16
+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com >, 2024 \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 "
@@ -30,12 +30,52 @@ msgid ""
30
30
"Various date and time objects are supplied by the :mod:`datetime` module. "
31
31
"Before using any of these functions, the header file :file:`datetime.h` must "
32
32
"be included in your source (note that this is not included by :file:`Python."
33
- "h`), and the macro :c:macro:`PyDateTime_IMPORT` must be invoked, usually as "
33
+ "h`), and the macro :c:macro:`! PyDateTime_IMPORT` must be invoked, usually as "
34
34
"part of the module initialisation function. The macro puts a pointer to a C "
35
- "structure into a static variable, :c:data:`PyDateTimeAPI`, that is used by "
35
+ "structure into a static variable, :c:data:`! PyDateTimeAPI`, that is used by "
36
36
"the following macros."
37
37
msgstr ""
38
38
39
+ msgid "This subtype of :c:type:`PyObject` represents a Python date object."
40
+ msgstr ""
41
+
42
+ msgid "This subtype of :c:type:`PyObject` represents a Python datetime object."
43
+ msgstr ""
44
+
45
+ msgid "This subtype of :c:type:`PyObject` represents a Python time object."
46
+ msgstr ""
47
+
48
+ msgid ""
49
+ "This subtype of :c:type:`PyObject` represents the difference between two "
50
+ "datetime values."
51
+ msgstr ""
52
+
53
+ msgid ""
54
+ "This instance of :c:type:`PyTypeObject` represents the Python date type; it "
55
+ "is the same object as :class:`datetime.date` in the Python layer."
56
+ msgstr ""
57
+
58
+ msgid ""
59
+ "This instance of :c:type:`PyTypeObject` represents the Python datetime type; "
60
+ "it is the same object as :class:`datetime.datetime` in the Python layer."
61
+ msgstr ""
62
+
63
+ msgid ""
64
+ "This instance of :c:type:`PyTypeObject` represents the Python time type; it "
65
+ "is the same object as :class:`datetime.time` in the Python layer."
66
+ msgstr ""
67
+
68
+ msgid ""
69
+ "This instance of :c:type:`PyTypeObject` represents Python type for the "
70
+ "difference between two datetime values; it is the same object as :class:"
71
+ "`datetime.timedelta` in the Python layer."
72
+ msgstr ""
73
+
74
+ msgid ""
75
+ "This instance of :c:type:`PyTypeObject` represents the Python time zone info "
76
+ "type; it is the same object as :class:`datetime.tzinfo` in the Python layer."
77
+ msgstr ""
78
+
39
79
msgid "Macro for access to the UTC singleton:"
40
80
msgstr ""
41
81
@@ -45,12 +85,12 @@ msgid ""
45
85
msgstr ""
46
86
47
87
msgid "Type-check macros:"
48
- msgstr ""
88
+ msgstr "Sprawdzanie typu makr: "
49
89
50
90
msgid ""
51
91
"Return true if *ob* is of type :c:data:`PyDateTime_DateType` or a subtype "
52
- "of :c:data:`PyDateTime_DateType`. *ob* must not be ``NULL``. This function "
53
- "always succeeds."
92
+ "of :c:data:`! PyDateTime_DateType`. *ob* must not be ``NULL``. This "
93
+ "function always succeeds."
54
94
msgstr ""
55
95
56
96
msgid ""
@@ -60,7 +100,7 @@ msgstr ""
60
100
61
101
msgid ""
62
102
"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType` or a "
63
- "subtype of :c:data:`PyDateTime_DateTimeType`. *ob* must not be ``NULL``. "
103
+ "subtype of :c:data:`! PyDateTime_DateTimeType`. *ob* must not be ``NULL``. "
64
104
"This function always succeeds."
65
105
msgstr ""
66
106
@@ -71,8 +111,8 @@ msgstr ""
71
111
72
112
msgid ""
73
113
"Return true if *ob* is of type :c:data:`PyDateTime_TimeType` or a subtype "
74
- "of :c:data:`PyDateTime_TimeType`. *ob* must not be ``NULL``. This function "
75
- "always succeeds."
114
+ "of :c:data:`! PyDateTime_TimeType`. *ob* must not be ``NULL``. This "
115
+ "function always succeeds."
76
116
msgstr ""
77
117
78
118
msgid ""
@@ -82,7 +122,7 @@ msgstr ""
82
122
83
123
msgid ""
84
124
"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype "
85
- "of :c:data:`PyDateTime_DeltaType`. *ob* must not be ``NULL``. This "
125
+ "of :c:data:`! PyDateTime_DeltaType`. *ob* must not be ``NULL``. This "
86
126
"function always succeeds."
87
127
msgstr ""
88
128
@@ -93,7 +133,7 @@ msgstr ""
93
133
94
134
msgid ""
95
135
"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType` or a subtype "
96
- "of :c:data:`PyDateTime_TZInfoType`. *ob* must not be ``NULL``. This "
136
+ "of :c:data:`! PyDateTime_TZInfoType`. *ob* must not be ``NULL``. This "
97
137
"function always succeeds."
98
138
msgstr ""
99
139
@@ -149,7 +189,7 @@ msgstr ""
149
189
150
190
msgid ""
151
191
"Macros to extract fields from date objects. The argument must be an "
152
- "instance of :c:data :`PyDateTime_Date`, including subclasses (such as :c:data :"
192
+ "instance of :c:type :`PyDateTime_Date`, including subclasses (such as :c:type :"
153
193
"`PyDateTime_DateTime`). The argument must not be ``NULL``, and the type is "
154
194
"not checked:"
155
195
msgstr ""
@@ -165,7 +205,7 @@ msgstr ""
165
205
166
206
msgid ""
167
207
"Macros to extract fields from datetime objects. The argument must be an "
168
- "instance of :c:data :`PyDateTime_DateTime`, including subclasses. The "
208
+ "instance of :c:type :`PyDateTime_DateTime`, including subclasses. The "
169
209
"argument must not be ``NULL``, and the type is not checked:"
170
210
msgstr ""
171
211
@@ -189,13 +229,13 @@ msgstr ""
189
229
190
230
msgid ""
191
231
"Macros to extract fields from time objects. The argument must be an "
192
- "instance of :c:data :`PyDateTime_Time`, including subclasses. The argument "
232
+ "instance of :c:type :`PyDateTime_Time`, including subclasses. The argument "
193
233
"must not be ``NULL``, and the type is not checked:"
194
234
msgstr ""
195
235
196
236
msgid ""
197
237
"Macros to extract fields from time delta objects. The argument must be an "
198
- "instance of :c:data :`PyDateTime_Delta`, including subclasses. The argument "
238
+ "instance of :c:type :`PyDateTime_Delta`, including subclasses. The argument "
199
239
"must not be ``NULL``, and the type is not checked:"
200
240
msgstr ""
201
241
@@ -213,10 +253,10 @@ msgstr ""
213
253
214
254
msgid ""
215
255
"Create and return a new :class:`datetime.datetime` object given an argument "
216
- "tuple suitable for passing to :meth:`datetime.datetime.fromtimestamp() `."
256
+ "tuple suitable for passing to :meth:`datetime.datetime.fromtimestamp`."
217
257
msgstr ""
218
258
219
259
msgid ""
220
260
"Create and return a new :class:`datetime.date` object given an argument "
221
- "tuple suitable for passing to :meth:`datetime.date.fromtimestamp() `."
261
+ "tuple suitable for passing to :meth:`datetime.date.fromtimestamp`."
222
262
msgstr ""
0 commit comments