Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit305f5d3

Browse files
GitHub Action's update-translation jobm-aciek
GitHub Action's update-translation job
andcommitted
Update translation from Transifex
Co-Authored-By: Maciej Olko <maciej.olko@gmail.com>
1 parent95c1afb commit305f5d3

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

‎README.en.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-l
1313
![{translators} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''')
1414
]]]-->
1515
![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
16-
![Total Translation of Documentation](https://img.shields.io/badge/Total-5.628%25-0.svg)
17-
![2 Translators](https://img.shields.io/badge/Translators-2-0.svg)
16+
![Total Translation of Documentation](https://img.shields.io/badge/Total-5.635%25-0.svg)
17+
![3 Translators](https://img.shields.io/badge/Translators-3-0.svg)
1818
<!-- [[[end]]]-->
1919

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

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-l
1313
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1414
]]]-->
1515
![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
16-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-5.628%25-0.svg)
17-
![2 tłumaczy](https://img.shields.io/badge/tłumaczy-2-0.svg)
16+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-5.635%25-0.svg)
17+
![3 tłumaczy](https://img.shields.io/badge/tłumaczy-3-0.svg)
1818
<!-- [[[end]]]-->
1919

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

‎library/functions.po‎

Lines changed: 13 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 <maciej.olko@gmail.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version:Python 3.13\n"
1314
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-15 15:19+0000\n"
15+
"POT-Creation-Date:2025-09-27 14:56+0000\n"
1516
"PO-Revision-Date:2025-09-15 01:04+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Maciej Olko <maciej.olko@gmail.com>, 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ą."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp