File tree Expand file tree Collapse file tree 5 files changed +48
-10
lines changed
Expand file tree Collapse file tree 5 files changed +48
-10
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.13\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2024-12-06 14:18 +0000\n "
15+ "POT-Creation-Date : 2024-12-27 14:16 +0000\n "
1616"PO-Revision-Date : 2021-06-28 00:48+0000\n "
1717"Last-Translator : haaritsubaki, 2023\n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change 1+ # SOME DESCRIPTIVE TITLE.
2+ # Copyright (C) 2001-2024, 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+ # Stanislaw Ulbrych, 2024
8+ #
9+ #, fuzzy
10+ msgid ""
11+ msgstr ""
12+ "Project-Id-Version : Python 3.13\n "
13+ "Report-Msgid-Bugs-To : \n "
14+ "POT-Creation-Date : 2024-12-27 14:16+0000\n "
15+ "PO-Revision-Date : 2024-12-27 14:18+0000\n "
16+ "Last-Translator : Stanislaw Ulbrych, 2024\n "
17+ "Language-Team : Polish (https://app.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) && "
23+ "(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
24+ "n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
25+
26+ msgid "Command Line Interface Libraries"
27+ msgstr "Biblioteki interfejsu wiersza poleceń"
28+
29+ msgid ""
30+ "The modules described in this chapter assist with implementing command line "
31+ "and terminal interfaces for applications."
32+ msgstr ""
33+ "Moduły opisane w tym rozdziale pomagaja w implementacji interfejsów wiersza "
34+ "poleceń i terminala dla aplikacji."
35+
36+ msgid "Here's an overview:"
37+ msgstr "Oto przegląd:"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.13\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2024-12-06 14:18 +0000\n "
15+ "POT-Creation-Date : 2024-12-27 14:16 +0000\n "
1616"PO-Revision-Date : 2021-06-28 01:09+0000\n "
1717"Last-Translator : haaritsubaki, 2023\n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change 66# Translators:
77# Maciej Olko <maciej.olko@gmail.com>, 2023
88# Stanislaw Ulbrych, 2024
9+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
910#
1011#, fuzzy
1112msgid ""
1213msgstr ""
1314"Project-Id-Version : Python 3.13\n "
1415"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2024-12-13 14:18 +0000\n "
16+ "POT-Creation-Date : 2024-12-27 14:16 +0000\n "
1617"PO-Revision-Date : 2021-06-28 01:12+0000\n "
17- "Last-Translator : Stanislaw Ulbrych , 2024\n "
18+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com> , 2024\n "
1819"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
1920"MIME-Version : 1.0\n "
2021"Content-Type : text/plain; charset=UTF-8\n "
@@ -252,7 +253,7 @@ msgid "Generic interface to ``dbm``-style databases."
252253msgstr ""
253254
254255msgid "Module :mod:`pickle`"
255- msgstr ""
256+ msgstr "moduł :mod:`pickle` "
256257
257258msgid "Object serialization used by :mod:`shelve`."
258259msgstr ""
Original file line number Diff line number Diff line change 66# Translators:
77# Tomasz Rodzen <t.rodzen@poczta.fm>, 2021
88# Maciej Olko <maciej.olko@gmail.com>, 2022
9- # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
109# Stanislaw Ulbrych, 2024
10+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
1111#
1212#, fuzzy
1313msgid ""
1414msgstr ""
1515"Project-Id-Version : Python 3.13\n "
1616"Report-Msgid-Bugs-To : \n "
17- "POT-Creation-Date : 2024-12-13 14:18 +0000\n "
17+ "POT-Creation-Date : 2024-12-27 14:16 +0000\n "
1818"PO-Revision-Date : 2021-06-28 01:14+0000\n "
19- "Last-Translator : Stanislaw Ulbrych , 2024\n "
19+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com> , 2024\n "
2020"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
2121"MIME-Version : 1.0\n "
2222"Content-Type : text/plain; charset=UTF-8\n "
@@ -676,13 +676,13 @@ msgid "Packed binary storage of homogeneous data."
676676msgstr ""
677677
678678msgid "Module :mod:`json`"
679- msgstr ""
679+ msgstr "moduł :mod:`json` "
680680
681681msgid "JSON encoder and decoder."
682682msgstr ""
683683
684684msgid "Module :mod:`pickle`"
685- msgstr ""
685+ msgstr "moduł :mod:`pickle` "
686686
687687msgid "Python object serialization."
688688msgstr ""
You can’t perform that action at this time.
0 commit comments