Skip to content

Commit 3510f0e

Browse files
sync with cpython ab8ffc48
1 parent 41499a2 commit 3510f0e

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

using/ios.po

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.13\n"
99
"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"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -622,11 +622,28 @@ msgstr ""
622622
msgid "This will allow you to use the full Xcode suite of tools for debugging."
623623
msgstr ""
624624

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
626643
msgid "App Store Compliance"
627644
msgstr ""
628645

629-
#: ../../using/ios.rst:378
646+
#: ../../using/ios.rst:389
630647
msgid ""
631648
"The only mechanism for distributing apps to third-party iOS devices is to "
632649
"submit the app to the iOS App Store; apps submitted for distribution must "
@@ -635,15 +652,15 @@ msgid ""
635652
"problematic code."
636653
msgstr ""
637654

638-
#: ../../using/ios.rst:383
655+
#: ../../using/ios.rst:394
639656
msgid ""
640657
"The Python standard library contains some code that is known to violate "
641658
"these automated rules. While these violations appear to be false positives, "
642659
"Apple's review rules cannot be challenged; so, it is necessary to modify the "
643660
"Python standard library for an app to pass App Store review."
644661
msgstr ""
645662

646-
#: ../../using/ios.rst:388
663+
#: ../../using/ios.rst:399
647664
msgid ""
648665
"The Python source tree contains :source:`a patch file <Mac/Resources/app-"
649666
"store-compliance.patch>` that will remove all code that is known to cause "

0 commit comments

Comments
 (0)