File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.13\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2024-09-23 07:52+0800 \n "
11
+ "POT-Creation-Date : 2025-07-22 00:17+0000 \n "
12
12
"PO-Revision-Date : 2018-05-23 14:36+0000\n "
13
13
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -528,8 +528,8 @@ msgstr ""
528
528
msgid ""
529
529
"If your logging needs are simple, then use the above examples to incorporate "
530
530
"logging into your own scripts, and if you run into problems or don't "
531
- "understand something, please post a question on the comp.lang.python Usenet "
532
- "group (available at https://groups.google.com/g/comp.lang.python) and you "
531
+ "understand something, please post a question in the Help category of the "
532
+ "`Python discussion forum < https://discuss.python.org/c/help/7>`_ and you "
533
533
"should receive help before too long."
534
534
msgstr ""
535
535
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ msgid ""
10
10
msgstr ""
11
11
"Project-Id-Version : Python 3.13\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
- "POT-Creation-Date : 2025-06-27 07:36 +0000\n "
13
+ "POT-Creation-Date : 2025-07-22 00:17 +0000\n "
14
14
"PO-Revision-Date : 2022-10-23 20:30+0800\n "
15
15
"Last-Translator : Phil Lin <linooohon@gmail.com>\n "
16
16
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -1176,11 +1176,12 @@ msgstr ""
1176
1176
"from ..filters import equalizer"
1177
1177
1178
1178
#: ../../tutorial/modules.rst:582
1179
+ #, fuzzy
1179
1180
msgid ""
1180
- "Note that relative imports are based on the name of the current module. "
1181
- "Since the name of the main module is always `` \" __main__ \" `` , modules "
1182
- "intended for use as the main module of a Python application must always use "
1183
- "absolute imports."
1181
+ "Note that relative imports are based on the name of the current module's "
1182
+ "package. Since the main module does not have a package , modules intended for "
1183
+ "use as the main module of a Python application must always use absolute "
1184
+ "imports."
1184
1185
msgstr ""
1185
1186
"請注意,相對 import 的運作是以目前的模組名稱為依據。因為主模組的名稱永遠是 "
1186
1187
"``\" __main__\" ``,所以如果一個模組預期被用作 Python 應用程式的主模組,那它必"
You can’t perform that action at this time.
0 commit comments