Skip to content

Commit 7f4bb2f

Browse files
[po] auto sync
1 parent bf49478 commit 7f4bb2f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.76%", "updated_at": "2025-06-03T04:02:59Z"}
1+
{"translation": "81.77%", "updated_at": "2025-06-03T14:57:21Z"}

library/base64.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ msgid ""
3838
"Base32 and Base16) and the non-standard :ref:`Base85 encodings "
3939
"<base64-base-85>`."
4040
msgstr ""
41+
"此模块提供了将二进制数据编码为可打印的 ASCII 字符以及将这种编码格式解码回二进制数据的函数。 这包括在 :rfc:`4648` 中 "
42+
":ref:`规定的编码格式 <base64-rfc-4648>` (Base64, Base32 和 Base16) 以及非标准的 "
43+
":ref:`Base85 编码格式 <base64-base-85>`。"
4144

4245
#: ../../library/base64.rst:22
4346
msgid ""
@@ -60,6 +63,9 @@ msgid ""
6063
" that if you are looking for :rfc:`2045` support you probably want to be "
6164
"looking at the :mod:`email` package instead."
6265
msgstr ""
66+
":ref:`旧式接口 <base64-legacy>` 不支持对字符串的解码,但它提供了用于编码和解码 :term:`文件对象 <file "
67+
"object>` 的函数。 它只支持 Base64 标准字符表,并且按照 :rfc:`2045` 的规定会 76 个字符增加一个换行符。 "
68+
"请注意如果你要找 :rfc:`2045` 支持那么你可能应当改用 :mod:`email` 包。"
6369

6470
#: ../../library/base64.rst:36
6571
msgid ""
@@ -86,6 +92,8 @@ msgid ""
8692
"can be safely sent by email, used as parts of URLs, or included as part of "
8793
"an HTTP POST request."
8894
msgstr ""
95+
":rfc:`4648` 中的编码格式适用于编码二进制数据以便它能安全地通过电子邮件发送、用作 URL 的组成部分,或者包括在 HTTP POST "
96+
"请求当中。"
8997

9098
#: ../../library/base64.rst:56
9199
msgid ""
@@ -277,14 +285,16 @@ msgstr "Base85 编码格式"
277285
msgid ""
278286
"Base85 encoding is not formally specified but rather a de facto standard, "
279287
"thus different systems perform the encoding differently."
280-
msgstr ""
288+
msgstr "Base85 编码格式并未被正式规定而是一个事实标准,因此不同系统处理该编码格式时会有所区别。"
281289

282290
#: ../../library/base64.rst:195
283291
msgid ""
284292
"The :func:`a85encode` and :func:`b85encode` functions in this module are two"
285293
" implementations of the de facto standard. You should call the function with"
286294
" the Base85 implementation used by the software you intend to work with."
287295
msgstr ""
296+
"此模块中的 :func:`a85encode` 和 :func:`b85encode` 函数是该事实标准的两个实现。 "
297+
"你在调用函数时应当通过你选择的软件所使用的 Base85 实现。"
288298

289299
#: ../../library/base64.rst:199
290300
msgid ""

0 commit comments

Comments
 (0)