Skip to content

Commit cddf95f

Browse files
author
github-actions
committedMar 15, 2024
Update translations from Transifex
1 parent 0efde4a commit cddf95f

14 files changed

+1438
-1541
lines changed
 

Diff for: ‎faq/design.po

+102-96
Large diffs are not rendered by default.

Diff for: ‎faq/extending.po

+6-13
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.12\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2024-02-25 01:09+0000\n"
18+
"POT-Creation-Date: 2024-03-15 14:13+0000\n"
1919
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
2020
"Last-Translator: Arihiro TAKASE, 2023\n"
2121
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -95,18 +95,11 @@ msgid ""
9595
"If you need to interface to some C or C++ library for which no Python "
9696
"extension currently exists, you can try wrapping the library's data types "
9797
"and functions with a tool such as `SWIG <https://www.swig.org>`_. `SIP "
98-
"<https://riverbankcomputing.com/software/sip/intro>`__, `CXX <https://cxx."
99-
"sourceforge.net/>`_ `Boost <https://www.boost.org/libs/python/doc/index."
100-
"html>`_, or `Weave <https://github.com/scipy/weave>`_ are also alternatives "
101-
"for wrapping C++ libraries."
102-
msgstr ""
103-
"今のところ Python 拡張が存在しないような C や C++ ライブラリへのインターフェ"
104-
"イスが必要な場合、`SWIG <https://www.swig.org>`_ のようなツールで、そのライブ"
105-
"ラリのデータ型のラッピングを図れます。\n"
106-
"`SIP <https://riverbankcomputing.com/software/sip/intro>`_、`CXX <https://"
107-
"cxx.sourceforge.net/>`_、`Boost <https://www.boost.org/libs/python/doc/index."
108-
"html>`_、`Weave <https://github.com/scipy/weave>`_ でも C++ ライブラリをラッ"
109-
"ピングできます。"
98+
"<https://github.com/Python-SIP/sip>`__, `CXX <https://cxx.sourceforge.net/"
99+
">`_ `Boost <https://www.boost.org/libs/python/doc/index.html>`_, or `Weave "
100+
"<https://github.com/scipy/weave>`_ are also alternatives for wrapping C++ "
101+
"libraries."
102+
msgstr ""
110103

111104
#: ../../faq/extending.rst:61
112105
msgid "How can I execute arbitrary Python statements from C?"

Diff for: ‎glossary.po

+127-133
Large diffs are not rendered by default.

Diff for: ‎howto/logging-cookbook.po

+45-48
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.12\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2024-03-08 14:14+0000\n"
18+
"POT-Creation-Date: 2024-03-15 14:13+0000\n"
1919
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
2020
"Last-Translator: TENMYO Masakazu, 2024\n"
2121
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -1472,27 +1472,27 @@ msgstr ""
14721472
":class:`QueueListener` のサブクラスを作って、メッセージを他のキュー、例えば "
14731473
"ZeroMQ の 'subscribe' ソケットから取得する事もできます。サンプルです::"
14741474

1475-
#: ../../howto/logging-cookbook.rst:1910 ../../howto/logging-cookbook.rst:3950
1475+
#: ../../howto/logging-cookbook.rst:1910 ../../howto/logging-cookbook.rst:3973
14761476
msgid "Module :mod:`logging`"
14771477
msgstr ":mod:`logging` モジュール"
14781478

1479-
#: ../../howto/logging-cookbook.rst:1910 ../../howto/logging-cookbook.rst:3950
1479+
#: ../../howto/logging-cookbook.rst:1910 ../../howto/logging-cookbook.rst:3973
14801480
msgid "API reference for the logging module."
14811481
msgstr "logging モジュールの API リファレンス。"
14821482

1483-
#: ../../howto/logging-cookbook.rst:1913 ../../howto/logging-cookbook.rst:3953
1483+
#: ../../howto/logging-cookbook.rst:1913 ../../howto/logging-cookbook.rst:3976
14841484
msgid "Module :mod:`logging.config`"
14851485
msgstr ":mod:`logging.config` モジュール"
14861486

1487-
#: ../../howto/logging-cookbook.rst:1913 ../../howto/logging-cookbook.rst:3953
1487+
#: ../../howto/logging-cookbook.rst:1913 ../../howto/logging-cookbook.rst:3976
14881488
msgid "Configuration API for the logging module."
14891489
msgstr "logging モジュールの環境設定 API です。"
14901490

1491-
#: ../../howto/logging-cookbook.rst:1916 ../../howto/logging-cookbook.rst:3956
1491+
#: ../../howto/logging-cookbook.rst:1916 ../../howto/logging-cookbook.rst:3979
14921492
msgid "Module :mod:`logging.handlers`"
14931493
msgstr ":mod:`logging.handlers` モジュール"
14941494

1495-
#: ../../howto/logging-cookbook.rst:1916 ../../howto/logging-cookbook.rst:3956
1495+
#: ../../howto/logging-cookbook.rst:1916 ../../howto/logging-cookbook.rst:3979
14961496
msgid "Useful handlers included with the logging module."
14971497
msgstr "logging モジュールに含まれる、便利なハンドラです。"
14981498

@@ -2560,20 +2560,17 @@ msgstr ""
25602560

25612561
#: ../../howto/logging-cookbook.rst:3421
25622562
msgid ""
2563-
"The code should work with recent releases of either ``PySide2`` or "
2564-
"``PyQt5``. You should be able to adapt the approach to earlier versions of "
2565-
"Qt. Please refer to the comments in the code snippet for more detailed "
2566-
"information."
2563+
"The code should work with recent releases of either ``PySide6``, ``PyQt6``, "
2564+
"``PySide2`` or ``PyQt5``. You should be able to adapt the approach to "
2565+
"earlier versions of Qt. Please refer to the comments in the code snippet for "
2566+
"more detailed information."
25672567
msgstr ""
2568-
"このコードは最新の ``PySide2`` と ``PyQt5`` のどちらでも動作します。このコー"
2569-
"ドは以前のバージョンのQtにも適用できるはずです。詳細はコードスニペットのコメ"
2570-
"ントを参照してください。"
25712568

2572-
#: ../../howto/logging-cookbook.rst:3635
2569+
#: ../../howto/logging-cookbook.rst:3658
25732570
msgid "Logging to syslog with RFC5424 support"
25742571
msgstr "RFC5424 をサポートする syslog へのロギング"
25752572

2576-
#: ../../howto/logging-cookbook.rst:3637
2573+
#: ../../howto/logging-cookbook.rst:3660
25772574
msgid ""
25782575
"Although :rfc:`5424` dates from 2009, most syslog servers are configured by "
25792576
"default to use the older :rfc:`3164`, which hails from 2001. When "
@@ -2590,7 +2587,7 @@ msgstr ""
25902587
"に、 :class:`~logging.handlers.SysLogHandler` の機能は更新されてきませんでし"
25912588
"た。"
25922589

2593-
#: ../../howto/logging-cookbook.rst:3644
2590+
#: ../../howto/logging-cookbook.rst:3667
25942591
msgid ""
25952592
"RFC 5424 contains some useful features such as support for structured data, "
25962593
"and if you need to be able to log to a syslog server with support for it, "
@@ -2600,7 +2597,7 @@ msgstr ""
26002597
"の機能をサポートする syslog サーバーへのロギングを可能にする必要がある場合、"
26012598
"以下のような派生ハンドラクラスを使うことで実現することができます::"
26022599

2603-
#: ../../howto/logging-cookbook.rst:3710
2600+
#: ../../howto/logging-cookbook.rst:3733
26042601
msgid ""
26052602
"You'll need to be familiar with RFC 5424 to fully understand the above code, "
26062603
"and it may be that you have slightly different needs (e.g. for how you pass "
@@ -2614,11 +2611,11 @@ msgstr ""
26142611
"あります。上記のハンドラにより、構造化データは以下のように渡すことができるで"
26152612
"しょう::"
26162613

2617-
#: ../../howto/logging-cookbook.rst:3724
2614+
#: ../../howto/logging-cookbook.rst:3747
26182615
msgid "How to treat a logger like an output stream"
26192616
msgstr "ロガーを出力ストリームのように取り扱う方法"
26202617

2621-
#: ../../howto/logging-cookbook.rst:3726
2618+
#: ../../howto/logging-cookbook.rst:3749
26222619
msgid ""
26232620
"Sometimes, you need to interface to a third-party API which expects a file-"
26242621
"like object to write to, but you want to direct the API's output to a "
@@ -2630,19 +2627,19 @@ msgstr ""
26302627
"きあります。これは file-like な API でロガーをラップするクラスを使うことで実"
26312628
"現できます。以下はそのようなクラスを例解する短いスクリプトです:"
26322629

2633-
#: ../../howto/logging-cookbook.rst:3766
2630+
#: ../../howto/logging-cookbook.rst:3789
26342631
msgid "When this script is run, it prints"
26352632
msgstr "このスクリプトを実行すると、次のように出力されます。"
26362633

2637-
#: ../../howto/logging-cookbook.rst:3773
2634+
#: ../../howto/logging-cookbook.rst:3796
26382635
msgid ""
26392636
"You could also use ``LoggerWriter`` to redirect ``sys.stdout`` and ``sys."
26402637
"stderr`` by doing something like this:"
26412638
msgstr ""
26422639
"また、 ``sys.stdout`` や ``sys.stderr`` をリダイレクトするには "
26432640
"``LoggerWriter`` を使って以下のようにします:"
26442641

2645-
#: ../../howto/logging-cookbook.rst:3783
2642+
#: ../../howto/logging-cookbook.rst:3806
26462643
msgid ""
26472644
"You should do this *after* configuring logging for your needs. In the above "
26482645
"example, the :func:`~logging.basicConfig` call does this (using the ``sys."
@@ -2654,7 +2651,7 @@ msgstr ""
26542651
"で上書きされる *前の* ``sys.stderr`` を使って) 設定を行います。そして、以下の"
26552652
"ような結果を得るでしょう:"
26562653

2657-
#: ../../howto/logging-cookbook.rst:3796
2654+
#: ../../howto/logging-cookbook.rst:3819
26582655
msgid ""
26592656
"Of course, the examples above show output according to the format used by :"
26602657
"func:`~logging.basicConfig`, but you can use a different formatter when you "
@@ -2664,7 +2661,7 @@ msgstr ""
26642661
"とづく出力を示していますが、ロギングの設定で異なるフォーマッタを使うことがで"
26652662
"きます。"
26662663

2667-
#: ../../howto/logging-cookbook.rst:3800
2664+
#: ../../howto/logging-cookbook.rst:3823
26682665
msgid ""
26692666
"Note that with the above scheme, you are somewhat at the mercy of buffering "
26702667
"and the sequence of write calls which you are intercepting. For example, "
@@ -2674,11 +2671,11 @@ msgstr ""
26742671
"いてはなすがままになっています。たとえば、上記の ``LoggerWriter`` の定義で、"
26752672
"次のようなコードの断片があったとします。"
26762673

2677-
#: ../../howto/logging-cookbook.rst:3809
2674+
#: ../../howto/logging-cookbook.rst:3832
26782675
msgid "then running the script results in"
26792676
msgstr "このスクリプトを実行すると以下のような結果が得られます。"
26802677

2681-
#: ../../howto/logging-cookbook.rst:3827
2678+
#: ../../howto/logging-cookbook.rst:3850
26822679
msgid ""
26832680
"As you can see, this output isn't ideal. That's because the underlying code "
26842681
"which writes to ``sys.stderr`` makes multiple writes, each of which results "
@@ -2694,19 +2691,19 @@ msgstr ""
26942691
"必要があります。そのようなわずかな改良をほどこした ``LoggerWriter`` の実装を"
26952692
"使ってみましょう:"
26962693

2697-
#: ../../howto/logging-cookbook.rst:3852
2694+
#: ../../howto/logging-cookbook.rst:3875
26982695
msgid ""
26992696
"This just buffers up stuff until a newline is seen, and then logs complete "
27002697
"lines. With this approach, you get better output:"
27012698
msgstr ""
27022699
"この実装は改行があらわれるまでログをバッファリングし、行全体をログに出力する"
27032700
"だけです。このアプローチにより、より適切な出力が得られます:"
27042701

2705-
#: ../../howto/logging-cookbook.rst:3868
2702+
#: ../../howto/logging-cookbook.rst:3891
27062703
msgid "Patterns to avoid"
27072704
msgstr "避けるべきパターン"
27082705

