diff --git a/library/timeit.po b/library/timeit.po index d1f065ba5e8..d195b4a465f 100644 --- a/library/timeit.po +++ b/library/timeit.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.11\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-15 20:43+0000\n" -"PO-Revision-Date: 2018-05-23 16:13+0000\n" +"PO-Revision-Date: 2023-05-20 13:21+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -17,10 +17,11 @@ 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.1\n" #: ../../library/timeit.rst:2 msgid ":mod:`timeit` --- Measure execution time of small code snippets" -msgstr "" +msgstr ":mod:`timeit` --- 測量小量程式片段的執行時間" #: ../../library/timeit.rst:7 msgid "**Source code:** :source:`Lib/timeit.py`"