7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.13\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2025-06-27 07:36 +0000\n "
10
+ "POT-Creation-Date : 2025-08-22 14:09 +0000\n "
11
11
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
12
12
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -622,11 +622,28 @@ msgstr ""
622
622
msgid "This will allow you to use the full Xcode suite of tools for debugging."
623
623
msgstr ""
624
624
625
- #: ../../using/ios.rst:376
625
+ #: ../../using/ios.rst:375
626
+ msgid ""
627
+ "The arguments used to run the test suite are defined as part of the test "
628
+ "plan. To modify the test plan, select the test plan node of the project tree "
629
+ "(it should be the first child of the root node), and select the "
630
+ "\" Configurations\" tab. Modify the \" Arguments Passed On Launch\" value to "
631
+ "change the testing arguments."
632
+ msgstr ""
633
+
634
+ #: ../../using/ios.rst:381
635
+ msgid ""
636
+ "The test plan also disables parallel testing, and specifies the use of the "
637
+ "``iOSTestbed.lldbinit`` file for providing configuration of the debugger. "
638
+ "The default debugger configuration disables automatic breakpoints on the "
639
+ "``SIGINT``, ``SIGUSR1``, ``SIGUSR2``, and ``SIGXFSZ`` signals."
640
+ msgstr ""
641
+
642
+ #: ../../using/ios.rst:387
626
643
msgid "App Store Compliance"
627
644
msgstr ""
628
645
629
- #: ../../using/ios.rst:378
646
+ #: ../../using/ios.rst:389
630
647
msgid ""
631
648
"The only mechanism for distributing apps to third-party iOS devices is to "
632
649
"submit the app to the iOS App Store; apps submitted for distribution must "
@@ -635,15 +652,15 @@ msgid ""
635
652
"problematic code."
636
653
msgstr ""
637
654
638
- #: ../../using/ios.rst:383
655
+ #: ../../using/ios.rst:394
639
656
msgid ""
640
657
"The Python standard library contains some code that is known to violate "
641
658
"these automated rules. While these violations appear to be false positives, "
642
659
"Apple's review rules cannot be challenged; so, it is necessary to modify the "
643
660
"Python standard library for an app to pass App Store review."
644
661
msgstr ""
645
662
646
- #: ../../using/ios.rst:388
663
+ #: ../../using/ios.rst:399
647
664
msgid ""
648
665
"The Python source tree contains :source:`a patch file <Mac/Resources/app-"
649
666
"store-compliance.patch>` that will remove all code that is known to cause "
0 commit comments