Skip to content

Commit b492510

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 79aa5c1 commit b492510

File tree

9 files changed

+236
-95
lines changed

9 files changed

+236
-95
lines changed

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1313
]]] -->
1414
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
1515
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.42%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
16-
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.57%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
16+
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.56%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1717
<!-- [[[end]]] -->
1818

1919
*Przeczytaj to w innym języku: [polski](README.md)*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1313
]]] -->
1414
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
1515
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.42%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
16-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.57%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
16+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.56%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1717
<!-- [[[end]]] -->
1818

1919
*Read this in another language: [English](README.en.md)*

c-api/init.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-11 14:18+0000\n"
14+
"POT-Creation-Date: 2025-10-01 14:15+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1629,6 +1629,11 @@ msgid ""
16291629
"extensions should use to store interpreter-specific state information."
16301630
msgstr ""
16311631

1632+
msgid ""
1633+
"The returned dictionary is borrowed from the interpreter and is valid until "
1634+
"interpreter shutdown."
1635+
msgstr ""
1636+
16321637
msgid "Type of a frame evaluation function."
16331638
msgstr ""
16341639

library/dis.po

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-29 14:15+0000\n"
14+
"POT-Creation-Date: 2025-10-01 14:15+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -984,10 +984,6 @@ msgstr ""
984984
msgid "Pushes ``co_consts[consti]`` onto the stack."
985985
msgstr ""
986986

987-
msgid ""
988-
"Works as :opcode:`LOAD_CONST`, but is more efficient for immortal objects."
989-
msgstr ""
990-
991987
msgid ""
992988
"Pushes the integer ``i`` onto the stack. ``i`` must be in ``range(256)``"
993989
msgstr ""
@@ -1438,7 +1434,7 @@ msgstr ""
14381434

14391435
msgid ""
14401436
"Pushes a ``NULL`` to the stack. Used in the call sequence to match the "
1441-
"``NULL`` pushed by :opcode:`LOAD_METHOD` for non-method calls."
1437+
"``NULL`` pushed by :opcode:`!LOAD_METHOD` for non-method calls."
14421438
msgstr ""
14431439

14441440
msgid ""
@@ -1810,6 +1806,10 @@ msgid ""
18101806
"``SETUP_CLEANUP`` or ``SETUP_WITH``."
18111807
msgstr ""
18121808

1809+
msgid ""
1810+
"Works as :opcode:`LOAD_CONST`, but is more efficient for immortal objects."
1811+
msgstr ""
1812+
18131813
msgid ""
18141814
"Undirected relative jump instructions which are replaced by their directed "
18151815
"(forward/backward) counterparts by the assembler."
@@ -1832,11 +1832,6 @@ msgstr ""
18321832
msgid "This opcode is now a pseudo-instruction."
18331833
msgstr ""
18341834

1835-
msgid ""
1836-
"Optimized unbound method lookup. Emitted as a ``LOAD_ATTR`` opcode with a "
1837-
"flag set in the arg."
1838-
msgstr ""
1839-
18401835
msgid "Opcode collections"
18411836
msgstr ""
18421837

sphinx.po

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-16 17:23+0000\n"
14+
"POT-Creation-Date: 2025-10-01 14:15+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -63,23 +63,6 @@ msgstr "Spakowane jako .zip"
6363
msgid "Packed as .tar.bz2"
6464
msgstr "Spakowane jako .tar.bz2"
6565

66-
msgid "PDF"
67-
msgstr "PDF"
68-
69-
msgid ""
70-
"<a href=\"%(dl_base)s/python-%(dl_version)s-docs-pdf-a4.zip\">Download</a> "
71-
"(ca. %(download_size)s MiB)"
72-
msgstr ""
73-
"<a href=\"%(dl_base)s/python-%(dl_version)s-docs-pdf-a4.zip\">Pobierz</a> "
74-
"(ok. %(download_size)s MiB)"
75-
76-
msgid ""
77-
"<a href=\"%(dl_base)s/python-%(dl_version)s-docs-pdf-a4.tar.bz2\">Download</"
78-
"a> (ca. %(download_size)s MiB)"
79-
msgstr ""
80-
"<a href=\"%(dl_base)s/python-%(dl_version)s-docs-pdf-a4.tar.bz2\">Pobierz</"
81-
"a> (ok. %(download_size)s MiB)"
82-
8366
msgid "HTML"
8467
msgstr "HTML"
8568

@@ -144,6 +127,16 @@ msgstr ""
144127
msgid "These archives contain all the content in the documentation."
145128
msgstr "Archiwa te zawierają całą zawartość dokumentacji."
146129

130+
msgid ""
131+
"\n"
132+
"We no longer provide pre-built PDFs of the documentation.\n"
133+
"To build a PDF archive, follow the instructions in the\n"
134+
"<a href=\"https://devguide.python.org/documentation/start-documenting/"
135+
"#building-the-documentation\">Developer's Guide</a>\n"
136+
"and run <code>make dist-pdf</code> in the <code>Doc/</code> directory of a "
137+
"copy of the CPython repository.\n"
138+
msgstr ""
139+
147140
msgid "Unpacking"
148141
msgstr "Rozpakowywanie"
149142

using/ios.po

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-29 14:15+0000\n"
14+
"POT-Creation-Date: 2025-10-01 14:15+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -478,7 +478,11 @@ msgid ""
478478
"submit the app to the iOS App Store; apps submitted for distribution must "
479479
"pass Apple's app review process. This process includes a set of automated "
480480
"validation rules that inspect the submitted application bundle for "
481-
"problematic code."
481+
"problematic code. There are some steps that must be taken to ensure that "
482+
"your app will be able to pass these validation steps."
483+
msgstr ""
484+
485+
msgid "Incompatible code in the standard library"
482486
msgstr ""
483487

484488
msgid ""
@@ -494,3 +498,23 @@ msgid ""
494498
"issues with the App Store review process. This patch is applied "
495499
"automatically when building for iOS."
496500
msgstr ""
501+
502+
msgid "Privacy manifests"
503+
msgstr ""
504+
505+
msgid ""
506+
"In April 2025, Apple introduced a requirement for `certain third-party "
507+
"libraries to provide a Privacy Manifest <https://developer.apple.com/support/"
508+
"third-party-SDK-requirements>`__. As a result, if you have a binary module "
509+
"that uses one of the affected libraries, you must provide an ``.xcprivacy`` "
510+
"file for that library. OpenSSL is one library affected by this requirement, "
511+
"but there are others."
512+
msgstr ""
513+
514+
msgid ""
515+
"If you produce a binary module named ``mymodule.so``, and use you the Xcode "
516+
"build script described in step 7 above, you can place a ``mymodule."
517+
"xcprivacy`` file next to ``mymodule.so``, and the privacy manifest will be "
518+
"installed into the required location when the binary module is converted "
519+
"into a framework."
520+
msgstr ""

0 commit comments

Comments
 (0)