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

Commit733a5a6

Browse files
GitHub Action's update-translation jobrffontenelle
GitHub Action's update-translation job
andcommitted
Update translation from Transifex
Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com>
1 parent010ec55 commit733a5a6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎library/asyncio.po‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ msgid "Guides and Tutorials"
3434
msgstr"Przewodniki i samouczki"
3535

3636
msgid":mod:`!asyncio` --- Asynchronous I/O"
37-
msgstr""
37+
msgstr":mod:`!asyncio` --- Asynchroniczne I/O"
3838

3939
msgid"Hello World!"
4040
msgstr"Hello World!"
@@ -49,6 +49,14 @@ msgid ""
4949
"\n"
5050
"asyncio.run(main())"
5151
msgstr""
52+
"import asyncio\n"
53+
"\n"
54+
"async def main():\n"
55+
" print('Hello ...')\n"
56+
" await asyncio.sleep(1)\n"
57+
" print('... World!')\n"
58+
"\n"
59+
"asyncio.run(main())"
5260

5361
msgid""
5462
"asyncio is a library to write **concurrent** code using the **async/await** "

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp