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

Skip to content

Commit 379e0c4

Browse files
[po] auto sync
1 parent 5add662 commit 379e0c4

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.48%", "updated_at": "2023-09-09T09:56:34Z"}
1+
{"translation": "90.49%", "updated_at": "2023-09-10T02:07:17Z"}

library/calendar.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -612,24 +612,24 @@ msgstr "以终端的列数表示的日期列宽度。 日期将打印在列中
612612
msgid ""
613613
"The number of lines for each week in terminal rows. The date is printed top-"
614614
"aligned. Any value lower than 1 is ignored. Defaults to 1."
615-
msgstr ""
615+
msgstr "以终端的行数表示的每周的行数。 日期将顶端对齐打印。小于 1 的值将被忽略。 默认为 1。"
616616

617617
#: ../../library/calendar.rst:617
618618
msgid ""
619619
"The space between months in columns. Any value lower than 2 is ignored. "
620620
"Defaults to 6."
621-
msgstr ""
621+
msgstr "列中的月份之间的空格。 小于 2 的值将被忽略。 默认为 6。"
622622

623623
#: ../../library/calendar.rst:624
624624
msgid "The number of months printed per row. Defaults to 3."
625-
msgstr ""
625+
msgstr "每行打印的月份数。 默认为 3。"
626626

627627
#: ../../library/calendar.rst:628
628628
msgid "*HTML-mode options:*"
629-
msgstr ""
629+
msgstr "*HTML 模式选项:*"
630630

631631
#: ../../library/calendar.rst:632
632632
msgid ""
633633
"The path of a CSS stylesheet to use for the calendar. This must either be "
634634
"relative to the generated HTML, or an absolute HTTP or ``file:///`` URL."
635-
msgstr ""
635+
msgstr "日历要使用的 CSS 样式表的路径。 该路径必须是相对于所生成的 HTML,或是一个绝对 HTTP 或 ``file:///`` URL。"

library/sys.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,9 @@ msgid ""
565565
"such top-level exceptions can be customized by assigning another three-"
566566
"argument function to ``sys.excepthook``."
567567
msgstr ""
568+
"当有 :exc:`SystemExit` 以外的异常被引发且未被捕获时,解释器会调用 ``sys.excepthook`` "
569+
"并附带三个参数:异常类、异常实例和回溯对象。 在交互会话中这将发生在控制返回提示符之前;在 Python 程序中这将发生在程序退出之前。 "
570+
"这种最高层级异常的处理可以通过为 ``sys.excepthook`` 指定另一个三参数函数来实现自定义。"
568571

569572
#: ../../library/sys.rst:388
570573
msgid ""
@@ -2904,7 +2907,7 @@ msgstr ""
29042907
msgid ""
29052908
"Namespace containing functions and constants for register callbacks and "
29062909
"controlling monitoring events. See :mod:`sys.monitoring` for details."
2907-
msgstr ""
2910+
msgstr "包含用于注册回调和控制监控事件的函数和常量的命名空间。 详情参见 :mod:`sys.monitoring`。"
29082911

29092912
#: ../../library/sys.rst:1965
29102913
msgid ""

0 commit comments

Comments
 (0)