8000 [po] auto sync · python/python-docs-zh-cn@8de56ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 8de56ea

Browse files
[po] auto sync
1 parent 0642af9 commit 8de56ea

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "91.36%", "updated_at": "2024-03-10T08:09:19Z"}
1+
{"translation": "91.37%", "updated_at": "2024-03-10T09:08:54Z"}

whatsnew/2.4.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.8\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-01-06 00:05+0000\n"
17+
"POT-Creation-Date: 2024-03-09 12:12+0000\n"
1818
"PO-Revision-Date: 2020-05-30 12:17+0000\n"
1919
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
2020
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1797,12 +1797,12 @@ msgstr ""
17971797
msgid ""
17981798
":func:`fcntl.ioctl` now warns if the *mutate* argument is omitted and "
17991799
"relevant."
1800-
msgstr ""
1800+
msgstr "现在 :func:`fcntl.ioctl` 会在 *mutate* 参数被省略并且将造成影响时发出警告。"
18011801

18021802
#: ../../whatsnew/2.4.rst:1541
18031803
msgid ""
18041804
"The :mod:`tarfile` module now generates GNU-format tar files by default."
1805-
msgstr ""
1805+
msgstr "现在 :mod:`tarfile` 模块默认将生成 GNU 格式的 tar 文件。"
18061806

18071807
#: ../../whatsnew/2.4.rst:1543
18081808
msgid ""
@@ -1814,7 +1814,7 @@ msgstr ""
18141814
msgid ""
18151815
":const:`None` is now a constant; code that binds a new value to the name "
18161816
"``None`` is now a syntax error."
1817-
msgstr ""
1817+
msgstr "现在 :const:`None` 是一个常量;将一个新值绑定到 ``None`` 将导致语法错误。"
18181818

18191819
#: ../../whatsnew/2.4.rst:1549
18201820
msgid ""
@@ -1823,6 +1823,8 @@ msgid ""
18231823
"silently. For example, you can no longer set a handler on the "
18241824
":const:`SIGKILL` signal."
18251825
msgstr ""
1826+
"现在对于某些非法的值 :func:`signals.signal` 函数将引发 :exc:`RuntimeError` "
1827+
"异常;在之前版本中这些错误会静默地放过。 例如,你将不能在 :const:`SIGKILL` 信号上设置处理句柄。"
18261828

18271829
#: ../../whatsnew/2.4.rst:1559
18281830
msgid "Acknowledgements"

whatsnew/3.3.po

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
# jacky <jackylvm@foxmail.com>, 2020
1010
# ppcfish <ppcfish@gmail.com>, 2020
1111
# Dai Xu <daixu61@hotmail.com>, 2021
12-
# Freesand Leo <yuqinju@163.com>, 2023
1312
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
13+
# Freesand Leo <yuqinju@163.com>, 2024
1414
#
1515
#, fuzzy
1616
msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.8\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2024-02-16 23:23+0000\n"
20+
"POT-Creation-Date: 2024-03-09 12:12+0000\n"
2121
"PO-Revision-Date: 2020-05-30 12:18+0000\n"
22-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
22+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
2323
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -3908,11 +3908,11 @@ msgstr ""
39083908

39093909
#: ../../whatsnew/3.3.rst:2502
39103910
msgid "(implemented in :issue:`14040`.)"
3911-
msgstr ""
3911+
msgstr "(在 :issue:`14040` 中实现。)"
39123912

39133913
#: ../../whatsnew/3.3.rst:2506
39143914
msgid "Command Line Switch Changes"
3915-
msgstr ""
3915+
msgstr "命令行开关的变化"
39163916

39173917
#: ../../whatsnew/3.3.rst:2508
39183918
msgid ""
@@ -3930,8 +3930,10 @@ msgid ""
39303930
" longer add site-specific paths to the module search paths. In previous "
39313931
"versions, it did."
39323932
msgstr ""
3933+
"当 :program:`python` 附带 :option:`-S` 启动时,``import site`` 将不再向模块搜索路径添加 site "
3934+
"专属路径。 在之前版本中则会这样做。"
39333935

39343936
#: ../../whatsnew/3.3.rst:2517
39353937
msgid ""
39363938
"(:issue:`11591`, contributed by Carl Meyer with editions by Éric Araujo.)"
3937-
msgstr ""
3939+
msgstr "(由 Carl Meyer 在 :issue:`11591` 中贡献并由 Éric Araujo 进行修改。)"

0 commit comments

Comments
 (0)
0