@@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.12\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2024-04-19 14:13+0000\n "
16
+ "POT-Creation-Date : 2024-04-26 14:13+0000\n "
17
17
"PO-Revision-Date : 2021-06-28 01:04+0000\n "
18
18
"Last-Translator : Michał Biliński <m.bilinskimichal@gmail.com>, 2021\n "
19
19
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -130,12 +130,12 @@ msgstr ""
130
130
131
131
msgid ""
132
132
"The smallest year number allowed in a :class:`date` or :class:`.datetime` "
133
- "object. :const:`MINYEAR` is ``1`` ."
133
+ "object. :const:`MINYEAR` is 1 ."
134
134
msgstr ""
135
135
136
136
msgid ""
137
137
"The largest year number allowed in a :class:`date` or :class:`.datetime` "
138
- "object. :const:`MAXYEAR` is `` 9999`` ."
138
+ "object. :const:`MAXYEAR` is 9999."
139
139
msgstr ""
140
140
141
141
msgid "Alias for the UTC timezone singleton :attr:`datetime.timezone.utc`."
@@ -252,8 +252,8 @@ msgid ""
252
252
msgstr ""
253
253
254
254
msgid ""
255
- "All arguments are optional and default to ``0`` . Arguments may be integers "
256
- "or floats, and may be positive or negative."
255
+ "All arguments are optional and default to 0 . Arguments may be integers or "
256
+ "floats, and may be positive or negative."
257
257
msgstr ""
258
258
259
259
msgid ""
@@ -328,8 +328,9 @@ msgid ""
328
328
msgstr ""
329
329
330
330
msgid ""
331
- "Note that, because of normalization, ``timedelta.max`` > ``-timedelta.min``. "
332
- "``-timedelta.max`` is not representable as a :class:`timedelta` object."
331
+ "Note that, because of normalization, ``timedelta.max`` is greater than ``-"
332
+ "timedelta.min``. ``-timedelta.max`` is not representable as a :class:"
333
+ "`timedelta` object."
333
334
msgstr ""
334
335
335
336
msgid "Instance attributes (read-only):"
@@ -372,27 +373,27 @@ msgid "``t1 = t2 + t3``"
372
373
msgstr ""
373
374
374
375
msgid ""
375
- "Sum of *t2* and *t3* . Afterwards *t1*-*t2* == *t3* and *t1*-*t3* == *t2* are "
376
- "true. (1)"
376
+ "Sum of ``t2`` and ``t3`` . Afterwards ``t1 - t2 == t3`` and ``t1 - t3 == t2`` "
377
+ "are true. (1)"
377
378
msgstr ""
378
379
379
380
msgid "``t1 = t2 - t3``"
380
381
msgstr ""
381
382
382
383
msgid ""
383
- "Difference of *t2* and *t3* . Afterwards *t1* == *t2* - *t3* and *t2* == *t1* "
384
- "+ *t3* are true. (1)(6)"
384
+ "Difference of ``t2`` and ``t3`` . Afterwards ``t1 == t2 - t3`` and ``t2 == "
385
+ "t1 + t3`` are true. (1)(6)"
385
386
msgstr ""
386
387
387
388
msgid "``t1 = t2 * i or t1 = i * t2``"
388
389
msgstr ""
389
390
390
391
msgid ""
391
- "Delta multiplied by an integer. Afterwards *t1* // i == *t2* is true, "
392
+ "Delta multiplied by an integer. Afterwards ``t1 // i == t2`` is true, "
392
393
"provided ``i != 0``."
393
394
msgstr ""
394
395
395
- msgid "In general, *t1* \\ * i == *t1* \\ * (i-1) + *t1* is true. (1)"
396
+ msgid "In general, ``t1 * i == t1 * (i-1) + t1`` is true. (1)"
396
397
msgstr ""
397
398
398
399
msgid "``t1 = t2 * f or t1 = f * t2``"
@@ -407,7 +408,7 @@ msgid "``f = t2 / t3``"
407
408
msgstr ""
408
409
409
410
msgid ""
410
- "Division (3) of overall duration *t2* by interval unit *t3* . Returns a :"
411
+ "Division (3) of overall duration ``t2`` by interval unit ``t3`` . Returns a :"
411
412
"class:`float` object."
412
413
msgstr ""
413
414
@@ -451,16 +452,16 @@ msgid "``-t1``"
451
452
msgstr ""
452
453
453
454
msgid ""
454
- "equivalent to :class:`timedelta` \\ (-* t1.days* , -* t1.seconds*, -* t1."
455
- "microseconds*), and to *t1* \\ * -1. (1)(4)"
455
+ "Equivalent to ``timedelta(- t1.days, -t1.seconds*, -t1.microseconds)``, and "
456
+ "to ``t1 * -1`` . (1)(4)"
456
457
msgstr ""
457
458
458
459
msgid "``abs(t)``"
459
460
msgstr ""
460
461
461
462
msgid ""
462
- "equivalent to + \\ *t* when ``t.days >= 0``, and to -*t* when ``t.days < 0``. "
463
- "(2)"
463
+ "Equivalent to ``+t`` when ``t.days >= 0``, and to ``-t`` when ``t.days < "
464
+ "0``. (2)"
464
465
msgstr ""
465
466
466
467
msgid "``str(t)``"
@@ -488,10 +489,10 @@ msgstr ""
488
489
msgid "This is exact and cannot overflow."
489
490
msgstr ""
490
491
491
- msgid "Division by 0 raises :exc:`ZeroDivisionError`."
492
+ msgid "Division by zero raises :exc:`ZeroDivisionError`."
492
493
msgstr ""
493
494
494
- msgid "-* timedelta.max* is not representable as a :class:`timedelta` object."
495
+ msgid "``- timedelta.max`` is not representable as a :class:`timedelta` object."
495
496
msgstr ""
496
497
497
498
msgid ""
@@ -674,13 +675,13 @@ msgstr ""
674
675
msgid "``date2 = date1 + timedelta``"
675
676
msgstr ""
676
677
677
- msgid "* date2* will be ``timedelta.days`` days after * date1* . (1)"
678
+ msgid "`` date2`` will be ``timedelta.days`` days after `` date1`` . (1)"
678
679
msgstr ""
679
680
680
681
msgid "``date2 = date1 - timedelta``"
681
682
msgstr ""
682
683
683
- msgid "Computes * date2* such that ``date2 + timedelta == date1``. (2)"
684
+ msgid "Computes `` date2`` such that ``date2 + timedelta == date1``. (2)"
684
685
msgstr ""
685
686
686
687
msgid "``timedelta = date1 - date2``"
@@ -725,8 +726,8 @@ msgid "``timedelta.seconds`` and ``timedelta.microseconds`` are ignored."
725
726
msgstr ""
726
727
727
728
msgid ""
728
- "This is exact, and cannot overflow. timedelta.seconds and timedelta."
729
- "microseconds are 0, and date2 + timedelta == date1 after."
729
+ "This is exact, and cannot overflow. `` timedelta.seconds`` and `` timedelta."
730
+ "microseconds`` are 0, and `` date2 + timedelta == date1`` after."
730
731
msgstr ""
731
732
732
733
msgid ":class:`date` objects are equal if they represent the same date."
@@ -763,7 +764,7 @@ msgstr ""
763
764
764
765
msgid ""
765
766
"where ``yday = d.toordinal() - date(d.year, 1, 1).toordinal() + 1`` is the "
766
- "day number within the current year starting with ``1`` for January 1st."
767
+ "day number within the current year starting with 1 for January 1st."
767
768
msgstr ""
768
769
769
770
msgid ""
@@ -1132,8 +1133,9 @@ msgid ""
1132
1133
"In ``[0, 1]``. Used to disambiguate wall times during a repeated interval. "
1133
1134
"(A repeated interval occurs when clocks are rolled back at the end of "
1134
1135
"daylight saving time or when the UTC offset for the current zone is "
1135
- "decreased for political reasons.) The value 0 (1) represents the earlier "
1136
- "(later) of the two moments with the same wall time representation."
1136
+ "decreased for political reasons.) The values 0 and 1 represent, "
1137
+ "respectively, the earlier and later of the two moments with the same wall "
1138
+ "time representation."
1137
1139
msgstr ""
1138
1140
1139
1141
msgid "``datetime2 = datetime1 + timedelta``"
@@ -1170,20 +1172,20 @@ msgid "``datetime1 >= datetime2``"
1170
1172
msgstr ""
1171
1173
1172
1174
msgid ""
1173
- "datetime2 is a duration of timedelta removed from datetime1, moving forward "
1174
- "in time if ``timedelta.days`` > 0, or backward if ``timedelta.days`` < 0. "
1175
- "The result has the same :attr:`~.datetime.tzinfo` attribute as the input "
1176
- "datetime, and datetime2 - datetime1 == timedelta after. :exc:`OverflowError` "
1177
- "is raised if datetime2.year would be smaller than :const:`MINYEAR` or larger "
1178
- "than :const:`MAXYEAR`. Note that no time zone adjustments are done even if "
1179
- "the input is an aware object."
1175
+ "`` datetime2`` is a duration of `` timedelta`` removed from `` datetime1``, "
1176
+ "moving forward in time if ``timedelta.days > 0`` , or backward if ``timedelta."
1177
+ "days < 0``. The result has the same :attr:`~.datetime.tzinfo` attribute as "
1178
+ "the input datetime, and `` datetime2 - datetime1 == timedelta`` after. :exc:"
1179
+ "`OverflowError` is raised if `` datetime2.year`` would be smaller than :const:"
1180
+ "`MINYEAR` or larger than :const:`MAXYEAR`. Note that no time zone "
1181
+ "adjustments are done even if the input is an aware object."
1180
1182
msgstr ""
1181
1183
1182
1184
msgid ""
1183
- "Computes the datetime2 such that datetime2 + timedelta == datetime1. As for "
1184
- "addition, the result has the same :attr:`~.datetime.tzinfo` attribute as the "
1185
- "input datetime, and no time zone adjustments are done even if the input is "
1186
- "aware."
1185
+ "Computes the `` datetime2`` such that `` datetime2 + timedelta == datetime1``. "
1186
+ "As for addition, the result has the same :attr:`~.datetime.tzinfo` attribute "
1187
+ "as the input datetime, and no time zone adjustments are done even if the "
1188
+ "input is aware."
1187
1189
msgstr ""
1188
1190
1189
1191
msgid ""
@@ -1350,12 +1352,12 @@ msgstr ""
1350
1352
1351
1353
msgid ""
1352
1354
"where ``yday = d.toordinal() - date(d.year, 1, 1).toordinal() + 1`` is the "
1353
- "day number within the current year starting with ``1`` for January 1st. The :"
1355
+ "day number within the current year starting with 1 for January 1st. The :"
1354
1356
"attr:`~time.struct_time.tm_isdst` flag of the result is set according to "
1355
1357
"the :meth:`dst` method: :attr:`.tzinfo` is ``None`` or :meth:`dst` returns "
1356
1358
"``None``, :attr:`!tm_isdst` is set to ``-1``; else if :meth:`dst` returns a "
1357
- "non-zero value, :attr:`!tm_isdst` is set to ``1`` ; else :attr:`!tm_isdst` is "
1358
- "set to ``0`` ."
1359
+ "non-zero value, :attr:`!tm_isdst` is set to 1 ; else :attr:`!tm_isdst` is set "
1360
+ "to 0 ."
1359
1361
msgstr ""
1360
1362
1361
1363
msgid ""
@@ -1369,8 +1371,8 @@ msgid ""
1369
1371
"If *d* is aware, *d* is normalized to UTC time, by subtracting ``d."
1370
1372
"utcoffset()``, and a :class:`time.struct_time` for the normalized time is "
1371
1373
"returned. :attr:`!tm_isdst` is forced to 0. Note that an :exc:"
1372
- "`OverflowError` may be raised if *d* .year was ``MINYEAR`` or ``MAXYEAR`` and "
1373
- "UTC adjustment spills over a year boundary."
1374
+ "`OverflowError` may be raised if ``d .year`` was ``MINYEAR`` or ``MAXYEAR`` "
1375
+ "and UTC adjustment spills over a year boundary."
1374
1376
msgstr ""
1375
1377
1376
1378
msgid ""
@@ -1568,7 +1570,7 @@ msgstr ""
1568
1570
1569
1571
msgid ""
1570
1572
"If an argument outside those ranges is given, :exc:`ValueError` is raised. "
1571
- "All default to ``0`` except *tzinfo*, which defaults to :const:`None`."
1573
+ "All default to 0 except *tzinfo*, which defaults to :const:`None`."
1572
1574
msgstr ""
1573
1575
1574
1576
msgid "The earliest representable :class:`.time`, ``time(0, 0, 0, 0)``."
@@ -1809,7 +1811,7 @@ msgstr ""
1809
1811
1810
1812
msgid ""
1811
1813
"must return the same result for every :class:`.datetime` *dt* with ``dt."
1812
- "tzinfo == tz`` For sane :class:`tzinfo` subclasses, this expression yields "
1814
+ "tzinfo == tz``. For sane :class:`tzinfo` subclasses, this expression yields "
1813
1815
"the time zone's \" standard offset\" , which should not depend on the date or "
1814
1816
"the time, but only on geographic location. The implementation of :meth:"
1815
1817
"`datetime.astimezone` relies on this, but cannot detect violations; it's the "
@@ -1835,12 +1837,13 @@ msgid ""
1835
1837
"Return the time zone name corresponding to the :class:`.datetime` object "
1836
1838
"*dt*, as a string. Nothing about string names is defined by the :mod:`!"
1837
1839
"datetime` module, and there's no requirement that it mean anything in "
1838
- "particular. For example, \" GMT\" , \" UTC\" , \" -500\" , \" -5:00\" , \" EDT\" , "
1839
- "\" US/Eastern\" , \" America/New York\" are all valid replies. Return ``None`` "
1840
- "if a string name isn't known. Note that this is a method rather than a fixed "
1841
- "string primarily because some :class:`tzinfo` subclasses will wish to return "
1842
- "different names depending on the specific value of *dt* passed, especially "
1843
- "if the :class:`tzinfo` class is accounting for daylight time."
1840
+ "particular. For example, ``\" GMT\" ``, ``\" UTC\" ``, ``\" -500\" ``, "
1841
+ "``\" -5:00\" ``, ``\" EDT\" ``, ``\" US/Eastern\" ``, ``\" America/New York\" `` are "
1842
+ "all valid replies. Return ``None`` if a string name isn't known. Note that "
1843
+ "this is a method rather than a fixed string primarily because some :class:"
1844
+ "`tzinfo` subclasses will wish to return different names depending on the "
1845
+ "specific value of *dt* passed, especially if the :class:`tzinfo` class is "
1846
+ "accounting for daylight time."
1844
1847
msgstr ""
1845
1848
1846
1849
msgid ""
@@ -2489,14 +2492,13 @@ msgstr ""
2489
2492
msgid ""
2490
2493
"For :class:`.time` objects, the format codes for year, month, and day should "
2491
2494
"not be used, as :class:`!time` objects have no such values. If they're used "
2492
- "anyway, ``1900`` is substituted for the year, and ``1`` for the month and "
2493
- "day."
2495
+ "anyway, 1900 is substituted for the year, and 1 for the month and day."
2494
2496
msgstr ""
2495
2497
2496
2498
msgid ""
2497
2499
"For :class:`date` objects, the format codes for hours, minutes, seconds, and "
2498
2500
"microseconds should not be used, as :class:`date` objects have no such "
2499
- "values. If they're used anyway, ``0`` is substituted for them."
2501
+ "values. If they're used anyway, 0 is substituted for them."
2500
2502
msgstr ""
2501
2503
2502
2504
msgid ""
@@ -2649,8 +2651,8 @@ msgid ""
2649
2651
msgstr ""
2650
2652
2651
2653
msgid ""
2652
- "Passing ``datetime.strptime('Feb 29', '%b %d')`` will fail since `` 1900`` is "
2653
- "not a leap year."
2654
+ "Passing ``datetime.strptime('Feb 29', '%b %d')`` will fail since 1900 is not "
2655
+ "a leap year."
2654
2656
msgstr ""
2655
2657
2656
2658
msgid "% (percent)"
0 commit comments