From c3bd58e7788504af7fe05ee806c236e7406884b4 Mon Sep 17 00:00:00 2001 From: Yang Date: Sat, 5 Aug 2023 16:07:56 +0800 Subject: [PATCH 1/2] Translate datetime rst: 709 --- library/datetime.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/datetime.po b/library/datetime.po index ae13bec8e3..23c8e40236 100644 --- a/library/datetime.po +++ b/library/datetime.po @@ -972,7 +972,7 @@ msgstr "" #: ../../library/datetime.rst:709 msgid "" "Return a string representing the date in ISO 8601 format, ``YYYY-MM-DD``::" -msgstr "" +msgstr "回傳一日期字串以 ISO 8601 格式表示,``YYYY-MM-DD``::" #: ../../library/datetime.rst:717 msgid "For a date *d*, ``str(d)`` is equivalent to ``d.isoformat()``." From 58e1cd41927838fd79106b99cfea2743615bd0b0 Mon Sep 17 00:00:00 2001 From: "Wei-Hsiang (Matt) Wang" Date: Thu, 10 Aug 2023 15:56:26 +0800 Subject: [PATCH 2/2] Update library/datetime.po --- library/datetime.po | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/library/datetime.po b/library/datetime.po index 23c8e40236..3c29f3c69b 100644 --- a/library/datetime.po +++ b/library/datetime.po @@ -972,7 +972,10 @@ msgstr "" #: ../../library/datetime.rst:709 msgid "" "Return a string representing the date in ISO 8601 format, ``YYYY-MM-DD``::" -msgstr "回傳一日期字串以 ISO 8601 格式表示,``YYYY-MM-DD``::" +msgstr "" +"回傳一以 ISO 8601 格式 ``YYYY-MM-DD`` 表示的日期字串:\n" +"\n" +"::" #: ../../library/datetime.rst:717 msgid "For a date *d*, ``str(d)`` is equivalent to ``d.isoformat()``."