Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9dd359

Browse files
[po] auto sync
1 parent 8082f9c commit e9dd359

5 files changed

Lines changed: 13 additions & 4 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "89.84%", "updated_at": "2023-08-19T08:57:08Z"}
1+
{"translation": "89.86%", "updated_at": "2023-08-19T14:56:30Z"}

extending/extending.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ msgstr ""
389389
msgid ""
390390
"We discuss the use of :c:macro:`PyMODINIT_FUNC` as a function return type "
391391
"later in this sample."
392-
msgstr ""
392+
msgstr "本样例稍后将讨论 :c:macro:`PyMODINIT_FUNC` 作为函数返回类型的用法。"
393393

394394
#: ../../extending/extending.rst:248
395395
msgid ""
@@ -531,6 +531,8 @@ msgid ""
531531
"return type, declares any special linkage declarations required by the "
532532
"platform, and for C++ declares the function as ``extern \"C\"``."
533533
msgstr ""
534+
"请注意 :c:macro:`PyMODINIT_FUNC` 将函数声明为 ``PyObject *`` "
535+
"返回类型,声明了平台所要求的任何特殊链接声明,并针对于= C++ 将函数声明为 ``extern \"C\"``。"
534536

535537
#: ../../extending/extending.rst:370
536538
msgid ""

library/logging.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,8 @@ msgid ""
621621
" determine the effective level. If that still resolves to :const:`!NOTSET`, "
622622
"then all events are logged. When set on a handler, all events are handled."
623623
msgstr ""
624+
"当在日志记录器上设置时,表示将查询上级日志记录器以确定生效的级别。 如果仍被解析为 :const:`!NOTSET`,则会记录所有事件。 "
625+
"在处理句柄上设置时,所有事件都将被处理。"
624626

625627
#: ../../library/logging.rst:411
626628
msgid "10"
@@ -630,7 +632,7 @@ msgstr "10"
630632
msgid ""
631633
"Detailed information, typically only of interest to a developer trying to "
632634
"diagnose a problem."
633-
msgstr ""
635+
msgstr "详细的信息,通常只有试图诊断问题的开发人员才会感兴趣。"
634636

635637
#: ../../library/logging.rst:415
636638
msgid "20"
@@ -649,7 +651,7 @@ msgid ""
649651
"An indication that something unexpected happened, or that a problem might "
650652
"occur in the near future (e.g. 'disk space low'). The software is still "
651653
"working as expected."
652-
msgstr ""
654+
msgstr "表明发生了意外情况,或近期有可能发生问题(例如‘磁盘空间不足’)。 软件仍会按预期工作。"
653655

654656
#: ../../library/logging.rst:425
655657
msgid "40"

tutorial/venv.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,3 +237,6 @@ msgid ""
237237
"want to make it available on the Python Package Index, consult the `Python "
238238
"packaging user guide`_."
239239
msgstr ""
240+
"``pip`` 有更多的选项。 有关 ``pip`` 的完整文档请查阅 :ref:`installing-index` 指南。 "
241+
"当你编写了一个软件包并希望将其放在 Python Package Index 中时,请查阅 `Python packaging user "
242+
"guide`_。"

using/cmdline.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,8 @@ msgid ""
12051205
"<site.USER_SITE>` and installation paths for ``python -m pip install "
12061206
"--user``."
12071207
msgstr ""
1208+
"定义 :data:`用户基准目录 <site.USER_BASE>`,它将被用来计算 :data:`用户 site-packages 目录 "
1209+
"<site.USER_SITE>` 的路径以及 ``python -m pip install --user`` 的安装路径。"
12081210

12091211
#: ../../using/cmdline.rst:824
12101212
msgid ""

0 commit comments

Comments
 (0)