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

Skip to content

Commit f165b6b

Browse files
[po] auto sync
1 parent b45f5be commit f165b6b

2 files changed

Lines changed: 22 additions & 13 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "91.35%", "updated_at": "2023-10-09T11:56:40Z"}
1+
{"translation": "91.38%", "updated_at": "2023-10-09T13:02:19Z"}

library/typing.po

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3104,14 +3104,16 @@ msgstr "内置类型的别名"
31043104

31053105
#: ../../library/typing.rst:3126
31063106
msgid "Deprecated alias to :class:`dict`."
3107-
msgstr ""
3107+
msgstr ":class:`dict` 的已弃用别名。"
31083108

31093109
#: ../../library/typing.rst:3128
31103110
msgid ""
31113111
"Note that to annotate arguments, it is preferred to use an abstract "
31123112
"collection type such as :class:`Mapping` rather than to use :class:`dict` or"
31133113
" :class:`!typing.Dict`."
31143114
msgstr ""
3115+
"请注意,要注解参数,更推荐使用 :class:`Mapping` 这样的抽象容器类型,而不是使用 :class:`dict` 或者 "
3116+
":class:`!typing.Dict` 。"
31153117

31163118
#: ../../library/typing.rst:3132 ../../library/typing.rst:3374
31173119
msgid "This type can be used as follows::"
@@ -3127,14 +3129,16 @@ msgstr ""
31273129

31283130
#: ../../library/typing.rst:3143
31293131
msgid "Deprecated alias to :class:`list`."
3130-
msgstr ""
3132+
msgstr ":class:`list` 的已弃用别名。"
31313133

31323134
#: ../../library/typing.rst:3145
31333135
msgid ""
31343136
"Note that to annotate arguments, it is preferred to use an abstract "
31353137
"collection type such as :class:`Sequence` or :class:`Iterable` rather than "
31363138
"to use :class:`list` or :class:`!typing.List`."
31373139
msgstr ""
3140+
"请注意,要注解参数,更推荐使用 :class:`Sequence` 或者 :class:`Iterable` 这样的抽象容器类型,而不是使用 "
3141+
":class:`list` 或者 :class:`!typing.List` 。"
31383142

31393143
#: ../../library/typing.rst:3149
31403144
msgid "This type may be used as follows::"
@@ -3150,14 +3154,16 @@ msgstr ""
31503154

31513155
#: ../../library/typing.rst:3163
31523156
msgid "Deprecated alias to :class:`builtins.set <set>`."
3153-
msgstr ""
3157+
msgstr ":class:`builtins.set <set>` 的已弃用别名。"
31543158

31553159
#: ../../library/typing.rst:3165
31563160
msgid ""
31573161
"Note that to annotate arguments, it is preferred to use an abstract "
31583162
"collection type such as :class:`AbstractSet` rather than to use :class:`set`"
31593163
" or :class:`!typing.Set`."
31603164
msgstr ""
3165+
"请注意,要注解参数,更推荐使用 :class:`AbstractSet` 这样的抽象容器类型,而不是使用 :class:`set` 或者 "
3166+
":class:`!typing.Set` 。"
31613167

31623168
#: ../../library/typing.rst:3169
31633169
msgid ""
@@ -3169,7 +3175,7 @@ msgstr ""
31693175

31703176
#: ../../library/typing.rst:3175
31713177
msgid "Deprecated alias to :class:`builtins.frozenset <frozenset>`."
3172-
msgstr ""
3178+
msgstr ":class:`builtins.frozenset <frozenset>` 的已弃用别名。"
31733179

31743180
#: ../../library/typing.rst:3177
31753181
msgid ""
@@ -3181,13 +3187,14 @@ msgstr ""
31813187

31823188
#: ../../library/typing.rst:3184
31833189
msgid "Deprecated alias for :class:`tuple`."
3184-
msgstr ""
3190+
msgstr ":class:`tuple` 的已弃用别名。"
31853191

31863192
#: ../../library/typing.rst:3186
31873193
msgid ""
31883194
":class:`tuple` and ``Tuple`` are special-cased in the type system; see "
31893195
":ref:`annotating-tuples` for more details."
31903196
msgstr ""
3197+
":class:`tuple` 和 ``Tuple`` 是类型系统中的特例;更多详细信息请参见 :ref:`annotating-tuples`。"
31913198

31923199
#: ../../library/typing.rst:3189
31933200
msgid ""
@@ -3199,13 +3206,15 @@ msgstr ""
31993206

32003207
#: ../../library/typing.rst:3195
32013208
msgid "Deprecated alias to :class:`type`."
3202-
msgstr ""
3209+
msgstr ":class:`type` 的已弃用别名。"
32033210

32043211
#: ../../library/typing.rst:3197
32053212
msgid ""
32063213
"See :ref:`type-of-class-objects` for details on using :class:`type` or "
32073214
"``typing.Type`` in type annotations."
32083215
msgstr ""
3216+
"有关在类型注解中使用 :class:`type` 或 ``typing.Type`` 的详细信息,请参阅 :ref:`type-of-class-"
3217+
"objects` 。"
32093218

32103219
#: ../../library/typing.rst:3202
32113220
msgid ""
@@ -3217,11 +3226,11 @@ msgstr ""
32173226

32183227
#: ../../library/typing.rst:3209
32193228
msgid "Aliases to types in :mod:`collections`"
3220-
msgstr ""
3229+
msgstr ":mod:`collections` 中的类型的别名。"
32213230

32223231
#: ../../library/typing.rst:3213
32233232
msgid "Deprecated alias to :class:`collections.defaultdict`."
3224-
msgstr ""
3233+
msgstr ":class:`collections.defaultdict` 的已弃用别名。"
32253234

32263235
#: ../../library/typing.rst:3217
32273236
msgid ""
@@ -3233,7 +3242,7 @@ msgstr ""
32333242

32343243
#: ../../library/typing.rst:3223
32353244
msgid "Deprecated alias to :class:`collections.OrderedDict`."
3236-
msgstr ""
3245+
msgstr ":class:`collections.OrderedDict` 的已弃用别名。"
32373246

32383247
#: ../../library/typing.rst:3227
32393248
msgid ""
@@ -3245,7 +3254,7 @@ msgstr ""
32453254

32463255
#: ../../library/typing.rst:3233
32473256
msgid "Deprecated alias to :class:`collections.ChainMap`."
3248-
msgstr ""
3257+
msgstr ":class:`collections.ChainMap` 的已弃用别名。"
32493258

32503259
#: ../../library/typing.rst:3238
32513260
msgid ""
@@ -3257,7 +3266,7 @@ msgstr ""
32573266

32583267
#: ../../library/typing.rst:3244
32593268
msgid "Deprecated alias to :class:`collections.Counter`."
3260-
msgstr ""
3269+
msgstr ":class:`collections.Counter` 的已弃用别名。"
32613270

32623271
#: ../../library/typing.rst:3249
32633272
msgid ""
@@ -3269,7 +3278,7 @@ msgstr ""
32693278

32703279
#: ../../library/typing.rst:3255
32713280
msgid "Deprecated alias to :class:`collections.deque`."
3272-
msgstr ""
3281+
msgstr ":class:`collections.deque` 的已弃用别名。"
32733282

32743283
#: ../../library/typing.rst:3260
32753284
msgid ""

0 commit comments

Comments
 (0)