Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions library/datetime.po
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ msgstr ""
#: ../../library/datetime.rst:107
msgid ""
"An idealized time, independent of any particular day, assuming that every "
"day has exactly 24\\*60\\*60 seconds. (There is no notion of \"leap "
"seconds\" here.) Attributes: :attr:`hour`, :attr:`minute`, :attr:`second`, :"
"attr:`microsecond`, and :attr:`.tzinfo`."
"day has exactly 24\\*60\\*60 seconds. (There is no notion of \"leap seconds"
"\" here.) Attributes: :attr:`hour`, :attr:`minute`, :attr:`second`, :attr:"
"`microsecond`, and :attr:`.tzinfo`."
msgstr ""

#: ../../library/datetime.rst:116
Expand All @@ -175,6 +175,8 @@ msgid ""
"A duration expressing the difference between two :class:`date`, :class:`."
"time`, or :class:`.datetime` instances to microsecond resolution."
msgstr ""
"表示兩種 :class:`date`, :class:`.time` 或 :class:`.datetime` 實例之間時間的差"
"異,以微秒為單位。"

#: ../../library/datetime.rst:131
msgid ""
Expand Down