Skip to content

Commit e7d2bba

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

File tree

5 files changed

+17
-21
lines changed

5 files changed

+17
-21
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/workflows/.github/workflow
1313
![{translators} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''')
1414
]]] -->
1515
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
16-
![Total Translation of Documentation](https://img.shields.io/badge/Total-4.42%25-0.svg)
16+
![Total Translation of Documentation](https://img.shields.io/badge/Total-4.41%25-0.svg)
1717
![24 Translators](https://img.shields.io/badge/Translators-24-0.svg)
1818
<!-- [[[end]]] -->
1919

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/workflows/.github/workflow
1313
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1414
]]] -->
1515
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
16-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.42%25-0.svg)
16+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.41%25-0.svg)
1717
![24 tłumaczy](https://img.shields.io/badge/tłumaczy-24-0.svg)
1818
<!-- [[[end]]] -->
1919

about.po

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2024, Python Software Foundation
2+
# Copyright (C) 2001-2025, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2021
87
# Maciej Olko <maciej.olko@gmail.com>, 2023
98
#
109
#, fuzzy
1110
msgid ""
1211
msgstr ""
1312
"Project-Id-Version: Python 3.13\n"
1413
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-12-13 14:18+0000\n"
14+
"POT-Creation-Date: 2025-01-03 14:16+0000\n"
1615
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1716
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2023\n"
1817
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -24,15 +23,14 @@ msgstr ""
2423
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
2524
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
2625

27-
msgid "About these documents"
28-
msgstr "O tej dokumentacji"
26+
msgid "About this documentation"
27+
msgstr ""
2928

3029
msgid ""
31-
"These documents are generated from `reStructuredText`_ sources by `Sphinx`_, "
32-
"a document processor specifically written for the Python documentation."
30+
"Python's documentation is generated from `reStructuredText`_ sources using "
31+
"`Sphinx`_, a documentation generator originally created for Python and now "
32+
"maintained as an independent project."
3333
msgstr ""
34-
"Dokumenty są wygenerowane ze źródeł `reStructuredText`_ przez `Sphinksa`_, "
35-
"procesor dokumentów napisany specjalnie dla dokumentacji Pythona."
3634

3735
msgid ""
3836
"Development of the documentation and its toolchain is an entirely volunteer "
@@ -50,10 +48,8 @@ msgstr "Ogromne podziękowania dla:"
5048

5149
msgid ""
5250
"Fred L. Drake, Jr., the creator of the original Python documentation toolset "
53-
"and writer of much of the content;"
51+
"and author of much of the content;"
5452
msgstr ""
55-
"Freda L. Drake'a, Jr., twórcy oryginalnego zestawu narzędzi dokumentacji "
56-
"Pythona i autora dużej części jej treści;"
5753

5854
msgid ""
5955
"the `Docutils <https://docutils.sourceforge.io/>`_ project for creating "
@@ -69,8 +65,8 @@ msgstr ""
6965
"Fredrika Lundha za jego projekt Alternative Python Reference, z którego "
7066
"Sphinx wziął wiele dobrych pomysłów."
7167

72-
msgid "Contributors to the Python Documentation"
73-
msgstr "Współtwórcy dokumentacji Pythona"
68+
msgid "Contributors to the Python documentation"
69+
msgstr ""
7470

7571
msgid ""
7672
"Many people have contributed to the Python language, the Python standard "

c-api/concrete.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-12-13 14:18+0000\n"
15+
"POT-Creation-Date: 2024-12-27 14:16+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1717
"Last-Translator: haaritsubaki, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

whatsnew/3.3.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2024, Python Software Foundation
2+
# Copyright (C) 2001-2025, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-12-13 14:18+0000\n"
16+
"POT-Creation-Date: 2025-01-03 14:16+0000\n"
1717
"PO-Revision-Date: 2021-06-29 13:04+0000\n"
1818
"Last-Translator: Stanislaw Ulbrych, 2024\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1533,8 +1533,8 @@ msgid "``-999999999999999999``"
15331533
msgstr ""
15341534

15351535
msgid ""
1536-
"In the context templates (:class:`~decimal.DefaultContext`, :class:`~decimal."
1537-
"BasicContext` and :class:`~decimal.ExtendedContext`) the magnitude of :attr:"
1536+
"In the context templates (:const:`~decimal.DefaultContext`, :const:`~decimal."
1537+
"BasicContext` and :const:`~decimal.ExtendedContext`) the magnitude of :attr:"
15381538
"`~decimal.Context.Emax` and :attr:`~decimal.Context.Emin` has changed to "
15391539
"``999999``."
15401540
msgstr ""

0 commit comments

Comments
 (0)