2709-
#: ../../howto/logging-cookbook.rst:3870
2706+
#: ../../howto/logging-cookbook.rst:3893
27102707
msgid ""
27112708
"Although the preceding sections have described ways of doing things you "
27122709
"might need to do or deal with, it is worth mentioning some usage patterns "
@@ -2718,11 +2715,11 @@ msgstr ""
27182715
"れます。これは多くの場合避けるべきことです。これらの説明はどこから読んでも構"
27192716
"いません。"
27202717

2721-
#: ../../howto/logging-cookbook.rst:3876
2718+
#: ../../howto/logging-cookbook.rst:3899
27222719
msgid "Opening the same log file multiple times"
27232720
msgstr "同じログファイルを何度も開く"
27242721

2725-
#: ../../howto/logging-cookbook.rst:3878
2722+
#: ../../howto/logging-cookbook.rst:3901
27262723
msgid ""
27272724
"On Windows, you will generally not be able to open the same file multiple "
27282725
"times as this will lead to a \"file is in use by another process\" error. "
@@ -2734,23 +2731,23 @@ msgstr ""
27342731
"ではエラーがおきることなく、同じファイルを何度も開けます。これは次のように間"
27352732
"違って使われる可能性があります。"
27362733

2737-
#: ../../howto/logging-cookbook.rst:3883
2734+
#: ../../howto/logging-cookbook.rst:3906
27382735
msgid ""
27392736
"Adding a file handler more than once which references the same file (e.g. by "
27402737
"a copy/paste/forget-to-change error)."
27412738
msgstr ""
27422739
"同じファイルを指すファイルハンドラを1度以上追加する(例えばコピー&ペーストし"
27432740
"て書き換え忘れによるエラー)。"
27442741

2745-
#: ../../howto/logging-cookbook.rst:3886
2742+
#: ../../howto/logging-cookbook.rst:3909
27462743
msgid ""
27472744
"Opening two files that look different, as they have different names, but are "
27482745
"the same because one is a symbolic link to the other."
27492746
msgstr ""
27502747
"異なる名前を持つ、一見異なる2つのファイルを開くが、片方が他方へのシンボリック"
27512748
"リンクとなっている。"
27522749

2753-
#: ../../howto/logging-cookbook.rst:3889
2750+
#: ../../howto/logging-cookbook.rst:3912
27542751
msgid ""
27552752
"Forking a process, following which both parent and child have a reference to "
27562753
"the same file. This might be through use of the :mod:`multiprocessing` "
@@ -2760,15 +2757,15 @@ msgstr ""
27602757
"を維持する。これは例えば、 :mod:`multiprocessing` モジュールなどを使うと発生"
27612758
"する可能性があります。"
27622759

2763-
#: ../../howto/logging-cookbook.rst:3893
2760+
#: ../../howto/logging-cookbook.rst:3916
27642761
msgid ""
27652762
"Opening a file multiple times might *appear* to work most of the time, but "
27662763
"can lead to a number of problems in practice:"
27672764
msgstr ""
27682765
"ファイルを複数回開くことは、 *一見* 動作しているように見えますが、さまざまな"
27692766
"問題を引き起こす可能性があります:"
27702767

2771-
#: ../../howto/logging-cookbook.rst:3896
2768+
#: ../../howto/logging-cookbook.rst:3919
27722769
msgid ""
27732770
"Logging output can be garbled because multiple threads or processes try to "
27742771
"write to the same file. Although logging guards against concurrent use of "
@@ -2782,7 +2779,7 @@ msgstr ""
27822779
"ラーのインスタンスに対し、2つのスレッドから同時に書き込みをした場合にはそのよ"
27832780
"うな保護は働きません。"
27842781

2785-
#: ../../howto/logging-cookbook.rst:3902
2782+
#: ../../howto/logging-cookbook.rst:3925
27862783
msgid ""
27872784
"An attempt to delete a file (e.g. during file rotation) silently fails, "
27882785
"because there is another reference pointing to it. This can lead to "
@@ -2798,19 +2795,19 @@ msgstr ""
27982795
"ていたファイルが残っていたり、ファイルサイズにもとづくローテーションが行われ"
27992796
"ているにもかかわらずファイルサイズが予想外に増加したりすることもあります。"
28002797

