Skip to content

Commit c112597

Browse files
committed
Update translation from Transifex
1 parent 43ad3ac commit c112597

2 files changed

Lines changed: 9 additions & 1 deletion

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-
![37.51% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-37.51%25-0.svg)
4+
![37.66% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-37.66%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/datastructures.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,11 +615,19 @@ msgid ""
615615
"whether two objects are really the same object. All comparison operators "
616616
"have the same priority, which is lower than that of all numerical operators."
617617
msgstr ""
618+
"Operatory porównania ``in`` i ``not in`` sprawdzają, czy wartość występuje "
619+
"(nie występuje) w sekwencji. Operatory ``is`` i ``is not`` porównują, czy "
620+
"dwa obiekty są rzeczywiście tym samym obiektem. Wszystkie operatory porównań "
621+
"mają ten sam priorytet, który jest niższy niż ten, który mają wszystkie "
622+
"operatory numeryczne."
618623

619624
msgid ""
620625
"Comparisons can be chained. For example, ``a < b == c`` tests whether ``a`` "
621626
"is less than ``b`` and moreover ``b`` equals ``c``."
622627
msgstr ""
628+
"Porównania mogą być układane w łańcuchy. Na przykład ``a < b == c`` "
629+
"sprawdza, czy ``a`` jest mniejsze od ``b`` i ponadto czy ``b`` równa się "
630+
"``c``."
623631

624632
msgid ""
625633
"Comparisons may be combined using the Boolean operators ``and`` and ``or``, "

0 commit comments

Comments
 (0)