Skip to content

Commit 44367c7

Browse files
GitHub Action's update-translation jobrffontenelle
andcommitted
Update translation from Transifex
Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com>
1 parent cad9e31 commit 44367c7

File tree

344 files changed

+16068
-141434
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

344 files changed

+16068
-141434
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-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-79.421%25-0.svg)
16+
![Total Translation of Documentation](https://img.shields.io/badge/Total-12.771%25-0.svg)
1717
![2 Translators](https://img.shields.io/badge/Translators-2-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/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ść-79.421%25-0.svg)
16+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-12.771%25-0.svg)
1717
![2 tłumaczy](https://img.shields.io/badge/tłumaczy-2-0.svg)
1818
<!-- [[[end]]] -->
1919

about.po

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ msgid ""
3131
"`Sphinx`_, a documentation generator originally created for Python and now "
3232
"maintained as an independent project."
3333
msgstr ""
34-
"Dokumentacja Pythona jest generowana ze źródeł `reStructuredText`_ przy "
35-
"użyciu generatora dokumentacji `Sphinx`_, pierwotnie stworzonego dla "
36-
"Pythona, a obecnie utrzymywanego jako niezależny projekt."
3734

3835
msgid ""
3936
"Development of the documentation and its toolchain is an entirely volunteer "
@@ -53,8 +50,6 @@ msgid ""
5350
"Fred L. Drake, Jr., the creator of the original Python documentation toolset "
5451
"and author of much of the content;"
5552
msgstr ""
56-
"Freda L. Drake'a, Jr, twórcy oryginalnego zestawu narzędzi dokumentacyjnych "
57-
"Pythona i autora większości treści;"
5853

5954
msgid ""
6055
"the `Docutils <https://docutils.sourceforge.io/>`_ project for creating "

c-api/allocation.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ msgstr ""
9090
"wskaźnik do tego obiektu."
9191

9292
msgid ":ref:`moduleobjects`"
93-
msgstr ":ref:`moduleobjects`"
93+
msgstr ""
9494

9595
msgid "To allocate and create extension modules."
9696
msgstr "Przydzielanie i tworzenie modułów rozszerzeń."

c-api/arg.po

Lines changed: 45 additions & 402 deletions
Large diffs are not rendered by default.

c-api/bool.po

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,11 @@ msgid ""
3232
"normal creation and deletion functions don't apply to booleans. The "
3333
"following macros are available, however."
3434
msgstr ""
35-
"Логические значения в Python реализованы как подкласс целых чисел. "
36-
"Существует только два логических значения :c:data:`Py_False` и :c:data:"
37-
"`Py_True`. Таким образом, обычные функции создания и удаления не "
38-
"применяются к логическим значениям. Однако доступны следующие макросы."
3935

4036
msgid ""
4137
"This instance of :c:type:`PyTypeObject` represents the Python boolean type; "
4238
"it is the same object as :class:`bool` in the Python layer."
4339
msgstr ""
44-
"Этот экземпляр :c:type:`PyTypeObject` представляет логический тип Python; "
45-
"это тот же объект, что и :class:`bool` на уровне Python."
4640

4741
msgid ""
4842
"Return true if *o* is of type :c:data:`PyBool_Type`. This function always "
@@ -55,8 +49,6 @@ msgid ""
5549
"The Python ``False`` object. This object has no methods and is :term:"
5650
"`immortal`."
5751
msgstr ""
58-
"Объект Python ``False`` . Этот объект не имеет методов и является :term:"
59-
"`immortal`."
6052

6153
msgid ":c:data:`Py_False` is :term:`immortal`."
6254
msgstr ":c:data:`Py_False` jest :term:`immortal`."
@@ -65,21 +57,17 @@ msgid ""
6557
"The Python ``True`` object. This object has no methods and is :term:"
6658
"`immortal`."
6759
msgstr ""
68-
"Объект Python ``True`` . Этот объект не имеет методов и является :term:"
69-
"`immortal`."
7060

7161
msgid ":c:data:`Py_True` is :term:`immortal`."
72-
msgstr ":c:data:`Py_True` это :term:`immortal`."
62+
msgstr ""
7363

7464
msgid "Return :c:data:`Py_False` from a function."
75-
msgstr "Возвращает :c:data:`Py_False` из функции."
65+
msgstr ""
7666

7767
msgid "Return :c:data:`Py_True` from a function."
78-
msgstr "Возвращает :c:data:`Py_True` из функции."
68+
msgstr ""
7969

8070
msgid ""
8171
"Return :c:data:`Py_True` or :c:data:`Py_False`, depending on the truth value "
8272
"of *v*."
8373
msgstr ""
84-
"Возвращает :c:data:`Py_True` или :c:data:`Py_False`, в зависимости от "
85-
"логического значения *v*."

0 commit comments

Comments
 (0)