|
7 | 7 | msgstr ""
|
8 | 8 | "Project-Id-Version: Python 3.12\n"
|
9 | 9 | "Report-Msgid-Bugs-To: \n"
|
10 |
| -"POT-Creation-Date: 2023-08-29 00:03+0000\n" |
| 10 | +"POT-Creation-Date: 2023-09-09 00:03+0000\n" |
11 | 11 | "PO-Revision-Date: 2018-05-23 14:40+0000\n"
|
12 | 12 | " Last-Translator: Adrian Liaw <[email protected]>\n"
|
13 | 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
|
@@ -579,6 +579,91 @@ msgstr ":mod:`time` 模組"
|
579 | 579 | msgid "Low-level time related functions."
|
580 | 580 | msgstr "底層的時間相關函式。"
|
581 | 581 |
|
| 582 | +#: ../../library/calendar.rst:497 |
| 583 | +msgid "Command-Line Usage" |
| 584 | +msgstr "" |
| 585 | + |
| 586 | +#: ../../library/calendar.rst:501 |
| 587 | +msgid "" |
| 588 | +"The :mod:`calendar` module can be executed as a script from the command line " |
| 589 | +"to interactively print a calendar." |
| 590 | +msgstr "" |
| 591 | + |
| 592 | +#: ../../library/calendar.rst:511 |
| 593 | +msgid "For example, to print a calendar for the year 2000:" |
| 594 | +msgstr "" |
| 595 | + |
| 596 | +#: ../../library/calendar.rst:554 |
| 597 | +msgid "The following options are accepted:" |
| 598 | +msgstr "" |
| 599 | + |
| 600 | +#: ../../library/calendar.rst:561 |
| 601 | +msgid "Show the help message and exit." |
| 602 | +msgstr "" |
| 603 | + |
| 604 | +#: ../../library/calendar.rst:566 |
| 605 | +msgid "The locale to use for month and weekday names. Defaults to English." |
| 606 | +msgstr "" |
| 607 | + |
| 608 | +#: ../../library/calendar.rst:572 |
| 609 | +msgid "" |
| 610 | +"The encoding to use for output. :option:`--encoding` is required if :option:" |
| 611 | +"`--locale` is set." |
| 612 | +msgstr "" |
| 613 | + |
| 614 | +#: ../../library/calendar.rst:578 |
| 615 | +msgid "Print the calendar to the terminal as text, or as an HTML document." |
| 616 | +msgstr "" |
| 617 | + |
| 618 | +#: ../../library/calendar.rst:584 |
| 619 | +msgid "" |
| 620 | +"The year to print the calendar for. Must be a number between 1 and 9999. " |
| 621 | +"Defaults to the current year." |
| 622 | +msgstr "" |
| 623 | + |
| 624 | +#: ../../library/calendar.rst:591 |
| 625 | +msgid "" |
| 626 | +"The month of the specified :option:`year` to print the calendar for. Must be " |
| 627 | +"a number between 1 and 12, and may only be used in text mode. Defaults to " |
| 628 | +"printing a calendar for the full year." |
| 629 | +msgstr "" |
| 630 | + |
| 631 | +#: ../../library/calendar.rst:597 |
| 632 | +msgid "*Text-mode options:*" |
| 633 | +msgstr "" |
| 634 | + |
| 635 | +#: ../../library/calendar.rst:601 |
| 636 | +msgid "" |
| 637 | +"The width of the date column in terminal columns. The date is printed " |
| 638 | +"centred in the column. Any value lower than 2 is ignored. Defaults to 2." |
| 639 | +msgstr "" |
| 640 | + |
| 641 | +#: ../../library/calendar.rst:609 |
| 642 | +msgid "" |
| 643 | +"The number of lines for each week in terminal rows. The date is printed top-" |
| 644 | +"aligned. Any value lower than 1 is ignored. Defaults to 1." |
| 645 | +msgstr "" |
| 646 | + |
| 647 | +#: ../../library/calendar.rst:617 |
| 648 | +msgid "" |
| 649 | +"The space between months in columns. Any value lower than 2 is ignored. " |
| 650 | +"Defaults to 6." |
| 651 | +msgstr "" |
| 652 | + |
| 653 | +#: ../../library/calendar.rst:624 |
| 654 | +msgid "The number of months printed per row. Defaults to 3." |
| 655 | +msgstr "" |
| 656 | + |
| 657 | +#: ../../library/calendar.rst:628 |
| 658 | +msgid "*HTML-mode options:*" |
| 659 | +msgstr "" |
| 660 | + |
| 661 | +#: ../../library/calendar.rst:632 |
| 662 | +msgid "" |
| 663 | +"The path of a CSS stylesheet to use for the calendar. This must either be " |
| 664 | +"relative to the generated HTML, or an absolute HTTP or ``file:///`` URL." |
| 665 | +msgstr "" |
| 666 | + |
582 | 667 | #~ msgid ""
|
583 | 668 | #~ "Enumeration defining the days of the week as integer constants, from 0 to "
|
584 | 669 | #~ "6."
|
|
0 commit comments