10
10
# Osamu NAKAMURA, 2023
11
11
# tomo, 2023
12
12
# Taichi Haradaguchi, 2024
13
+ # 石井明久, 2025
13
14
#
14
15
#, fuzzy
15
16
msgid ""
16
17
msgstr ""
17
18
"Project-Id-Version : Python 3.13\n "
18
19
"Report-Msgid-Bugs-To : \n "
19
- "POT-Creation-Date : 2025-02-28 14:17+0000\n "
20
+ "POT-Creation-Date : 2025-03-14 14:17+0000\n "
20
21
"PO-Revision-Date : 2021-06-28 00:48+0000\n "
21
- "Last-Translator : Taichi Haradaguchi, 2024 \n "
22
+ "Last-Translator : 石井明久, 2025 \n "
22
23
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
23
24
"ja/)\n "
24
25
"MIME-Version : 1.0\n "
@@ -610,12 +611,16 @@ msgid ""
610
611
"Return the exception currently being raised, clearing the error indicator at "
611
612
"the same time. Return ``NULL`` if the error indicator is not set."
612
613
msgstr ""
614
+ "現在発生している例外を返し、同時にエラーインジケータを消去します。エラーイン"
615
+ "ジケータが設定されていない場合は ``NULL`` を返します。"
613
616
614
617
#: ../../c-api/exceptions.rst:446
615
618
msgid ""
616
619
"This function is used by code that needs to catch exceptions, or code that "
617
620
"needs to save and restore the error indicator temporarily."
618
621
msgstr ""
622
+ "この関数は、例外をキャッチする必要があるコード、または一時的にエラーインジ"
623
+ "ケータを保存・復元する必要があるコードに使用されます。"
619
624
620
625
#: ../../c-api/exceptions.rst:449 ../../c-api/exceptions.rst:493
621
626
msgid "For example::"
@@ -631,6 +636,13 @@ msgid ""
631
636
" PyErr_SetRaisedException(exc);\n"
632
637
"}"
633
638
msgstr ""
639
+ "{\n"
640
+ " PyObject *exc = PyErr_GetRaisedException();\n"
641
+ "\n"
642
+ " /* ... 他のエラーを発生させる可能性があるコード ... */\n"
643
+ "\n"
644
+ " PyErr_SetRaisedException(exc);\n"
645
+ "}"
634
646
635
647
#: ../../c-api/exceptions.rst:459
636
648
msgid ""
@@ -1580,11 +1592,11 @@ msgstr ":exc:`ProcessLookupError`"
1580
1592
1581
1593
#: ../../c-api/exceptions.rst:1100
1582
1594
msgid ":c:data:`PyExc_PythonFinalizationError`"
1583
- msgstr ""
1595
+ msgstr ":c:data:`PyExc_PythonFinalizationError` "
1584
1596
1585
1597
#: ../../c-api/exceptions.rst:1100
1586
1598
msgid ":exc:`PythonFinalizationError`"
1587
- msgstr ""
1599
+ msgstr ":exc:`PythonFinalizationError` "
1588
1600
1589
1601
#: ../../c-api/exceptions.rst:1102
1590
1602
msgid ":c:data:`PyExc_RecursionError`"
@@ -1765,19 +1777,19 @@ msgstr "これらは互換性のある :c:data:`PyExc_OSError` のエイリア
1765
1777
1766
1778
#: ../../c-api/exceptions.rst:1165
1767
1779
msgid ":c:data:`!PyExc_EnvironmentError`"
1768
- msgstr ""
1780
+ msgstr ":c:data:`!PyExc_EnvironmentError` "
1769
1781
1770
1782
#: ../../c-api/exceptions.rst:1167
1771
1783
msgid ":c:data:`!PyExc_IOError`"
1772
- msgstr ""
1784
+ msgstr ":c:data:`!PyExc_IOError` "
1773
1785
1774
1786
#: ../../c-api/exceptions.rst:1169
1775
1787
msgid ":c:data:`!PyExc_WindowsError`"
1776
- msgstr ""
1788
+ msgstr ":c:data:`!PyExc_WindowsError` "
1777
1789
1778
1790
#: ../../c-api/exceptions.rst:1169
1779
1791
msgid "[2]_"
1780
- msgstr ""
1792
+ msgstr "[2]_ "
1781
1793
1782
1794
#: ../../c-api/exceptions.rst:1172
1783
1795
msgid "These aliases used to be separate exception types."
@@ -1825,7 +1837,7 @@ msgstr ":exc:`Warning`"
1825
1837
1826
1838
#: ../../c-api/exceptions.rst:1210
1827
1839
msgid "[3]_"
1828
- msgstr ""
1840
+ msgstr "[3]_ "
1829
1841
1830
1842
#: ../../c-api/exceptions.rst:1212
1831
1843
msgid ":c:data:`PyExc_BytesWarning`"
0 commit comments