|
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) 2001-2022, Python Software Foundation |
| 3 | +# This file is distributed under the same license as the Python package. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 | +# |
| 6 | +# Translators: |
| 7 | +# Krzysztof Abramowicz, 2022 |
| 8 | +# |
| 9 | +#, fuzzy |
| 10 | +msgid "" |
| 11 | +msgstr "" |
| 12 | +"Project-Id-Version: Python 3.10\n" |
| 13 | +"Report-Msgid-Bugs-To: \n" |
| 14 | +"POT-Creation-Date: 2022-06-16 06:28+0000\n" |
| 15 | +"PO-Revision-Date: 2021-06-28 01:04+0000\n" |
| 16 | +"Last-Translator: Krzysztof Abramowicz, 2022\n" |
| 17 | +"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n" |
| 18 | +"MIME-Version: 1.0\n" |
| 19 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 20 | +"Content-Transfer-Encoding: 8bit\n" |
| 21 | +"Language: pl\n" |
| 22 | +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" |
| 23 | +"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" |
| 24 | +"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" |
| 25 | + |
| 26 | +msgid "Data Types" |
| 27 | +msgstr "Typy danych" |
| 28 | + |
| 29 | +msgid "" |
| 30 | +"The modules described in this chapter provide a variety of specialized data " |
| 31 | +"types such as dates and times, fixed-type arrays, heap queues, double-ended " |
| 32 | +"queues, and enumerations." |
| 33 | +msgstr "" |
| 34 | + |
| 35 | +msgid "" |
| 36 | +"Python also provides some built-in data types, in particular, :class:" |
| 37 | +"`dict`, :class:`list`, :class:`set` and :class:`frozenset`, and :class:" |
| 38 | +"`tuple`. The :class:`str` class is used to hold Unicode strings, and the :" |
| 39 | +"class:`bytes` and :class:`bytearray` classes are used to hold binary data." |
| 40 | +msgstr "" |
| 41 | + |
| 42 | +msgid "The following modules are documented in this chapter:" |
| 43 | +msgstr "" |
0 commit comments