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

Skip to content

Commit 929b192

Browse files
[po] auto sync
1 parent c9bc000 commit 929b192

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

library/curses.ascii.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -418,36 +418,36 @@ msgid ""
418418
"These functions accept either integers or single-character strings; when the"
419419
" argument is a string, it is first converted using the built-in function "
420420
":func:`ord`."
421-
msgstr ""
421+
msgstr "这些函数接受整数或单字符字符串;当参数为字符串时,会先使用内置函数 :func:`ord` 进行转换。"
422422

423423
#: ../../library/curses.ascii.rst:182
424424
msgid ""
425425
"Note that all these functions check ordinal bit values derived from the "
426426
"character of the string you pass in; they do not actually know anything "
427427
"about the host machine's character encoding."
428-
msgstr ""
428+
msgstr "请注意所有这些函数都是检测根据你传入的字符串的字符所生成的码位值;它们实际上完全不会知晓本机的字符编码格式。"
429429

430430
#: ../../library/curses.ascii.rst:186
431431
msgid ""
432432
"The following two functions take either a single-character string or integer"
433433
" byte value; they return a value of the same type."
434-
msgstr ""
434+
msgstr "以下两个函数接受单字符字符串或整数形式的字节值;它们会返回相同类型的值。"
435435

436436
#: ../../library/curses.ascii.rst:192
437437
msgid "Return the ASCII value corresponding to the low 7 bits of *c*."
438-
msgstr ""
438+
msgstr "返回对应于 *c* 的下个 7 比特位的 ASCII 值。"
439439

440440
#: ../../library/curses.ascii.rst:197
441441
msgid ""
442442
"Return the control character corresponding to the given character (the "
443443
"character bit value is bitwise-anded with 0x1f)."
444-
msgstr ""
444+
msgstr "返回对应于给定字符的控制字符(字符比特值会与 0x1f 进行按位与运算)。"
445445

446446
#: ../../library/curses.ascii.rst:203
447447
msgid ""
448448
"Return the 8-bit character corresponding to the given ASCII character (the "
449449
"character bit value is bitwise-ored with 0x80)."
450-
msgstr ""
450+
msgstr "返回对应于给定 ASCII 字符的 8 比特位字符(字符比特值会与 0x80 进行按位或运算)。"
451451

452452
#: ../../library/curses.ascii.rst:206
453453
msgid ""

0 commit comments

Comments
 (0)