Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f81bafd

Browse filesBrowse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent f0fcc9a commit f81bafd
Copy full SHA for f81bafd

File tree

Expand file treeCollapse file tree

2 files changed

+16
-16
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+16
-16
lines changed

‎faq/windows.po

Copy file name to clipboardExpand all lines: faq/windows.po
+11-11Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2022-11-05 19:53+0000\n"
14+
"POT-Creation-Date: 2022-11-08 04:52+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -196,11 +196,11 @@ msgstr ""
196196
"następująco:"
197197

198198
msgid ""
199-
"Do _not_ build Python into your .exe file directly. On Windows, Python must "
200-
"be a DLL to handle importing modules that are themselves DLL's. (This is "
201-
"the first key undocumented fact.) Instead, link to :file:`python{NN}.dll`; "
202-
"it is typically installed in ``C:\\Windows\\System``. *NN* is the Python "
203-
"version, a number such as \"33\" for Python 3.3."
199+
"Do **not** build Python into your .exe file directly. On Windows, Python "
200+
"must be a DLL to handle importing modules that are themselves DLL's. (This "
201+
"is the first key undocumented fact.) Instead, link to :file:`python{NN}."
202+
"dll`; it is typically installed in ``C:\\Windows\\System``. *NN* is the "
203+
"Python version, a number such as \"33\" for Python 3.3."
204204
msgstr ""
205205

206206
msgid ""
@@ -225,8 +225,8 @@ msgid ""
225225
"If you use SWIG, it is easy to create a Python \"extension module\" that "
226226
"will make the app's data and methods available to Python. SWIG will handle "
227227
"just about all the grungy details for you. The result is C code that you "
228-
"link *into* your .exe file (!) You do _not_ have to create a DLL file, and "
229-
"this also simplifies linking."
228+
"link *into* your .exe file (!) You do **not** have to create a DLL file, "
229+
"and this also simplifies linking."
230230
msgstr ""
231231

232232
msgid ""
@@ -259,10 +259,10 @@ msgid ""
259259
msgstr ""
260260

261261
msgid ""
262-
"Problem 1: The so-called \"Very High Level\" functions that take FILE * "
262+
"Problem 1: The so-called \"Very High Level\" functions that take ``FILE *`` "
263263
"arguments will not work in a multi-compiler environment because each "
264-
"compiler's notion of a struct FILE will be different. From an "
265-
"implementation standpoint these are very _low_ level functions."
264+
"compiler's notion of a ``struct FILE`` will be different. From an "
265+
"implementation standpoint these are very low level functions."
266266
msgstr ""
267267

268268
msgid ""

‎reference/simple_stmts.po

Copy file name to clipboardExpand all lines: reference/simple_stmts.po
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2022-11-05 19:53+0000\n"
14+
"POT-Creation-Date: 2022-11-08 04:52+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:23+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -288,7 +288,7 @@ msgid ""
288288
msgstr ""
289289

290290
msgid ""
291-
"The difference from normal :ref:`assignment` is that only single target is "
291+
"The difference from normal :ref:`assignment` is that only a single target is "
292292
"allowed."
293293
msgstr ""
294294

@@ -338,8 +338,8 @@ msgid ""
338338
msgstr ""
339339

340340
msgid ""
341-
"Now annotated assignments allow same expressions in the right hand side as "
342-
"the regular assignments. Previously, some expressions (like un-parenthesized "
341+
"Now annotated assignments allow the same expressions in the right hand side "
342+
"as regular assignments. Previously, some expressions (like un-parenthesized "
343343
"tuple expressions) caused a syntax error."
344344
msgstr ""
345345

@@ -611,7 +611,7 @@ msgid ""
611611
msgstr ""
612612

613613
msgid ""
614-
"The details of the first step, finding and loading modules are described in "
614+
"The details of the first step, finding and loading modules, are described in "
615615
"greater detail in the section on the :ref:`import system <importsystem>`, "
616616
"which also describes the various types of packages and modules that can be "
617617
"imported, as well as all the hooks that can be used to customize the import "

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.