2801-
#: ../../howto/logging-cookbook.rst:3909
2798+
#: ../../howto/logging-cookbook.rst:3932
28022799
msgid ""
28032800
"Use the techniques outlined in :ref:`multiple-processes` to circumvent such "
28042801
"issues."
28052802
msgstr ""
28062803
"この問題を回避するには :ref:`multiple-processes` で紹介したテクニックを使用し"
28072804
"てください。"
28082805

2809-
#: ../../howto/logging-cookbook.rst:3913
2806+
#: ../../howto/logging-cookbook.rst:3936
28102807
msgid "Using loggers as attributes in a class or passing them as parameters"
28112808
msgstr "ロガーをクラスの属性にするか、パラメータで渡す"
28122809

2813-
#: ../../howto/logging-cookbook.rst:3915
2810+
#: ../../howto/logging-cookbook.rst:3938
28142811
msgid ""
28152812
"While there might be unusual cases where you'll need to do this, in general "
28162813
"there is no point because loggers are singletons. Code can always access a "
@@ -2828,15 +2825,15 @@ msgstr ""
28282825
"このパターンはクラスではなくモジュールがソフトウェア分解の単位となっているた"
28292826
"め、無意味です。"
28302827

2831-
#: ../../howto/logging-cookbook.rst:3924
2828+
#: ../../howto/logging-cookbook.rst:3947
28322829
msgid ""
28332830
"Adding handlers other than :class:`~logging.NullHandler` to a logger in a "
28342831
"library"
28352832
msgstr ""
28362833
"ライブラリ内でロガーに :class:`~logging.NullHandler` 以外のハンドラーを追加す"
28372834
"る"
28382835

2839-
#: ../../howto/logging-cookbook.rst:3926
2836+
#: ../../howto/logging-cookbook.rst:3949
28402837
msgid ""
28412838
"Configuring logging by adding handlers, formatters and filters is the "
28422839
"responsibility of the application developer, not the library developer. If "
@@ -2848,11 +2845,11 @@ msgstr ""
28482845
"イブラリのメンテナンスをしているのであれば、 :class:`~logging.NullHandler` イ"
28492846
"ンスタンス以外のロガーを追加してはいけない、ということを意味します。"
28502847

2851-
#: ../../howto/logging-cookbook.rst:3932
2848+
#: ../../howto/logging-cookbook.rst:3955
28522849
msgid "Creating a lot of loggers"
28532850
msgstr "大量のロガーを作成する"
28542851

2855-
#: ../../howto/logging-cookbook.rst:3934
2852+
#: ../../howto/logging-cookbook.rst:3957
28562853
msgid ""
28572854
"Loggers are singletons that are never freed during a script execution, and "
28582855
"so creating lots of loggers will use up memory which can't then be freed. "
@@ -2869,14 +2866,14 @@ msgstr ""
28692866
"ケーション内の説明の単位(通常はモジュールだが、場合によってはそれよりも小さ"
28702867
"い可能性もある)で作るように制限してください。"
28712868

2872-
#: ../../howto/logging-cookbook.rst:3945
2869+
#: ../../howto/logging-cookbook.rst:3968
28732870
msgid "Other resources"
28742871
msgstr "その他のリソース"
28752872

2876-
#: ../../howto/logging-cookbook.rst:3958
2873+
#: ../../howto/logging-cookbook.rst:3981
28772874
msgid ":ref:`Basic Tutorial <logging-basic-tutorial>`"
28782875
msgstr ":ref:`基本チュートリアル <logging-basic-tutorial>`"
28792876

2880-
#: ../../howto/logging-cookbook.rst:3960
2877+
#: ../../howto/logging-cookbook.rst:3983
28812878
msgid ":ref:`Advanced Tutorial <logging-advanced-tutorial>`"
28822879
msgstr ":ref:`上級チュートリアル <logging-advanced-tutorial>`"

Diff for: ‎howto/logging.po

+245-290
Large diffs are not rendered by default.

Diff for: ‎library/enum.po

+116-108
Large diffs are not rendered by default.

Diff for: ‎library/itertools.po

+71-70
Large diffs are not rendered by default.

Diff for: ‎library/logging.po

+390-433
Large diffs are not rendered by default.

