77# Trim21 <[email protected] >, 201988# walkinrain <[email protected] >, 201999# nickle <[email protected] >, 201910+ # 1lin24 <[email protected] >, 20191011#
1112#, fuzzy
1213msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516"Report-Msgid-Bugs-To : \n "
1617"POT-Creation-Date : 2019-01-01 10:14+0900\n "
1718"PO-Revision-Date : 2017-02-16 19:36+0000\n "
18- "Last-Translator : nickle <2330458484@qq .com>, 2019\n "
19+ "Last-Translator : 1lin24 <1lin24@sina .com>, 2019\n "
1920"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2021"MIME-Version : 1.0\n "
2122"Content-Type : text/plain; charset=UTF-8\n "
@@ -25,7 +26,7 @@ msgstr ""
2526
2627#: ../../library/calendar.rst:2
2728msgid ":mod:`calendar` --- General calendar-related functions"
28- msgstr ""
29+ msgstr ":mod:`calendar` --- 日历相关函数 "
2930
3031#: ../../library/calendar.rst:10
3132msgid "**Source code:** :source:`Lib/calendar.py`"
@@ -41,6 +42,11 @@ msgid ""
4142"Parameters that specify dates are given as integers. For related "
4243"functionality, see also the :mod:`datetime` and :mod:`time` modules."
4344msgstr ""
45+ "这个模块让你可以输入像 Unix :program:`cal` "
46+ "那样的日历,它还提供了其它与日历相关的实用函数。默认情况下,这些日历把星期一当作一周的第一天,星期天为一周的最后一天(根据欧洲惯例)。可以使用 "
47+ ":func:`setfirstweekday` "
48+ "方法设置一周的第一天为星期天(6)或者其它任意一天。使用整数作为参数。更多相关的函数,参见:mod:`datetime` 和 :mod:`time` "
49+ "modules。"
4450
4551#: ../../library/calendar.rst:22
4652msgid ""
@@ -58,17 +64,21 @@ msgid ""
5864"Creates a :class:`Calendar` object. *firstweekday* is an integer specifying "
5965"the first day of the week. ``0`` is Monday (the default), ``6`` is Sunday."
6066msgstr ""
67+ "创建一个 :class:`Calendar` 对象。*firstweekday* 是一个整数,用于指定一周的第一天。``0`` "
68+ "是星期一(默认值),``6``是星期天。"
6169
6270#: ../../library/calendar.rst:36
6371msgid ""
6472"A :class:`Calendar` object provides several methods that can be used for "
6573"preparing the calendar data for formatting. This class doesn't do any "
6674"formatting itself. This is the job of subclasses."
6775msgstr ""
76+ "一个 :class:`Calendar` 对象提供几个用来日历格式化的方法。 :class:`Calendar` "
77+ "类本身没有实现格式化相关的功能,由子类来完成这部分工作。"
6878
6979#: ../../library/calendar.rst:41
7080msgid ":class:`Calendar` instances have the following methods:"
71- msgstr ":class:`Calendar` 实例有下列方法 :"
81+ msgstr ":class:`Calendar` 类的实例有下列方法 :"
7282
7383#: ../../library/calendar.rst:45
7484msgid ""
0 commit comments