-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GitHub Action's update-translation job
committed
Dec 27, 2024
1 parent
6fc674c
commit 845f1fa
Showing
5 changed files
with
48 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) 2001-2024, Python Software Foundation | ||
# This file is distributed under the same license as the Python package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
# Translators: | ||
# Stanislaw Ulbrych, 2024 | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Python 3.13\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-12-27 14:16+0000\n" | ||
"PO-Revision-Date: 2024-12-27 14:18+0000\n" | ||
"Last-Translator: Stanislaw Ulbrych, 2024\n" | ||
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: pl\n" | ||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && " | ||
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && " | ||
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" | ||
|
||
msgid "Command Line Interface Libraries" | ||
msgstr "Biblioteki interfejsu wiersza poleceń" | ||
|
||
msgid "" | ||
"The modules described in this chapter assist with implementing command line " | ||
"and terminal interfaces for applications." | ||
msgstr "" | ||
"Moduły opisane w tym rozdziale pomagaja w implementacji interfejsów wiersza " | ||
"poleceń i terminala dla aplikacji." | ||
|
||
msgid "Here's an overview:" | ||
msgstr "Oto przegląd:" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,16 @@ | |
# Translators: | ||
# Maciej Olko <[email protected]>, 2023 | ||
# Stanislaw Ulbrych, 2024 | ||
# Rafael Fontenelle <[email protected]>, 2024 | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Python 3.13\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-12-13 14:18+0000\n" | ||
"POT-Creation-Date: 2024-12-27 14:16+0000\n" | ||
"PO-Revision-Date: 2021-06-28 01:12+0000\n" | ||
"Last-Translator: Stanislaw Ulbrych, 2024\n" | ||
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n" | ||
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
|
@@ -252,7 +253,7 @@ msgid "Generic interface to ``dbm``-style databases." | |
msgstr "" | ||
|
||
msgid "Module :mod:`pickle`" | ||
msgstr "" | ||
msgstr "moduł :mod:`pickle`" | ||
|
||
msgid "Object serialization used by :mod:`shelve`." | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,17 +6,17 @@ | |
# Translators: | ||
# Tomasz Rodzen <[email protected]>, 2021 | ||
# Maciej Olko <[email protected]>, 2022 | ||
# Rafael Fontenelle <[email protected]>, 2024 | ||
# Stanislaw Ulbrych, 2024 | ||
# Rafael Fontenelle <[email protected]>, 2024 | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Python 3.13\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-12-13 14:18+0000\n" | ||
"POT-Creation-Date: 2024-12-27 14:16+0000\n" | ||
"PO-Revision-Date: 2021-06-28 01:14+0000\n" | ||
"Last-Translator: Stanislaw Ulbrych, 2024\n" | ||
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n" | ||
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
|
@@ -676,13 +676,13 @@ msgid "Packed binary storage of homogeneous data." | |
msgstr "" | ||
|
||
msgid "Module :mod:`json`" | ||
msgstr "" | ||
msgstr "moduł :mod:`json`" | ||
|
||
msgid "JSON encoder and decoder." | ||
msgstr "" | ||
|
||
msgid "Module :mod:`pickle`" | ||
msgstr "" | ||
msgstr "moduł :mod:`pickle`" | ||
|
||
msgid "Python object serialization." | ||
msgstr "" | ||
|