File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"translation" : " 90.48 %" , "updated_at" : " 2023-09-09T09:56:34Z " }
1+ {"translation" : " 90.49 %" , "updated_at" : " 2023-09-10T02:07:17Z " }
Original file line number Diff line number Diff line change @@ -612,24 +612,24 @@ msgstr "以终端的列数表示的日期列宽度。 日期将打印在列中
612612msgid ""
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
618618msgid ""
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
624624msgid "The number of months printed per row. Defaults to 3."
625- msgstr ""
625+ msgstr "每行打印的月份数。 默认为 3。 "
626626
627627#: ../../library/calendar.rst:628
628628msgid "*HTML-mode options:*"
629- msgstr ""
629+ msgstr "*HTML 模式选项:* "
630630
631631#: ../../library/calendar.rst:632
632632msgid ""
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。 "
Original file line number Diff line number Diff 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``."
567567msgstr ""
568+ "当有 :exc:`SystemExit` 以外的异常被引发且未被捕获时,解释器会调用 ``sys.excepthook`` "
569+ "并附带三个参数:异常类、异常实例和回溯对象。 在交互会话中这将发生在控制返回提示符之前;在 Python 程序中这将发生在程序退出之前。 "
570+ "这种最高层级异常的处理可以通过为 ``sys.excepthook`` 指定另一个三参数函数来实现自定义。"
568571
569572#: ../../library/sys.rst:388
570573msgid ""
@@ -2904,7 +2907,7 @@ msgstr ""
29042907msgid ""
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
29102913msgid ""
You can’t perform that action at this time.
0 commit comments