Skip to content

Commit 90f58aa

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 69ff402 commit 90f58aa

File tree

14 files changed

+3320
-65
lines changed

14 files changed

+3320
-65
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1515
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1616
]]] -->
1717
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
18-
![52.83% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-52.83%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.87%25-0.svg)
18+
![53.54% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-53.54%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.91%25-0.svg)
2020
![5 tłumaczy](https://img.shields.io/badge/tłumaczy-5-0.svg)
2121
<!-- [[[end]]] -->
2222

library/__future__.po

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-03-29 16:43+0000\n"
14+
"POT-Creation-Date: 2024-04-19 16:58+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:15+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -27,7 +27,7 @@ msgid ":mod:`__future__` --- Future statement definitions"
2727
msgstr ""
2828

2929
msgid "**Source code:** :source:`Lib/__future__.py`"
30-
msgstr ""
30+
msgstr "**Kod źródłowy:** :source:`Lib/__future__.py`"
3131

3232
msgid ""
3333
"Imports of the form ``from __future__ import feature`` are called :ref:"
@@ -47,6 +47,8 @@ msgid ""
4747
"To avoid confusing existing tools that analyze import statements and expect "
4848
"to find the modules they're importing."
4949
msgstr ""
50+
"Aby uniknąć pomyłek z istniejącymi narzędziami, które analizują instrukcje "
51+
"importowania i oczekują znalezienia modułów, które importują."
5052

5153
msgid ""
5254
"To document when incompatible changes were introduced, and when they will be "
@@ -72,13 +74,13 @@ msgid ""
7274
msgstr ""
7375

7476
msgid "feature"
75-
msgstr ""
77+
msgstr "cecha"
7678

7779
msgid "optional in"
78-
msgstr ""
80+
msgstr "opcjonalne w"
7981

8082
msgid "mandatory in"
81-
msgstr ""
83+
msgstr "obowiązkowe w"
8284

8385
msgid "effect"
8486
msgstr ""
@@ -87,43 +89,43 @@ msgid "nested_scopes"
8789
msgstr ""
8890

8991
msgid "2.1.0b1"
90-
msgstr ""
92+
msgstr "2.1.0b1"
9193

9294
msgid "2.2"
93-
msgstr ""
95+
msgstr "2.2"
9496

9597
msgid ":pep:`227`: *Statically Nested Scopes*"
9698
msgstr ""
9799

98100
msgid "generators"
99-
msgstr ""
101+
msgstr "generatory"
100102

101103
msgid "2.2.0a1"
102-
msgstr ""
104+
msgstr "2.2.0a1"
103105

104106
msgid "2.3"
105-
msgstr ""
107+
msgstr "2.3"
106108

107109
msgid ":pep:`255`: *Simple Generators*"
108110
msgstr ""
109111

110112
msgid "division"
111-
msgstr ""
113+
msgstr "podział"
112114

113115
msgid "2.2.0a2"
114-
msgstr ""
116+
msgstr "2.2.0a2"
115117

116118
msgid "3.0"
117-
msgstr ""
119+
msgstr "3.0"
118120

119121
msgid ":pep:`238`: *Changing the Division Operator*"
120-
msgstr ""
122+
msgstr ":pep:`238`: *Zmiana operatora podziału*"
121123

122124
msgid "absolute_import"
123125
msgstr ""
124126

125127
msgid "2.5.0a1"
126-
msgstr ""
128+
msgstr "2.5.0a1"
127129

128130
msgid ":pep:`328`: *Imports: Multi-Line and Absolute/Relative*"
129131
msgstr ""
@@ -132,7 +134,7 @@ msgid "with_statement"
132134
msgstr ""
133135

134136
msgid "2.6"
135-
msgstr ""
137+
msgstr "2.6"
136138

137139
msgid ":pep:`343`: *The \"with\" Statement*"
138140
msgstr ""
@@ -141,7 +143,7 @@ msgid "print_function"
141143
msgstr ""
142144

143145
msgid "2.6.0a2"
144-
msgstr ""
146+
msgstr "2.6.0a2"
145147

146148
msgid ":pep:`3105`: *Make print a function*"
147149
msgstr ""
@@ -156,10 +158,10 @@ msgid "generator_stop"
156158
msgstr ""
157159

158160
msgid "3.5.0b1"
159-
msgstr ""
161+
msgstr "3.5.0b1"
160162

161163
msgid "3.7"
162-
msgstr ""
164+
msgstr "3.7"
163165

164166
msgid ":pep:`479`: *StopIteration handling inside generators*"
165167
msgstr ""
@@ -168,10 +170,10 @@ msgid "annotations"
168170
msgstr "adnotacje typów"
169171

170172
msgid "3.7.0b1"
171-
msgstr ""
173+
msgstr "3.7.0b1"
172174

173175
msgid "TBD [1]_"
174-
msgstr ""
176+
msgstr "TBD [1]_"
175177

176178
msgid ":pep:`563`: *Postponed evaluation of annotations*"
177179
msgstr ""
@@ -228,7 +230,7 @@ msgid ":ref:`future`"
228230
msgstr ""
229231

230232
msgid "How the compiler treats future imports."
231-
msgstr ""
233+
msgstr "Jak kompilator traktuje przyszłe importy."
232234

233235
msgid ":pep:`236` - Back to the __future__"
234236
msgstr ""

library/ensurepip.po

Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,200 @@
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+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
8+
#
9+
#, fuzzy
10+
msgid ""
11+
msgstr ""
12+
"Project-Id-Version: Python 3.11\n"
13+
"Report-Msgid-Bugs-To: \n"
14+
"POT-Creation-Date: 2024-04-19 16:58+0000\n"
15+
"PO-Revision-Date: 2023-05-24 02:15+0000\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 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 ":mod:`ensurepip` --- Bootstrapping the ``pip`` installer"
27+
msgstr ""
28+
29+
msgid "**Source code:** :source:`Lib/ensurepip`"
30+
msgstr ""
31+
32+
msgid ""
33+
"The :mod:`ensurepip` package provides support for bootstrapping the ``pip`` "
34+
"installer into an existing Python installation or virtual environment. This "
35+
"bootstrapping approach reflects the fact that ``pip`` is an independent "
36+
"project with its own release cycle, and the latest available stable version "
37+
"is bundled with maintenance and feature releases of the CPython reference "
38+
"interpreter."
39+
msgstr ""
40+
41+
msgid ""
42+
"In most cases, end users of Python shouldn't need to invoke this module "
43+
"directly (as ``pip`` should be bootstrapped by default), but it may be "
44+
"needed if installing ``pip`` was skipped when installing Python (or when "
45+
"creating a virtual environment) or after explicitly uninstalling ``pip``."
46+
msgstr ""
47+
48+
msgid ""
49+
"This module *does not* access the internet. All of the components needed to "
50+
"bootstrap ``pip`` are included as internal parts of the package."
51+
msgstr ""
52+
53+
msgid ":ref:`installing-index`"
54+
msgstr ""
55+
56+
msgid "The end user guide for installing Python packages"
57+
msgstr ""
58+
"Podręcznik użytkownika końcowego dotyczący instalowania pakietów języka "
59+
"Python"
60+
61+
msgid ":pep:`453`: Explicit bootstrapping of pip in Python installations"
62+
msgstr ""
63+
64+
msgid "The original rationale and specification for this module."
65+
msgstr "Oryginalne uzasadnienie i specyfikacja tego modułu."
66+
67+
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
68+
msgstr ""
69+
70+
msgid ""
71+
"This module does not work or is not available on WebAssembly platforms "
72+
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
73+
"more information."
74+
msgstr ""
75+
76+
msgid "Command line interface"
77+
msgstr "Interfejs wiersza poleceń"
78+
79+
msgid ""
80+
"The command line interface is invoked using the interpreter's ``-m`` switch."
81+
msgstr ""
82+
83+
msgid "The simplest possible invocation is::"
84+
msgstr "Najprostszym możliwym wywołaniem jest:"
85+
86+
msgid ""
87+
"This invocation will install ``pip`` if it is not already installed, but "
88+
"otherwise does nothing. To ensure the installed version of ``pip`` is at "
89+
"least as recent as the one available in ``ensurepip``, pass the ``--"
90+
"upgrade`` option::"
91+
msgstr ""
92+
93+
msgid ""
94+
"By default, ``pip`` is installed into the current virtual environment (if "
95+
"one is active) or into the system site packages (if there is no active "
96+
"virtual environment). The installation location can be controlled through "
97+
"two additional command line options:"
98+
msgstr ""
99+
100+
msgid ""
101+
":samp:`--root {dir}`: Installs ``pip`` relative to the given root directory "
102+
"rather than the root of the currently active virtual environment (if any) or "
103+
"the default root for the current Python installation."
104+
msgstr ""
105+
106+
msgid ""
107+
"``--user``: Installs ``pip`` into the user site packages directory rather "
108+
"than globally for the current Python installation (this option is not "
109+
"permitted inside an active virtual environment)."
110+
msgstr ""
111+
112+
msgid ""
113+
"By default, the scripts ``pipX`` and ``pipX.Y`` will be installed (where X.Y "
114+
"stands for the version of Python used to invoke ``ensurepip``). The scripts "
115+
"installed can be controlled through two additional command line options:"
116+
msgstr ""
117+
118+
msgid ""
119+
"``--altinstall``: if an alternate installation is requested, the ``pipX`` "
120+
"script will *not* be installed."
121+
msgstr ""
122+
123+
msgid ""
124+
"``--default-pip``: if a \"default pip\" installation is requested, the "
125+
"``pip`` script will be installed in addition to the two regular scripts."
126+
msgstr ""
127+
128+
msgid ""
129+
"Providing both of the script selection options will trigger an exception."
130+
msgstr "Podanie obu opcji wyboru skryptu spowoduje wyzwolenie wyjątku."
131+
132+
msgid "Module API"
133+
msgstr ""
134+
135+
msgid ":mod:`ensurepip` exposes two functions for programmatic use:"
136+
msgstr ""
137+
138+
msgid ""
139+
"Returns a string specifying the available version of pip that will be "
140+
"installed when bootstrapping an environment."
141+
msgstr ""
142+
143+
msgid "Bootstraps ``pip`` into the current or designated environment."
144+
msgstr ""
145+
146+
msgid ""
147+
"*root* specifies an alternative root directory to install relative to. If "
148+
"*root* is ``None``, then installation uses the default install location for "
149+
"the current environment."
150+
msgstr ""
151+
152+
msgid ""
153+
"*upgrade* indicates whether or not to upgrade an existing installation of an "
154+
"earlier version of ``pip`` to the available version."
155+
msgstr ""
156+
157+
msgid ""
158+
"*user* indicates whether to use the user scheme rather than installing "
159+
"globally."
160+
msgstr ""
161+
162+
msgid ""
163+
"By default, the scripts ``pipX`` and ``pipX.Y`` will be installed (where X.Y "
164+
"stands for the current version of Python)."
165+
msgstr ""
166+
167+
msgid "If *altinstall* is set, then ``pipX`` will *not* be installed."
168+
msgstr ""
169+
170+
msgid ""
171+
"If *default_pip* is set, then ``pip`` will be installed in addition to the "
172+
"two regular scripts."
173+
msgstr ""
174+
175+
msgid ""
176+
"Setting both *altinstall* and *default_pip* will trigger :exc:`ValueError`."
177+
msgstr ""
178+
179+
msgid ""
180+
"*verbosity* controls the level of output to :data:`sys.stdout` from the "
181+
"bootstrapping operation."
182+
msgstr ""
183+
184+
msgid ""
185+
"Raises an :ref:`auditing event <auditing>` ``ensurepip.bootstrap`` with "
186+
"argument ``root``."
187+
msgstr ""
188+
189+
msgid ""
190+
"The bootstrapping process has side effects on both ``sys.path`` and ``os."
191+
"environ``. Invoking the command line interface in a subprocess instead "
192+
"allows these side effects to be avoided."
193+
msgstr ""
194+
195+
msgid ""
196+
"The bootstrapping process may install additional modules required by "
197+
"``pip``, but other software should not assume those dependencies will always "
198+
"be present by default (as the dependencies may be removed in a future "
199+
"version of ``pip``)."
200+
msgstr ""

0 commit comments

Comments
 (0)