|
8 | 8 | # tomo, 2022
|
9 | 9 | # Arihiro TAKASE, 2023
|
10 | 10 | # Takanori Suzuki <[email protected]>, 2024
|
| 11 | +# QQ, 2024 |
11 | 12 | #
|
12 | 13 | #, fuzzy
|
13 | 14 | msgid ""
|
14 | 15 | msgstr ""
|
15 | 16 | "Project-Id-Version: Python 3.13\n"
|
16 | 17 | "Report-Msgid-Bugs-To: \n"
|
17 |
| -"POT-Creation-Date: 2024-06-07 14:15+0000\n" |
| 18 | +"POT-Creation-Date: 2024-06-21 14:14+0000\n" |
18 | 19 | "PO-Revision-Date: 2021-06-28 01:50+0000\n"
|
19 |
| -" Last-Translator: Takanori Suzuki <[email protected]>, 2024\n" |
| 20 | +"Last-Translator: QQ, 2024\n" |
20 | 21 | "Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
|
21 | 22 | "ja/)\n"
|
22 | 23 | "MIME-Version: 1.0\n"
|
@@ -915,26 +916,33 @@ msgstr ""
|
915 | 916 |
|
916 | 917 | #: ../../using/cmdline.rst:638
|
917 | 918 | msgid "Controlling color"
|
918 |
| -msgstr "" |
| 919 | +msgstr "色の制御" |
919 | 920 |
|
920 | 921 | #: ../../using/cmdline.rst:640
|
921 | 922 | msgid ""
|
922 | 923 | "The Python interpreter is configured by default to use colors to highlight "
|
923 | 924 | "output in certain situations such as when displaying tracebacks. This "
|
924 | 925 | "behavior can be controlled by setting different environment variables."
|
925 | 926 | msgstr ""
|
| 927 | +"デフォルトでは、 Python インタープリターは、トレースバックの表示などの特定の" |
| 928 | +"状況で、出力を色でハイライトするように構成されています。この振る舞いは、異な" |
| 929 | +"る環境変数を設定することで制御できます。" |
926 | 930 |
|
927 | 931 | #: ../../using/cmdline.rst:644
|
928 | 932 | msgid ""
|
929 | 933 | "Setting the environment variable ``TERM`` to ``dumb`` will disable color."
|
930 | 934 | msgstr ""
|
| 935 | +"環境変数 ``TERM`` を ``dumb`` に設定することで、色付けを無効にできます。" |
931 | 936 |
|
932 | 937 | #: ../../using/cmdline.rst:646
|
933 | 938 | msgid ""
|
934 | 939 | "If the |FORCE_COLOR|_ environment variable is set, then color will be "
|
935 | 940 | "enabled regardless of the value of TERM. This is useful on CI systems which "
|
936 | 941 | "aren’t terminals but can still display ANSI escape sequences."
|
937 | 942 | msgstr ""
|
| 943 | +"|FORCE_COLOR|_ 環境変数が設定されている場合、 TERM の値にかかわらず、色付けは" |
| 944 | +"有効になります。これは、ターミナルではないが ANSI エスケープシーケンスを表示" |
| 945 | +"できる CI システムで有効です。" |
938 | 946 |
|
939 | 947 | #: ../../using/cmdline.rst:650
|
940 | 948 | msgid ""
|
|
0 commit comments