Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9b1e28

Browse files
GitHub Action's update-translation jobm-aciek
authored andcommitted
Update translation from Transifex
1 parent 3c22e88 commit c9b1e28

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1616
]]] -->
1717
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
1818
![48.91% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-48.91%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-2.81%25-0.svg)
20-
![19 tłumaczy](https://img.shields.io/badge/tłumaczy-19-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-2.82%25-0.svg)
20+
![20 tłumaczy](https://img.shields.io/badge/tłumaczy-20-0.svg)
2121
<!-- [[[end]]] -->
2222

2323
Jeśli znalazłeś(-aś) błąd lub masz sugestię,

c-api/allocation.po

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Waldemar Stoczkowski, 2023
8+
# haaritsubaki, 2023
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.12\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-08-11 14:13+0000\n"
15+
"POT-Creation-Date: 2023-08-18 14:13+0000\n"
1516
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
16-
"Last-Translator: Waldemar Stoczkowski, 2023\n"
17+
"Last-Translator: haaritsubaki, 2023\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"
@@ -24,7 +25,7 @@ msgstr ""
2425
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
2526

2627
msgid "Allocating Objects on the Heap"
27-
msgstr ""
28+
msgstr "Przydzielanie obiektów na stercie"
2829

2930
msgid ""
3031
"Initialize a newly allocated object *op* with its type and initial "
@@ -33,6 +34,12 @@ msgid ""
3334
"detector's set of observed objects. Other fields of the object are not "
3435
"affected."
3536
msgstr ""
37+
"Inicjalizacja nowo przydzielonego obiektu o nazwie *op*, określa jego typ "
38+
"oraz początkowe odniesienie. Funkcja zwraca zainicjowany obiekt. Jeżeli "
39+
"wartość *type* wskazuje, że obiekt bierze udział w detekcji cyklicznych "
40+
"zbędnych danych \"garbage detector\", to zostaje on dodany do zbioru "
41+
"obiektów obserwowanych przez detektor. Pozostałe pola obiektu pozostają "
42+
"niezmienione."
3643

3744
msgid ""
3845
"This does everything :c:func:`PyObject_Init` does, and also initializes the "

0 commit comments

Comments
 (0)