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

Skip to content

Commit e0640a7

Browse files
[po] auto sync
1 parent 0c0e419 commit e0640a7

5 files changed

Lines changed: 5645 additions & 5625 deletions

File tree

howto/curses.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ msgid ""
280280
"returning the new window object. ::"
281281
msgstr ""
282282
"函数 :func:`~curses.initscr` 返回的 ``stdscr`` "
283-
"对象覆盖整个屏幕。许多程序可能只需要这一个窗口,但你可能希望把屏幕分割为多个更小的窗口,来分别重绘或者清楚它们。函数 "
283+
"对象覆盖整个屏幕。许多程序可能只需要这一个窗口,但你可能希望把屏幕分割为多个更小的窗口,来分别重绘或者清除它们。函数 "
284284
":func:`~curses.newwin` 根据给定的尺寸创建一个新窗口,并返回这个新的窗口对象:"
285285

286286
#: ../../howto/curses.rst:185

howto/logging-cookbook.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
# Meng Du <[email protected]>, 2020
1111
# MuSheng Chen <[email protected]>, 2020
1212
# WH-2099 <[email protected]>, 2020
13-
# Freesand Leo <[email protected]>, 2020
1413
# 非法操作 <[email protected]>, 2020
1514
# 浩听 王 <[email protected]>, 2020
15+
# Freesand Leo <[email protected]>, 2020
1616
#
1717
#, fuzzy
1818
msgid ""
@@ -21,7 +21,7 @@ msgstr ""
2121
"Report-Msgid-Bugs-To: \n"
2222
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
2323
"PO-Revision-Date: 2020-05-30 11:54+0000\n"
24-
"Last-Translator: 浩听 王 <wht_andrew@163.com>, 2020\n"
24+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
2525
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2626
"MIME-Version: 1.0\n"
2727
"Content-Type: text/plain; charset=UTF-8\n"
@@ -500,6 +500,11 @@ msgid ""
500500
" lock functionality on all platforms (see "
501501
"https://bugs.python.org/issue3770)."
502502
msgstr ""
503+
"你也可以编写你自己的处理程序,让其使用 :mod:`multiprocessing` 模块中的 "
504+
":class:`~multiprocessing.Lock` 类来顺序访问你的多个进程中的文件。 现有的 :class:`FileHandler` "
505+
"及其子类目前并不使用 :mod:`multiprocessing`,尽管它们将来可能会这样做。 "
506+
"请注意在目前,:mod:`multiprocessing` 模块并未在所有平台上都提供可用的锁功能 (参见 "
507+
"https://bugs.python.org/issue3770)。"
503508

504509
#: ../../howto/logging-cookbook.rst:734
505510
msgid ""

library/trace.po

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Freesand Leo <[email protected]>, 2020
8+
# yujie pu <[email protected]>, 2020
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
1516
"PO-Revision-Date: 2020-05-30 12:12+0000\n"
16-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
17+
"Last-Translator: yujie pu <614457953@qq.com>, 2020\n"
1718
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,11 +24,11 @@ msgstr ""
2324

2425
#: ../../library/trace.rst:2
2526
msgid ":mod:`trace` --- Trace or track Python statement execution"
26-
msgstr ""
27+
msgstr ":mod:`trace` --- 跟踪Python语句的执行"
2728

2829
#: ../../library/trace.rst:7
2930
msgid "**Source code:** :source:`Lib/trace.py`"
30-
msgstr ""
31+
msgstr "**源代码:** :source:`Lib/trace.py`"
3132

3233
#: ../../library/trace.rst:11
3334
msgid ""
@@ -36,10 +37,12 @@ msgid ""
3637
" list functions executed during a program run. It can be used in another "
3738
"program or from the command line."
3839
msgstr ""
40+
"模块 :mod:`trace` module "
41+
"允许你跟踪程序的执行过程,生成带注释的语句覆盖率列表,打印调用/被调用关系以及列出在程序运行期间执行过的函数。可以在其他程序或者命令行中使用它"
3942

4043
#: ../../library/trace.rst:19
4144
msgid "`Coverage.py <https://coverage.readthedocs.io/>`_"
42-
msgstr ""
45+
msgstr "`Coverage.py <https://coverage.readthedocs.io/>`_"
4346

4447
#: ../../library/trace.rst:19
4548
msgid ""

tutorial/modules.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# ww song <[email protected]>, 2020
88
# eric R <[email protected]>, 2020
99
# Junkai Shao <[email protected]>, 2020
10-
# Freesand Leo <[email protected]>, 2020
1110
# chyroc chen <[email protected]>, 2020
11+
# Freesand Leo <[email protected]>, 2020
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
1919
"PO-Revision-Date: 2020-05-30 12:16+0000\n"
20-
"Last-Translator: chyroc chen <chyroc@qq.com>, 2020\n"
20+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -583,9 +583,9 @@ msgid ""
583583
"package that were explicitly loaded by previous :keyword:`import` "
584584
"statements. Consider this code::"
585585
msgstr ""
586-
"如果没有定义 ``__all__``,``from sound.effects import *`` 语句 *不* 会从包 "
586+
"如果没有定义 ``__all__``,``from sound.effects import *`` 语句 *不会* 从包 "
587587
":mod:`sound.effects` 中导入所有子模块到当前命名空间;它只确保导入了包 :mod:`sound.effects` (可能运行任何在 "
588-
":file:`__init__.py` 中的初始化代码),然后导入包中定义的任何名称。这包括 :file:`__init__.py`` "
588+
":file:`__init__.py` 中的初始化代码),然后导入包中定义的任何名称。 这包括 :file:`__init__.py` "
589589
"定义的任何名称(以及显式加载的子模块)。它还包括由之前的 :keyword:`import` 语句显式加载的包的任何子模块。思考下面的代码::"
590590

591591
#: ../../tutorial/modules.rst:517

0 commit comments

Comments
 (0)