Skip to content
Merged
Changes from 2 commits
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
5 changes: 3 additions & 2 deletions library/datetime.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-17 17:39+0800\n"
"PO-Revision-Date: 2018-05-23 14:42+0000\n"
"PO-Revision-Date: 2023-08-05 16:45+0800\n"
"Last-Translator: Adrian Liaw <[email protected]>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
"tw)\n"
Expand All @@ -17,6 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 3.3.2\n"

#: ../../library/datetime.rst:2
msgid ":mod:`datetime` --- Basic date and time types"
Expand Down Expand Up @@ -2652,7 +2653,7 @@ msgstr "``%m``"

#: ../../library/datetime.rst:2369
msgid "Month as a zero-padded decimal number."
msgstr ""
msgstr "以零填充的並以十進位數字表示的月份。"
Copy link
Collaborator

@rockleona rockleona Aug 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

樂詞網 有提到 Zero Padding 翻譯為【墊零】但是是通訊工程的領域用詞。

@mattwang44 覺得如何呢?

Suggested change
msgstr "以零填充的並以十進位數字表示的月份。"
msgstr "月份採用 zero-padded(墊零)的十進位數字表示。"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我覺得還是要看通用程度,「墊零」一詞我完全沒聽過所以傾向維持原本翻譯(或是就不翻譯)

Copy link
Collaborator

@mattwang44 mattwang44 Aug 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zero-padding 在 computer vision 領域也常常出現,但(依我過去參加讀書會的經驗)台灣都還是使用英文或者是口語化的「補零」,中國才比較常翻譯成「零填充」


#: ../../library/datetime.rst:2369 ../../library/datetime.rst:2381
msgid "01, 02, ..., 12"
Expand Down