Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27b28c8

Browse files
committed
[po] auto sync bot
1 parent 0a59cb8 commit 27b28c8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

library/calendar.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,21 +418,22 @@ msgid ""
418418
"week; days outside of the month a represented by zeros. Each week begins "
419419
"with Monday unless set by :func:`setfirstweekday`."
420420
msgstr ""
421+
"返回表示一个月的日历的矩阵。每一行代表一周;此月份外的日子由零表示。除非由 :func:`setfirstweekday` 设置,否则每周以周一为始。"
421422

422423
#: ../../library/calendar.rst:358
423424
msgid "Prints a month's calendar as returned by :func:`month`."
424-
msgstr ""
425+
msgstr "打印由 :func:`month` 返回的一个月的日历。"
425426

426427
#: ../../library/calendar.rst:363
427428
msgid ""
428429
"Returns a month's calendar in a multi-line string using the "
429430
":meth:`formatmonth` of the :class:`TextCalendar` class."
430-
msgstr ""
431+
msgstr "使用 :class:`TextCalendar` 类的 :meth:`formatmonth` 以多行字符串形式返回月份日历。"
431432

432433
#: ../../library/calendar.rst:369
433434
msgid ""
434435
"Prints the calendar for an entire year as returned by :func:`calendar`."
435-
msgstr ""
436+
msgstr "打印由 :func:`calendar` 返回的整年的日历。"
436437

437438
#: ../../library/calendar.rst:374
438439
msgid ""

0 commit comments

Comments
 (0)