Skip to content

Commit f991bea

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent bb12121 commit f991bea

28 files changed

+255
-251
lines changed

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1414
![{translators} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''')
1515
]]] -->
1616
[![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)
17-
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.74%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18-
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-11.70%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
17+
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.75%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18+
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-11.98%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1919
![24 Translators](https://img.shields.io/badge/Translators-24-0.svg)
2020
<!-- [[[end]]] -->
2121

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1414
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1515
]]] -->
1616
[![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)
17-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.74%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-11.70%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
17+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.75%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-11.98%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1919
![24 tłumaczy](https://img.shields.io/badge/tłumaczy-24-0.svg)
2020
<!-- [[[end]]] -->
2121

c-api/exceptions.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -943,13 +943,13 @@ msgid ":exc:`BaseException`"
943943
msgstr ":exc:`BaseException`"
944944

945945
msgid "[1]_"
946-
msgstr ""
946+
msgstr "[1]_"
947947

948948
msgid ":c:data:`PyExc_BaseExceptionGroup`"
949-
msgstr ""
949+
msgstr ":c:data:`PyExc_BaseExceptionGroup`"
950950

951951
msgid ":exc:`BaseExceptionGroup`"
952-
msgstr ""
952+
msgstr ":exc:`BaseExceptionGroup`"
953953

954954
msgid ":c:data:`PyExc_Exception`"
955955
msgstr ":c:data:`PyExc_Exception`"
@@ -1287,7 +1287,7 @@ msgid ":c:data:`PyExc_ModuleNotFoundError`."
12871287
msgstr ":c:data:`PyExc_ModuleNotFoundError`."
12881288

12891289
msgid ":c:data:`PyExc_BaseExceptionGroup`."
1290-
msgstr ""
1290+
msgstr ":c:data:`PyExc_BaseExceptionGroup`."
12911291

12921292
msgid "These are compatibility aliases to :c:data:`PyExc_OSError`:"
12931293
msgstr ""
@@ -1354,10 +1354,10 @@ msgid ":exc:`DeprecationWarning`"
13541354
msgstr ":exc:`DeprecationWarning`"
13551355

13561356
msgid ":c:data:`PyExc_EncodingWarning`"
1357-
msgstr ""
1357+
msgstr ":c:data:`PyExc_EncodingWarning`"
13581358

13591359
msgid ":exc:`EncodingWarning`"
1360-
msgstr ""
1360+
msgstr ":exc:`EncodingWarning`"
13611361

13621362
msgid ":c:data:`PyExc_FutureWarning`"
13631363
msgstr ":c:data:`PyExc_FutureWarning`"
@@ -1411,7 +1411,7 @@ msgid ":c:data:`PyExc_ResourceWarning`."
14111411
msgstr ":c:data:`PyExc_ResourceWarning`."
14121412

14131413
msgid ":c:data:`PyExc_EncodingWarning`."
1414-
msgstr ""
1414+
msgstr ":c:data:`PyExc_EncodingWarning`."
14151415

14161416
msgid "This is a base class for other standard warning categories."
14171417
msgstr ""

c-api/object.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-06-13 14:21+0000\n"
16+
"POT-Creation-Date: 2025-06-20 14:21+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1818
"Last-Translator: Stan Ulbrych, 2025\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -797,7 +797,7 @@ msgid "repr"
797797
msgstr ""
798798

799799
msgid "ascii"
800-
msgstr ""
800+
msgstr "ascii"
801801

802802
msgid "string"
803803
msgstr "ciąg znaków"

library/audit_events.po

Lines changed: 9 additions & 9 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-06-13 14:21+0000\n"
14+
"POT-Creation-Date: 2025-06-20 14:21+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
1616
"Last-Translator: Stan Ulbrych, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -55,42 +55,42 @@ msgid "Arguments"
5555
msgstr ""
5656

5757
msgid "_winapi.CreateFile"
58-
msgstr ""
58+
msgstr "_winapi.CreateFile"
5959

6060
msgid ""
6161
"``file_name``, ``desired_access``, ``share_mode``, ``creation_disposition``, "
6262
"``flags_and_attributes``"
6363
msgstr ""
6464

6565
msgid "_winapi.CreateJunction"
66-
msgstr ""
66+
msgstr "_winapi.CreateJunction"
6767

6868
msgid "``src_path``, ``dst_path``"
6969
msgstr ""
7070

7171
msgid "_winapi.CreateNamedPipe"
72-
msgstr ""
72+
msgstr "_winapi.CreateNamedPipe"
7373

7474
msgid "``name``, ``open_mode``, ``pipe_mode``"
7575
msgstr ""
7676

7777
msgid "_winapi.CreatePipe"
78-
msgstr ""
78+
msgstr "_winapi.CreatePipe"
7979

8080
msgid "_winapi.CreateProcess"
81-
msgstr ""
81+
msgstr "_winapi.CreateProcess"
8282

8383
msgid "``application_name``, ``command_line``, ``current_directory``"
8484
msgstr ""
8585

8686
msgid "_winapi.OpenProcess"
87-
msgstr ""
87+
msgstr "_winapi.OpenProcess"
8888

8989
msgid "``process_id``, ``desired_access``"
9090
msgstr ""
9191

9292
msgid "_winapi.TerminateProcess"
93-
msgstr ""
93+
msgstr "_winapi.TerminateProcess"
9494

9595
msgid "``handle``, ``exit_code``"
9696
msgstr ""
@@ -102,7 +102,7 @@ msgid "``exec_list``, ``args``, ``env``"
102102
msgstr ""
103103

104104
msgid "ctypes.PyObj_FromPtr"
105-
msgstr ""
105+
msgstr "ctypes.PyObj_FromPtr"
106106

107107
msgid "``obj``"
108108
msgstr "``obj``"

0 commit comments

Comments
 (0)