Diff for: ‎library/math.po

+2-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.12\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-03-08 21:29+0000\n"
17+
"POT-Creation-Date: 2024-03-15 14:13+0000\n"
1818
"PO-Revision-Date: 2021-06-28 01:09+0000\n"
1919
"Last-Translator: Arihiro TAKASE, 2023\n"
2020
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -861,11 +861,8 @@ msgstr ""
861861
msgid ""
862862
"The :func:`erf` function can be used to compute traditional statistical "
863863
"functions such as the `cumulative standard normal distribution <https://en."
864-
"wikipedia.org/wiki/Normal_distribution#Cumulative_distribution_functions>`_::"
864+
"wikipedia.org/wiki/Cumulative_distribution_function>`_::"
865865
msgstr ""
866-
":func:`erf` 関数は、`累積標準正規分布 <https://en.wikipedia.org/wiki/"
867-
"Normal_distribution#Cumulative_distribution_functions>`_ のような伝統的な統計"
868-
"関数を計算するのに使えます::"
869866

870867
#: ../../library/math.rst:606
871868
msgid ""

Diff for: ‎library/pdb.po

+65-70
Large diffs are not rendered by default.

Diff for: ‎library/resource.po

+85-85
Large diffs are not rendered by default.

Diff for: ‎library/venv.po

+2-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.12\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2024-03-08 21:29+0000\n"
18+
"POT-Creation-Date: 2024-03-15 14:13+0000\n"
1919
"PO-Revision-Date: 2021-06-28 01:17+0000\n"
2020
"Last-Translator: Arihiro TAKASE, 2023\n"
2121
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -103,11 +103,8 @@ msgstr ""
103103
msgid ""
104104
"`Python Packaging User Guide: Creating and using virtual environments "
105105
"<https://packaging.python.org/guides/installing-using-pip-and-virtual-"
106-
"environments/#creating-a-virtual-environment>`__"
106+
"environments/#create-and-use-virtual-environments>`__"
107107
msgstr ""
108-
"`Python Packaging User Guide: Creating and using virtual environments "
109-
"<https://packaging.python.org/guides/installing-using-pip-and-virtual-"
110-
"environments/#creating-a-virtual-environment>`__"
111108

112109
#: ../../includes/wasm-notavail.rst:3
113110
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."

Diff for: ‎tutorial/errors.po

+8-14
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.12\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2024-03-01 14:13+0000\n"
20+
"POT-Creation-Date: 2024-03-15 14:13+0000\n"
2121
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
2222
"Last-Translator: Takuya Futatsugi, 2024\n"
2323
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -57,19 +57,13 @@ msgstr ""
5757

5858
#: ../../tutorial/errors.rst:26
5959
msgid ""
60-
"The parser repeats the offending line and displays a little 'arrow' pointing "
61-
"at the earliest point in the line where the error was detected. The error "
62-
"is caused by (or at least detected at) the token *preceding* the arrow: in "
63-
"the example, the error is detected at the function :func:`print`, since a "
64-
"colon (``':'``) is missing before it. File name and line number are printed "
65-
"so you know where to look in case the input came from a script."
66-
msgstr ""
67-
"パーサは違反の起きている行を表示し、小さな「矢印」を表示して、行中でエラーが"
68-
"検出された最初の位置を示します。エラーは矢印の *直前の* トークンでひき起こさ"
69-
"れています (または、少なくともそこで検出されています)。上記の例では、エラーは"
70-
"関数 :func:`print` で検出されています。コロン (``':'``) がその前に無いからで"
71-
"す。入力がスクリプトから来ている場合は、どこを見ればよいか分かるようにファイ"
72-
"ル名と行番号が出力されます。"
60+
"The parser repeats the offending line and displays little 'arrow's pointing "
61+
"at the token in the line where the error was detected. The error may be "
62+
"caused by the absence of a token *before* the indicated token. In the "
63+
"example, the error is detected at the function :func:`print`, since a colon "
64+
"(``':'``) is missing before it. File name and line number are printed so "
65+
"you know where to look in case the input came from a script."
66+
msgstr ""
7367

7468
#: ../../tutorial/errors.rst:37
7569
msgid "Exceptions"

Diff for: ‎using/cmdline.po

+174-171
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.