7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.10\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2022-08-01 00:18 +0000\n "
10
+ "POT-Creation-Date : 2022-08-04 00:16 +0000\n "
11
11
"PO-Revision-Date : 2018-05-23 16:10+0000\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -301,17 +301,16 @@ msgstr ""
301
301
msgid ""
302
302
"The :attr:`~Connection.isolation_level` of the connection, controlling "
303
303
"whether and how transactions are implicitly opened. Can be ``\" DEFERRED\" `` "
304
- "(default), ``\" EXCLUSIVE\" `` or ``\" IMMEDIATE\" ``; or :const:` None` to "
305
- "disable opening transactions implicitly. See :ref:`sqlite3-controlling-"
306
- "transactions` for more."
304
+ "(default), ``\" EXCLUSIVE\" `` or ``\" IMMEDIATE\" ``; or `` None`` to disable "
305
+ "opening transactions implicitly. See :ref:`sqlite3-controlling-transactions` "
306
+ "for more."
307
307
msgstr ""
308
308
309
309
#: ../../library/sqlite3.rst:301
310
310
msgid ""
311
- "If :const:`True` (default), only the creating thread may use the connection. "
312
- "If :const:`False`, the connection may be shared across multiple threads; if "
313
- "so, write operations should be serialized by the user to avoid data "
314
- "corruption."
311
+ "If ``True`` (default), only the creating thread may use the connection. If "
312
+ "``False``, the connection may be shared across multiple threads; if so, "
313
+ "write operations should be serialized by the user to avoid data corruption."
315
314
msgstr ""
316
315
317
316
#: ../../library/sqlite3.rst:308
@@ -328,7 +327,7 @@ msgstr ""
328
327
329
328
#: ../../library/sqlite3.rst:319
330
329
msgid ""
331
- "If set to :const:` True`, *database* is interpreted as a :abbr:`URI (Uniform "
330
+ "If set to `` True` `, *database* is interpreted as a :abbr:`URI (Uniform "
332
331
"Resource Identifier)` with a file path and an optional query string. The "
333
332
"scheme part *must* be ``\" file:\" ``, and the path can be relative or "
334
333
"absolute. The query string allows passing parameters to SQLite, enabling "
@@ -390,10 +389,10 @@ msgstr ""
390
389
391
390
#: ../../library/sqlite3.rst:369
392
391
msgid ""
393
- "Returns :const:` True` if the string *statement* contains one or more "
394
- "complete SQL statements terminated by semicolons. It does not verify that "
395
- "the SQL is syntactically correct, only that there are no unclosed string "
396
- "literals and the statement is terminated by a semicolon."
392
+ "Returns `` True`` if the string *statement* contains one or more complete SQL "
393
+ "statements terminated by semicolons. It does not verify that the SQL is "
394
+ "syntactically correct, only that there are no unclosed string literals and "
395
+ "the statement is terminated by a semicolon."
397
396
msgstr ""
398
397
399
398
#: ../../library/sqlite3.rst:374
@@ -407,7 +406,7 @@ msgid ""
407
406
"tracebacks in user-defined functions, aggregates, converters, authorizer "
408
407
"callbacks etc. If you want to debug them, you can call this function with "
409
408
"*flag* set to ``True``. Afterwards, you will get tracebacks from callbacks "
410
- "on ``sys.stderr``. Use :const:` False` to disable the feature again."
409
+ "on ``sys.stderr``. Use `` False` ` to disable the feature again."
411
410
msgstr ""
412
411
413
412
#: ../../library/sqlite3.rst:393
@@ -436,11 +435,11 @@ msgstr ""
436
435
#: ../../library/sqlite3.rst:411
437
436
msgid ""
438
437
"This attribute controls the :ref:`transaction handling <sqlite3-controlling-"
439
- "transactions>` performed by ``sqlite3``. If set to :const:` None`, "
440
- "transactions are never implicitly opened. If set to one of ``\" DEFERRED\" ``, "
441
- "`` \" IMMEDIATE \" ``, or ``\" EXCLUSIVE\" ``, corresponding to the underlying "
442
- "`SQLite transaction behaviour`_, implicit :ref:`transaction management "
443
- "<sqlite3- controlling-transactions>` is performed."
438
+ "transactions>` performed by ``sqlite3``. If set to `` None``, transactions "
439
+ "are never implicitly opened. If set to one of ``\" DEFERRED\" ``, `` \" IMMEDIATE "
440
+ "\" ``, or ``\" EXCLUSIVE\" ``, corresponding to the underlying `SQLite "
441
+ "transaction behaviour`_, implicit :ref:`transaction management <sqlite3- "
442
+ "controlling-transactions>` is performed."
444
443
msgstr ""
445
444
446
445
#: ../../library/sqlite3.rst:419
@@ -457,8 +456,8 @@ msgstr ""
457
456
458
457
#: ../../library/sqlite3.rst:427
459
458
msgid ""
460
- ":const:` True` if a transaction is active (there are uncommitted changes), : "
461
- "const:` False` otherwise."
459
+ "`` True`` if a transaction is active (there are uncommitted changes), "
460
+ "`` False` ` otherwise."
462
461
msgstr ""
463
462
464
463
#: ../../library/sqlite3.rst:434
@@ -523,14 +522,14 @@ msgstr ""
523
522
msgid ""
524
523
"A callable that is called when the SQL function is invoked. The callable "
525
524
"must return :ref:`a type natively supported by SQLite <sqlite3-types>`. Set "
526
- "to :const:` None` to remove an existing SQL function."
525
+ "to `` None` ` to remove an existing SQL function."
527
526
msgstr ""
528
527
529
528
#: ../../library/sqlite3.rst:494
530
529
msgid ""
531
- "If :const:` True`, the created SQL function is marked as `deterministic "
532
- "<https:// sqlite.org/deterministic.html>`_, which allows SQLite to perform "
533
- "additional optimizations."
530
+ "If `` True`` , the created SQL function is marked as `deterministic <https:// "
531
+ "sqlite.org/deterministic.html>`_, which allows SQLite to perform additional "
532
+ "optimizations."
534
533
msgstr ""
535
534
536
535
#: ../../library/sqlite3.rst:0
@@ -570,7 +569,7 @@ msgid ""
570
569
"the aggregate. * ``finalize()``: Return the final result of the aggregate "
571
570
"as :ref:`a type natively supported by SQLite <sqlite3-types>`. The number "
572
571
"of arguments that the ``step()`` method must accept is controlled by "
573
- "*n_arg*. Set to :const:` None` to remove an existing SQL aggregate function."
572
+ "*n_arg*. Set to `` None` ` to remove an existing SQL aggregate function."
574
573
msgstr ""
575
574
576
575
#: ../../library/sqlite3.rst:525
@@ -594,7 +593,7 @@ msgid ""
594
593
msgstr ""
595
594
596
595
#: ../../library/sqlite3.rst:534
597
- msgid "Set to :const:` None` to remove an existing SQL aggregate function."
596
+ msgid "Set to `` None` ` to remove an existing SQL aggregate function."
598
597
msgstr ""
599
598
600
599
#: ../../library/sqlite3.rst:544
@@ -621,7 +620,7 @@ msgid "The following example shows a reverse sorting collation:"
621
620
msgstr ""
622
621
623
622
#: ../../library/sqlite3.rst:556
624
- msgid "Remove a collation function by setting *callable* to :const:` None`."
623
+ msgid "Remove a collation function by setting *callable* to `` None` `."
625
624
msgstr ""
626
625
627
626
#: ../../library/sqlite3.rst:561
@@ -643,12 +642,11 @@ msgstr ""
643
642
#: ../../library/sqlite3.rst:575
644
643
msgid ""
645
644
"The first argument to the callback signifies what kind of operation is to be "
646
- "authorized. The second and third argument will be arguments or :const:` None` "
645
+ "authorized. The second and third argument will be arguments or `` None` ` "
647
646
"depending on the first argument. The 4th argument is the name of the "
648
647
"database (\" main\" , \" temp\" , etc.) if applicable. The 5th argument is the "
649
648
"name of the inner-most trigger or view that is responsible for the access "
650
- "attempt or :const:`None` if this access attempt is directly from input SQL "
651
- "code."
649
+ "attempt or ``None`` if this access attempt is directly from input SQL code."
652
650
msgstr ""
653
651
654
652
#: ../../library/sqlite3.rst:582
@@ -670,7 +668,7 @@ msgstr ""
670
668
#: ../../library/sqlite3.rst:594
671
669
msgid ""
672
670
"If you want to clear any previously installed progress handler, call the "
673
- "method with :const:` None` for *progress_handler*."
671
+ "method with `` None` ` for *progress_handler*."
674
672
msgstr ""
675
673
676
674
#: ../../library/sqlite3.rst:597
@@ -697,8 +695,7 @@ msgid ""
697
695
msgstr ""
698
696
699
697
#: ../../library/sqlite3.rst:615
700
- msgid ""
701
- "Passing :const:`None` as *trace_callback* will disable the trace callback."
698
+ msgid "Passing ``None`` as *trace_callback* will disable the trace callback."
702
699
msgstr ""
703
700
704
701
#: ../../library/sqlite3.rst:618
@@ -711,7 +708,7 @@ msgstr ""
711
708
#: ../../library/sqlite3.rst:628
712
709
msgid ""
713
710
"Enable the SQLite engine to load SQLite extensions from shared libraries if "
714
- "*enabled* is :const:` True`; else, disallow loading SQLite extensions. SQLite "
711
+ "*enabled* is `` True` `; else, disallow loading SQLite extensions. SQLite "
715
712
"extensions can define new functions, aggregates or whole new virtual table "
716
713
"implementations. One well-known extension is the fulltext-search extension "
717
714
"distributed with SQLite."
@@ -823,8 +820,8 @@ msgstr ""
823
820
msgid ""
824
821
"If set to a callable, it is invoked with three integer arguments for every "
825
822
"backup iteration: the *status* of the last iteration, the *remaining* number "
826
- "of pages still to be copied, and the *total* number of pages. Defaults to : "
827
- "const:` None`."
823
+ "of pages still to be copied, and the *total* number of pages. Defaults to "
824
+ "`` None` `."
828
825
msgstr ""
829
826
830
827
#: ../../library/sqlite3.rst:750
@@ -888,7 +885,7 @@ msgstr ""
888
885
889
886
#: ../../library/sqlite3.rst:828
890
887
msgid ""
891
- "If :attr:`~Connection.isolation_level` is not :const:` None`, *sql* is an "
888
+ "If :attr:`~Connection.isolation_level` is not `` None` `, *sql* is an "
892
889
"``INSERT``, ``UPDATE``, ``DELETE``, or ``REPLACE`` statement, and there is "
893
890
"no open transaction, a transaction is implicitly opened before executing "
894
891
"*sql*."
@@ -917,8 +914,8 @@ msgstr ""
917
914
918
915
#: ../../library/sqlite3.rst:875
919
916
msgid ""
920
- "Fetch the next row of a query result set as a :class:`tuple`. Return :const: "
921
- "`None` if no more data is available."
917
+ "Fetch the next row of a query result set as a :class:`tuple`. Return "
918
+ "`` None` ` if no more data is available."
922
919
msgstr ""
923
920
924
921
#: ../../library/sqlite3.rst:881
@@ -980,8 +977,8 @@ msgid ""
980
977
"only updated after successful ``INSERT`` or ``REPLACE`` statements using "
981
978
"the :meth:`execute` method. For other statements, after :meth:`executemany` "
982
979
"or :meth:`executescript`, or if the insertion failed, the value of "
983
- "``lastrowid`` is left unchanged. The initial value of ``lastrowid`` is : "
984
- "const:` None`."
980
+ "``lastrowid`` is left unchanged. The initial value of ``lastrowid`` is "
981
+ "`` None` `."
985
982
msgstr ""
986
983
987
984
#: ../../library/sqlite3.rst:935
@@ -1003,7 +1000,7 @@ msgstr ""
1003
1000
msgid ""
1004
1001
"Read-only attribute that provides the column names of the last query. To "
1005
1002
"remain compatible with the Python DB API, it returns a 7-tuple for each "
1006
- "column where the last six items of each tuple are :const:` None`."
1003
+ "column where the last six items of each tuple are `` None` `."
1007
1004
msgstr ""
1008
1005
1009
1006
#: ../../library/sqlite3.rst:951
@@ -1142,9 +1139,9 @@ msgstr ""
1142
1139
#: ../../library/sqlite3.rst:1108
1143
1140
msgid ""
1144
1141
"Exception raised in case a method or database API is not supported by the "
1145
- "underlying SQLite library. For example, setting *deterministic* to :const: "
1146
- "`True` in :meth:`~Connection.create_function`, if the underlying SQLite "
1147
- "library does not support deterministic functions. ``NotSupportedError`` is a "
1142
+ "underlying SQLite library. For example, setting *deterministic* to ``True`` "
1143
+ "in :meth:`~Connection.create_function`, if the underlying SQLite library "
1144
+ "does not support deterministic functions. ``NotSupportedError`` is a "
1148
1145
"subclass of :exc:`DatabaseError`."
1149
1146
msgstr ""
1150
1147
@@ -1172,8 +1169,8 @@ msgid "SQLite type"
1172
1169
msgstr ""
1173
1170
1174
1171
#: ../../library/sqlite3.rst:1128 ../../library/sqlite3.rst:1145
1175
- msgid ":const:` None`"
1176
- msgstr ":const:`None` "
1172
+ msgid "`` None` `"
1173
+ msgstr ""
1177
1174
1178
1175
#: ../../library/sqlite3.rst:1128 ../../library/sqlite3.rst:1145
1179
1176
msgid "``NULL``"
@@ -1484,8 +1481,8 @@ msgstr ""
1484
1481
1485
1482
#: ../../library/sqlite3.rst:1430
1486
1483
msgid ""
1487
- "If the connection attribute :attr:`~Connection.isolation_level` is not : "
1488
- "const:` None`, new transactions are implicitly opened before :meth:`~Cursor."
1484
+ "If the connection attribute :attr:`~Connection.isolation_level` is not "
1485
+ "`` None` `, new transactions are implicitly opened before :meth:`~Cursor."
1489
1486
"execute` and :meth:`~Cursor.executemany` executes ``INSERT``, ``UPDATE``, "
1490
1487
"``DELETE``, or ``REPLACE`` statements. Use the :meth:`~Connection.commit` "
1491
1488
"and :meth:`~Connection.rollback` methods to respectively commit and roll "
@@ -1497,9 +1494,9 @@ msgstr ""
1497
1494
1498
1495
#: ../../library/sqlite3.rst:1442
1499
1496
msgid ""
1500
- "If :attr:`~Connection.isolation_level` is set to :const:` None`, no "
1501
- "transactions are implicitly opened at all. This leaves the underlying SQLite "
1502
- "library in `autocommit mode`_, but also allows the user to perform their own "
1497
+ "If :attr:`~Connection.isolation_level` is set to `` None`` , no transactions "
1498
+ "are implicitly opened at all. This leaves the underlying SQLite library in "
1499
+ "`autocommit mode`_, but also allows the user to perform their own "
1503
1500
"transaction handling using explicit SQL statements. The underlying SQLite "
1504
1501
"library autocommit mode can be queried using the :attr:`~Connection."
1505
1502
"in_transaction` attribute."
@@ -1518,5 +1515,8 @@ msgid ""
1518
1515
"statements. This is no longer the case."
1519
1516
msgstr ""
1520
1517
1518
+ #~ msgid ":const:`None`"
1519
+ #~ msgstr ":const:`None`"
1520
+
1521
1521
#~ msgid "Footnotes"
1522
1522
#~ msgstr "註解"
0 commit comments