55#
66# Translators:
77# tomo, 2019
8+ # Takanori Suzuki <takanori@takanory.net>, 2021
89#
910#, fuzzy
1011msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314"Report-Msgid-Bugs-To : \n "
1415"POT-Creation-Date : 2021-01-01 16:02+0000\n "
1516"PO-Revision-Date : 2019-09-01 03:16+0000\n "
16- "Last-Translator : tomo, 2019 \n "
17+ "Last-Translator : Takanori Suzuki <takanori@takanory.net>, 2021 \n "
1718"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -142,7 +143,7 @@ msgstr "SQLite のウェブページ。ここの文書ではサポートされ
142143
143144#: ../../library/sqlite3.rst:111
144145msgid "https://www.w3schools.com/sql/"
145- msgstr ""
146+ msgstr "https://www.w3schools.com/sql/ "
146147
147148#: ../../library/sqlite3.rst:111
148149msgid "Tutorial, reference and examples for learning SQL syntax."
@@ -322,6 +323,7 @@ msgid ""
322323" can be found in the `SQLite URI documentation "
323324"<https://www.sqlite.org/uri.html>`_."
324325msgstr ""
326+ "認識されるオプションのリストを含むこの機能についての詳細については、`SQLite URI documentation `_ を参照してください。"
325327
326328#: ../../library/sqlite3.rst:228
327329msgid "Added the *uri* parameter."
@@ -394,6 +396,9 @@ msgid ""
394396" mode or one of \" DEFERRED\" , \" IMMEDIATE\" or \" EXCLUSIVE\" . See section "
395397":ref:`sqlite3-controlling-transactions` for a more detailed explanation."
396398msgstr ""
399+ "現在のデフォルト分離レベルを取得または設定します。 :const:`None` で自動コミットモードまたは \" DEFERRED\" , "
400+ "\" IMMEDIATE\" , \" EXLUSIVE\" のどれかです。より詳しい説明は :ref:`sqlite3-controlling-"
401+ "transactions` 節を参照してください。"
397402
398403#: ../../library/sqlite3.rst:291
399404msgid ""
@@ -475,6 +480,8 @@ msgid ""
475480"The function can return any of the types supported by SQLite: bytes, str, "
476481"int, float and ``None``."
477482msgstr ""
483+ "関数は SQLite でサポートされている任意の型を返すことができます。具体的には bytes, str, int, float および "
484+ "``None`` です。"
478485
479486#: ../../library/sqlite3.rst:352 ../../library/sqlite3.rst:369
480487#: ../../library/sqlite3.rst:483 ../../library/sqlite3.rst:640
@@ -498,6 +505,8 @@ msgid ""
498505"The ``finalize`` method can return any of the types supported by SQLite: "
499506"bytes, str, int, float and ``None``."
500507msgstr ""
508+ "``finalize`` メソッドは SQLite でサポートされている任意の型を返すことができます。具体的には bytes, str, int, "
509+ "float および ``None`` です。"
501510
502511#: ../../library/sqlite3.rst:376
503512msgid ""
@@ -794,6 +803,8 @@ msgid ""
794803"Use :meth:`executescript` if you want to execute multiple SQL statements "
795804"with one call."
796805msgstr ""
806+ ":meth:`execute` は一つの SQL 文しか実行しません。二つ以上の文を実行しようとすると、 :exc:`.Warning` "
807+ "を送出します。複数の SQL 文を一つの呼び出しで実行したい場合は :meth:`executescript` を使ってください。"
797808
798809#: ../../library/sqlite3.rst:621
799810msgid ""
@@ -817,7 +828,7 @@ msgstr ""
817828
818829#: ../../library/sqlite3.rst:638
819830msgid "*sql_script* can be an instance of :class:`str`."
820- msgstr ""
831+ msgstr "*sql_script* は :class:`str` のインスタンスです。 "
821832
822833#: ../../library/sqlite3.rst:647
823834msgid ""
@@ -918,6 +929,10 @@ msgid ""
918929" or when :meth:`executemany` is called, :attr:`lastrowid` is set to "
919930":const:`None`."
920931msgstr ""
932+ "この読み込み専用の属性は、最後に変更した row の rowid を提供します。この属性は、 :meth:`execute` メソッドを利用して "
933+ "``INSERT`` 文または ``REPLACE`` 文を実行したときのみ設定されます。 ``INSERT`` と ``REPLACE`` "
934+ "以外の操作や、 :meth:`executemany` メソッドを呼び出した場合は、 :attr:`lastrowid` は :const:`None`"
935+ " に設定されます。"
921936
922937#: ../../library/sqlite3.rst:706
923938msgid ""
@@ -927,7 +942,7 @@ msgstr ""
927942
928943#: ../../library/sqlite3.rst:709
929944msgid "Added support for the ``REPLACE`` statement."
930- msgstr ""
945+ msgstr "``REPLACE`` 文のサポートが追加されました。 "
931946
932947#: ../../library/sqlite3.rst:714
933948msgid ""
@@ -1012,7 +1027,7 @@ msgstr "例外"
10121027
10131028#: ../../library/sqlite3.rst:810
10141029msgid "A subclass of :exc:`Exception`."
1015- msgstr ""
1030+ msgstr ":exc:`Exception` のサブクラスです。 "
10161031
10171032#: ../../library/sqlite3.rst:814
10181033msgid ""
0 commit comments