Skip to content

Commit d780ddb

Browse files
GitHub Action's update-translation jobm-aciek
andcommitted
Update translation from Transifex
Co-Authored-By: Maciej Olko <[email protected]>
1 parent e04f18c commit d780ddb

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
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.39%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18-
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.55%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
17+
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.40%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18+
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.56%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1919
![3 Translators](https://img.shields.io/badge/Translators-3-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.39%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-12.55%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.40%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-12.56%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1919
![3 tłumaczy](https://img.shields.io/badge/tłumaczy-3-0.svg)
2020
<!-- [[[end]]] -->
2121

library/functions.po

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Maciej Olko <[email protected]>, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.14\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-16 17:23+0000\n"
15+
"POT-Creation-Date: 2025-09-27 14:12+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Maciej Olko <[email protected]>, 2025\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -411,6 +412,10 @@ msgid ""
411412
"`int` object, it has to define an :meth:`~object.__index__` method that "
412413
"returns an integer. Some examples:"
413414
msgstr ""
415+
"Konwertuje liczbę całkowitą do binarnego ciągu znaków z prefiksem „0b”. "
416+
"Wynik jest poprawnym wyrażeniem Pythona. Jeśli *integer* nie jest pythonowym "
417+
"obiektem :class:`int`, musi definiować metodę :meth:`~object.__index__`, "
418+
"która zwraca liczbę całkowitą. Kilka przykładów:"
414419

415420
msgid ""
416421
"If the prefix \"0b\" is desired or not, you can use either of the following "
@@ -592,11 +597,17 @@ msgid ""
592597
"point. For example, ``chr(97)`` returns the string ``'a'``, while "
593598
"``chr(8364)`` returns the string ``'€'``. This is the inverse of :func:`ord`."
594599
msgstr ""
600+
"Zwraca ciąg znaków reprezentujący znak dla podanego punktu kodowego Unicode. "
601+
"Na przykład ``chr(97)`` zwraca ciąg znaków ``'a'``, a ``chr(8364)`` zwraca "
602+
"ciąg ``'€'``. Jest odwrotnością :func:`ord`."
595603

596604
msgid ""
597605
"The valid range for the argument is from 0 through 1,114,111 (0x10FFFF in "
598606
"base 16). :exc:`ValueError` will be raised if it is outside that range."
599607
msgstr ""
608+
"Poprawnym zakresem argumentu są wartości od 0 do 1 114 111 (0x10FFFF w "
609+
"systemie szesnastkowym). Dla wartości poza tym zakresem zostanie rzucony :"
610+
"exc:`ValueError`."
600611

601612
msgid "Transform a method into a class method."
602613
msgstr "Przekształca metodę w metodę klasową."
@@ -930,6 +941,8 @@ msgid ""
930941
"See also :meth:`complex.from_number` which only accepts a single numeric "
931942
"argument."
932943
msgstr ""
944+
"Zobacz też :meth:`complex.from_number`, która akceptuje tylko jeden argument "
945+
"numeryczny."
933946

934947
msgid "If all arguments are omitted, returns ``0j``."
935948
msgstr "Jeśli wszystkie argumenty zostaną pominięte, zwraca ``0j`` ."

0 commit comments

Comments
 (0)