Skip to content

Commit f117feb

Browse files
committed
Update translation from Transifex
1 parent e36c8bc commit f117feb

3 files changed

Lines changed: 16 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Polskie tłumaczenie dokumentacji Pythona
22
========================================
33
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg)
4-
![36.26% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-36.26%25-0.svg)
4+
![36.41% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-36.41%25-0.svg)
55
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/dynamic/json.svg?label=całość&query=$.pl&url=http://gce.zhsj.me/python/newest)
66
![9 tłumaczy](https://img.shields.io/badge/tłumaczy-9-0.svg)
77

tutorial/controlflow.po

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,17 @@ msgid ""
260260
"it can also extract components (sequence elements or object attributes) from "
261261
"the value into variables."
262262
msgstr ""
263+
"Instrukcja match bierze wyrażenie i porównuje jego wartość do kolejnych "
264+
"wzorców podanych jako jeden lub więcej blok case. Jest to powierzchownie "
265+
"podobne do instrukcji switch w C, Javie lub JavaScripcie (i wielu innych "
266+
"językach), ale może również wydobywać komponenty (elementy sekwencji lub "
267+
"atrybuty obiektu) z wartości do zmiennych."
263268

264269
msgid ""
265270
"The simplest form compares a subject value against one or more literals::"
266271
msgstr ""
272+
"Najprostsza forma porównuje wartość podmiotu z jednym lub wieloma "
273+
"literałami::"
267274

268275
msgid ""
269276
"Note the last block: the \"variable name\" ``_`` acts as a *wildcard* and "

whatsnew/3.10.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ msgstr ""
2424
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
2525

2626
msgid "What's New In Python 3.10"
27-
msgstr ""
27+
msgstr "Co nowego w Pythonie 3.10"
2828

2929
msgid "Release"
3030
msgstr "wydanie"
@@ -39,7 +39,7 @@ msgid "|today|"
3939
msgstr "|today|"
4040

4141
msgid "This article explains the new features in Python 3.10, compared to 3.9."
42-
msgstr ""
42+
msgstr "Ten artykuł opisuje nowe funkcje Pythona 3.10 w porównaniu do 3.9."
4343

4444
msgid "For full details, see the :ref:`changelog <changelog>`."
4545
msgstr "Pełne szczegóły znajdziesz w :ref:`changelogu <changelog>`."
@@ -49,18 +49,22 @@ msgid ""
4949
"form. It will be updated substantially as Python 3.10 moves towards release, "
5050
"so it's worth checking back even after reading earlier versions."
5151
msgstr ""
52+
"Użytkownicy pre-wydania powinni być świadomi, że ten dokument ma obecnie "
53+
"formę szkicu. Będzie istotnie aktualizowany gdy Python 3.10 zbliży się do "
54+
"wydania, więc warto zajrzeć tu znów, nawet jeśli czytało się wcześniejsze "
55+
"wersje."
5256

5357
msgid "Summary -- Release highlights"
5458
msgstr "Podsumowanie – najważniejsze nowości"
5559

5660
msgid ":pep:`644`, require OpenSSL 1.1.1 or newer"
57-
msgstr ""
61+
msgstr ":pep:`644`, wymagamy OpenSSL 1.1.1 lub nowszego"
5862

5963
msgid "New Features"
6064
msgstr "Nowe funkcjonalności"
6165

6266
msgid "Parenthesized context managers"
63-
msgstr ""
67+
msgstr "Context managery w nawiasach"
6468

6569
msgid ""
6670
"Using enclosing parentheses for continuation across multiple lines in "

0 commit comments

Comments
 (0)