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

Skip to content

Commit ffacbf0

Browse files
[po] auto sync
1 parent 6cc3529 commit ffacbf0

2 files changed

Lines changed: 7 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": "90.23%", "updated_at": "2023-08-30T01:20:23Z"}
1+
{"translation": "90.23%", "updated_at": "2023-08-30T06:56:31Z"}

tutorial/classes.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
# jaystone776 <[email protected]>, 2022
1414
# Bryan不可思议, 2023
1515
# WH-2099 <[email protected]>, 2023
16-
# Freesand Leo <[email protected]>, 2023
1716
# 乐成 王, 2023
17+
# Freesand Leo <[email protected]>, 2023
1818
#
1919
#, fuzzy
2020
msgid ""
2121
msgstr ""
2222
"Project-Id-Version: Python 3.12\n"
2323
"Report-Msgid-Bugs-To: \n"
24-
"POT-Creation-Date: 2023-08-25 14:13+0000\n"
24+
"POT-Creation-Date: 2023-08-25 22:29+0000\n"
2525
"PO-Revision-Date: 2021-06-28 01:49+0000\n"
26-
"Last-Translator: 乐成 王, 2023\n"
26+
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
2727
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2828
"MIME-Version: 1.0\n"
2929
"Content-Type: text/plain; charset=UTF-8\n"
@@ -182,6 +182,9 @@ msgid ""
182182
"remove the attribute :attr:`!the_answer` from the object named by "
183183
"``modname``."
184184
msgstr ""
185+
"属性可以是只读的或者可写的。 在后一种情况下,可以对属性进行赋值。 模块属性是可写的:你可以写入 ``modname.the_answer = 42``"
186+
" 。 也可以使用 :keyword:`del` 语句删除可写属性。 例如,``del modname.the_answer`` 将从名为 "
187+
"``modname`` 对象中移除属性 :attr:`!the_answer`。"
185188

186189
#: ../../tutorial/classes.rst:96
187190
msgid ""

0 commit comments

Comments
 (0)