Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f3272f

Browse files
author
github-actions
committed
Merge 3.11 into 3.9
1 parent 47fa49c commit 7f3272f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

library/sqlite3.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,14 +958,16 @@ msgstr ""
958958

959959
#: ../../library/sqlite3.rst:678
960960
msgid "Close the cursor now (rather than whenever ``__del__`` is called)."
961-
msgstr ""
961+
msgstr "(``__del__`` が呼び出される時ではなく、) 今すぐカーソルを閉じます。"
962962

963963
#: ../../library/sqlite3.rst:680
964964
msgid ""
965965
"The cursor will be unusable from this point forward; a :exc:"
966966
"`ProgrammingError` exception will be raised if any operation is attempted "
967967
"with the cursor."
968968
msgstr ""
969+
"この時点から、このカーソルは使用できなくなります。今後、このカーソルで何らか"
970+
"の操作を試みると、 :exc:`ProgrammingError` 例外が送出されます。"
969971

970972
#: ../../library/sqlite3.rst:685
971973
msgid ""
@@ -1035,6 +1037,9 @@ msgid ""
10351037
"`fetchmany`. The default value is 1 which means a single row would be "
10361038
"fetched per call."
10371039
msgstr ""
1040+
"fetchmany によって返される行(row)数を制御する、読み取りと書き込みが可能な属"
1041+
"性。 デフォルト値は 1 で、これは呼び出しごとに 1 行が取得されることを意味しま"
1042+
"す。"
10381043

10391044
#: ../../library/sqlite3.rst:722
10401045
msgid ""

0 commit comments

Comments
 (0)