Skip to content

Commit 156cafc

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent 0f05146 commit 156cafc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

library/sqlite3.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,9 +1019,9 @@ msgid ""
10191019
"and debugging aid, use :meth:`~sqlite3.enable_callback_tracebacks` to enable "
10201020
"printing tracebacks from exceptions raised in the trace callback."
10211021
msgstr ""
1022-
"トレース・コールバックで発生した例外は伝播されません。 開発およびデバッグの補"
1022+
"トレース・コールバックで送出した例外は伝播されません。 開発およびデバッグの補"
10231023
"助として、 :meth:`~sqlite3.enable_callback_tracebacks` を使用して、トレース・"
1024-
"コールバックで発生した例外からのトレースバックの出力を有効にします。"
1024+
"コールバックで送出した例外からのトレースバックの出力を有効にします。"
10251025

10261026
#: ../../library/sqlite3.rst:768
10271027
msgid ""
@@ -1582,7 +1582,7 @@ msgid ""
15821582
"implicitly through the specialised subclasses. ``DatabaseError`` is a "
15831583
"subclass of :exc:`Error`."
15841584
msgstr ""
1585-
"データベースに関連するエラーに対して発生する例外。 これは、いくつかの種類の"
1585+
"データベースに関連するエラーに対して送出される例外。 これは、いくつかの種類の"
15861586
"データベース・エラーの基底の例外として機能します。 これを特殊化(specialise)し"
15871587
"たサブクラスを介して暗黙的にのみ送出されます。 ``DatabaseError`` は :exc:"
15881588
"`Error` のサブクラスです。"
@@ -1594,8 +1594,8 @@ msgid ""
15941594
"is a subclass of :exc:`DatabaseError`."
15951595
msgstr ""
15961596
"範囲外の数値や長すぎる文字列など、処理されたデータの問題によって発生したエ"
1597-
"ラーに対して発生する例外。 ``DataError`` は :exc:`DatabaseError` のサブクラス"
1598-
"です。"
1597+
"ラーに対して送出される例外。 ``DataError`` は :exc:`DatabaseError` のサブクラ"
1598+
"スです。"
15991599

16001600
#: ../../library/sqlite3.rst:1303
16011601
msgid ""
@@ -1624,8 +1624,8 @@ msgid ""
16241624
"raised, it may indicate that there is a problem with the runtime SQLite "
16251625
"library. ``InternalError`` is a subclass of :exc:`DatabaseError`."
16261626
msgstr ""
1627-
"SQLite が内部エラーに遭遇したときに発生する例外。 これが発生した場合、ランタ"
1628-
"イム SQLite ライブラリに問題があることを示している可能性があります。 "
1627+
"SQLite が内部エラーに遭遇したときに発生する例外。 これが送出された場合、ラン"
1628+
"タイム SQLite ライブラリに問題があることを示している可能性があります。 "
16291629
"``InternalError`` は :exc:`DatabaseError` のサブクラスです。"
16301630

16311631
#: ../../library/sqlite3.rst:1323

0 commit comments

Comments
 (0)