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

Skip to content

Commit a20e1ba

Browse files
[po] auto sync
1 parent d0ebebd commit a20e1ba

3 files changed

Lines changed: 25 additions & 20 deletions

File tree

library/decimal.po

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,83 +1422,83 @@ msgstr "如果 *x* 为零则返回 ``True``;否则返回 ``False``。"
14221422

14231423
#: ../../library/decimal.rst:1255
14241424
msgid "Returns the natural (base e) logarithm of *x*."
1425-
msgstr ""
1425+
msgstr "返回 *x* 的自然对数(以 e 为底)。"
14261426

14271427
#: ../../library/decimal.rst:1260
14281428
msgid "Returns the base 10 logarithm of *x*."
1429-
msgstr ""
1429+
msgstr "返回 *x* 的以 10 为底的对数。"
14301430

14311431
#: ../../library/decimal.rst:1265
14321432
msgid "Returns the exponent of the magnitude of the operand's MSD."
1433-
msgstr ""
1433+
msgstr "返回操作数的 MSD 等级的指数。"
14341434

14351435
#: ../../library/decimal.rst:1270
14361436
msgid "Applies the logical operation *and* between each operand's digits."
1437-
msgstr ""
1437+
msgstr "在操作数的每个数位间应用逻辑运算 *and*。"
14381438

14391439
#: ../../library/decimal.rst:1275
14401440
msgid "Invert all the digits in *x*."
1441-
msgstr ""
1441+
msgstr "反转 *x* 中的所有数位。"
14421442

14431443
#: ../../library/decimal.rst:1280
14441444
msgid "Applies the logical operation *or* between each operand's digits."
1445-
msgstr ""
1445+
msgstr "在操作数的每个数位间应用逻辑运算 *or*。"
14461446

14471447
#: ../../library/decimal.rst:1285
14481448
msgid "Applies the logical operation *xor* between each operand's digits."
1449-
msgstr ""
1449+
msgstr "在操作数的每个数位间应用逻辑运算 *xor*。"
14501450

14511451
#: ../../library/decimal.rst:1290
14521452
msgid "Compares two values numerically and returns the maximum."
1453-
msgstr ""
1453+
msgstr "对两个值执行数字比较并返回其中的最大值。"
14541454

14551455
#: ../../library/decimal.rst:1295 ../../library/decimal.rst:1305
14561456
msgid "Compares the values numerically with their sign ignored."
1457-
msgstr ""
1457+
msgstr "对两个值执行忽略正负号的数字比较。"
14581458

14591459
#: ../../library/decimal.rst:1300
14601460
msgid "Compares two values numerically and returns the minimum."
1461-
msgstr ""
1461+
msgstr "对两个值执行数字比较并返回其中的最小值。"
14621462

14631463
#: ../../library/decimal.rst:1310
14641464
msgid "Minus corresponds to the unary prefix minus operator in Python."
1465-
msgstr ""
1465+
msgstr "对应于 Python 中的单目前缀取负运算符执行取负操作。"
14661466

14671467
#: ../../library/decimal.rst:1315
14681468
msgid "Return the product of *x* and *y*."
1469-
msgstr ""
1469+
msgstr "返回 *x* 和 *y* 的积。"
14701470

14711471
#: ../../library/decimal.rst:1320
14721472
msgid "Returns the largest representable number smaller than *x*."
1473-
msgstr ""
1473+
msgstr "返回小于 *x* 的最大数字表示形式。"
14741474

14751475
#: ../../library/decimal.rst:1325
14761476
msgid "Returns the smallest representable number larger than *x*."
1477-
msgstr ""
1477+
msgstr "返回大于 *x* 的最小数字表示形式。"
14781478

14791479
#: ../../library/decimal.rst:1330
14801480
msgid "Returns the number closest to *x*, in direction towards *y*."
1481-
msgstr ""
1481+
msgstr "返回 *x* 趋向于 *y* 的最接近的数字。"
14821482

14831483
#: ../../library/decimal.rst:1335
14841484
msgid "Reduces *x* to its simplest form."
1485-
msgstr ""
1485+
msgstr "将 *x* 改写为最简形式。"
14861486

14871487
#: ../../library/decimal.rst:1340
14881488
msgid "Returns an indication of the class of *x*."
1489-
msgstr ""
1489+
msgstr "返回 *x* 的类的表示。"
14901490

14911491
#: ../../library/decimal.rst:1345
14921492
msgid ""
14931493
"Plus corresponds to the unary prefix plus operator in Python. This "
14941494
"operation applies the context precision and rounding, so it is *not* an "
14951495
"identity operation."
1496-
msgstr ""
1496+
msgstr "对应于 Python 中的单目前缀取正运算符执行取正操作。 此操作将应用上下文精度和舍入,因此它 *不是* 标识运算。"
14971497

14981498
#: ../../library/decimal.rst:1352
14991499
msgid ""
15001500
"Return ``x`` to the power of ``y``, reduced modulo ``modulo`` if given."
1501-
msgstr ""
1501+
msgstr "返回 ``x`` 的 ``y`` 次方,如果给出了模数 ``modulo`` 则取其余数。"
15021502

15031503
#: ../../library/decimal.rst:1354
15041504
msgid ""

library/pickle.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ msgid ""
247247
"There are currently 6 different protocols which can be used for pickling. "
248248
"The higher the protocol used, the more recent the version of Python needed "
249249
"to read the pickle produced."
250-
msgstr ""
250+
msgstr "当前共有 6 种不同的协议可用于封存操作。 使用的协议版本越高,读取所生成 pickle 对象所需的 Python 版本就要越新。"
251251

252252
#: ../../library/pickle.rst:143
253253
msgid ""
@@ -295,6 +295,8 @@ msgid ""
295295
" data and speedup for in-band data. Refer to :pep:`574` for information "
296296
"about improvements brought by protocol 5."
297297
msgstr ""
298+
"第 5 版协议是在 Python 3.8 中加入的。 它增加了对带外数据的支持,并可加速带内数据处理。 请参阅 :pep:`574` 了解第 5 "
299+
"版协议所带来的改进的详情。"
298300

299301
#: ../../library/pickle.rst:168
300302
msgid ""

tutorial/interpreter.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ msgid ""
6060
":file:`py` command. See :ref:`setting-envvars` for other ways to launch "
6161
"Python."
6262
msgstr ""
63+
"在 Windows 机器上当你从 :ref:`Microsoft Store <windows-store>` 安装 Python "
64+
"之后,:file:`python3.8` 命令将可使用。 如果你安装了 :ref:`py.exe 启动器 <launcher>`,你将可以使用 "
65+
":file:`py` 命令。 参阅 :ref:`setting-envvars` 了解其他启动 Python 的方式。"
6366

6467
#: ../../tutorial/interpreter.rst:31
6568
msgid ""

0 commit comments

Comments
 (0)