Skip to content

Commit b6c5a65

Browse files
committed
Update translation from Transifex
1 parent b77c93f commit b6c5a65

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

library/datatypes.po

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Krzysztof Abramowicz, 2022
8+
# m_aciek <maciej.olko@gmail.com>, 2022
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1516
"PO-Revision-Date: 2017-02-16 23:05+0000\n"
16-
"Last-Translator: Krzysztof Abramowicz, 2022\n"
17+
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2022\n"
1718
"Language-Team: Polish (https://www.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
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
2526

2627
msgid "Data Types"
27-
msgstr ""
28+
msgstr "Typy danych"
2829

2930
msgid ""
3031
"The modules described in this chapter provide a variety of specialized data "
@@ -41,11 +42,11 @@ msgid ""
4142
"`tuple`. The :class:`str` class is used to hold Unicode strings, and the :"
4243
"class:`bytes` and :class:`bytearray` classes are used to hold binary data."
4344
msgstr ""
44-
"Python posiada również wbudowane typy danych, w szczególności: klasa:"
45-
"`dict`, :klasa:`list`, :klasa:`set` i klasa:`frozenset`, i :klasa:`tuple`. "
46-
"Klasa 'str' jest używana do trzymania ciągu znaków unicode, zaś klasa:"
47-
"`bytes` i klasa:`bytearray` są używane do trzymania danych w formacie "
48-
"binarnym."
45+
"Python posiada również wbudowane typy danych, w szczególności :class:"
46+
"`dict`, :class:`list`, :class:`set` i :class:`frozenset`, i :class:`tuple`. "
47+
"Klasa :class:`str` jest używana do trzymania ciągu znaków unicode, zaś "
48+
"klasy :class:`bytes` i :class:`bytearray` są używane do trzymania danych w "
49+
"formacie binarnym."
4950

5051
msgid "The following modules are documented in this chapter:"
5152
msgstr "Poszczególne moduły są opisane w rodziale:"

0 commit comments

Comments
 (0)