Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit5d6ec76

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parentd614415 commit5d6ec76

File tree

15 files changed

+218
-144
lines changed

15 files changed

+218
-144
lines changed

‎.tx/config‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,15 @@ resource_name = glossary_
937937
replace_edited_strings = false
938938
keep_translations = false
939939

940+
[o:python-doc:p:python-newest:r:howto--a-conceptual-overview-of-asyncio]
941+
file_filter = howto/a-conceptual-overview-of-asyncio.po
942+
source_file = gettext/howto/a-conceptual-overview-of-asyncio.pot
943+
type = PO
944+
minimum_perc = 0
945+
resource_name = howto--a-conceptual-overview-of-asyncio
946+
replace_edited_strings = false
947+
keep_translations = false
948+
940949
[o:python-doc:p:python-newest:r:howto--annotations]
941950
file_filter = howto/annotations.po
942951
source_file = gettext/howto/annotations.pot

‎README.en.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1414
![{translators} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''')
1515
]]]-->
1616
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
17-
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.40%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18-
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.60%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
17+
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.38%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18+
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.58%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1919
![3 Translators](https://img.shields.io/badge/Translators-3-0.svg)
2020
<!-- [[[end]]]-->
2121

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1414
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1515
]]]-->
1616
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
17-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.40%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.60%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
17+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.38%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.58%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1919
![3 tłumaczy](https://img.shields.io/badge/tłumaczy-3-0.svg)
2020
<!-- [[[end]]]-->
2121

‎howto/index.po‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-05-08 02:53-0300\n"
14+
"POT-Creation-Date:2025-08-15 14:18+0000\n"
1515
"PO-Revision-Date:2025-08-02 17:33+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -36,6 +36,9 @@ msgstr ""
3636
msgid"General:"
3737
msgstr""
3838

39+
msgid":ref:`a-conceptual-overview-of-asyncio`"
40+
msgstr""
41+
3942
msgid":ref:`annotations-howto`"
4043
msgstr":ref:`annotations-howto`"
4144

‎library/array.po‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-05-09 14:19+0000\n"
14+
"POT-Creation-Date:2025-08-15 14:18+0000\n"
1515
"PO-Revision-Date:2025-08-02 17:33+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -92,6 +92,9 @@ msgstr ""
9292
msgid"4"
9393
msgstr"4"
9494

95+
msgid"\\(2)"
96+
msgstr""
97+
9598
msgid"``'h'``"
9699
msgstr"``'h'``"
97100

‎library/asyncio-future.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-05-09 14:19+0000\n"
14+
"POT-Creation-Date:2025-08-15 14:18+0000\n"
1515
"PO-Revision-Date:2025-08-02 17:33+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎library/asyncio-task.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-05-23 14:20+0000\n"
14+
"POT-Creation-Date:2025-08-15 14:18+0000\n"
1515
"PO-Revision-Date:2025-08-02 17:33+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎library/asyncio.po‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-05-09 14:19+0000\n"
14+
"POT-Creation-Date:2025-08-15 14:18+0000\n"
1515
"PO-Revision-Date:2025-08-02 17:33+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -65,6 +65,12 @@ msgid ""
6565
"network code."
6666
msgstr""
6767

68+
msgid":ref:`a-conceptual-overview-of-asyncio`"
69+
msgstr""
70+
71+
msgid"Explanation of the fundamentals of asyncio."
72+
msgstr""
73+
6874
msgid"asyncio provides a set of **high-level** APIs to:"
6975
msgstr""
7076

‎library/constants.po‎

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-05-09 14:19+0000\n"
14+
"POT-Creation-Date:2025-08-15 14:18+0000\n"
1515
"PO-Revision-Date:2025-08-02 17:33+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -152,17 +152,15 @@ msgstr ""
152152

153153
msgid""
154154
"Objects that when printed, print a message like\"Use quit() or Ctrl-D (i.e. "
155-
"EOF) to exit\", and whencalled, raise :exc:`SystemExit` withthespecified "
156-
"exit code."
155+
"EOF) to exit\", and whenaccessed directly intheinteractive interpreter or "
156+
"called as functions, raise :exc:`SystemExit` with the specifiedexit code."
157157
msgstr""
158-
"Obiekty, które, gdy ich nazwa zostanie wpisana w powłoce - wyświetlają "
159-
"wiadomość w formie\"Use quit() or Ctrl-D (i.e. EOF) to exit\", a gdy "
160-
"wywołane - rzucą wyjątek :exc:`SystemExit` z podanym kodem wyjścia."
161158

162159
msgid""
163160
"Object that when printed, prints the message\"Type help() for interactive "
164-
"help, or help(object) for help about object.\", and when called, acts as "
165-
"described :func:`elsewhere <help>`."
161+
"help, or help(object) for help about object.\", and when accessed directly "
162+
"in the interactive interpreter, invokes the built-in help system (see :func:"
163+
"`help`)."
166164
msgstr""
167165

168166
msgid""

‎library/importlib.po‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-07-25 14:21+0000\n"
14+
"POT-Creation-Date:2025-08-13 14:19+0000\n"
1515
"PO-Revision-Date:2025-08-02 17:34+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -485,7 +485,8 @@ msgstr ""
485485

486486
msgid""
487487
"This ABC is deprecated in favour of supporting resource loading through :"
488-
"class:`importlib.resources.abc.TraversableResources`."
488+
"class:`importlib.resources.abc.TraversableResources`. This class exists for "
489+
"backwards compatibility only with other ABCs in this module."
489490
msgstr""
490491

491492
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp