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

Skip to content

Commit 7ee4a7b

Browse files
author
github-actions
committed
Merge 3.11 into 3.8
1 parent c4e89ba commit 7ee4a7b

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
@@ -960,14 +960,16 @@ msgstr ""
960960

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

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

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

10411046
#: ../../library/sqlite3.rst:726
10421047
msgid ""

0 commit comments

Comments
 (0)