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

Commitbbbc6c2

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎library/asyncio.po

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,21 @@ msgid ""
4848
"\n"
4949
"asyncio.run(main())"
5050
msgstr""
51+
"import asyncio\n"
52+
"\n"
53+
"async def main():\n"
54+
" print('Hello ...')\n"
55+
" await asyncio.sleep(1)\n"
56+
" print('... World!')\n"
57+
"\n"
58+
"asyncio.run(main())"
5159

5260
msgid""
5361
"asyncio is a library to write **concurrent** code using the **async/await** "
5462
"syntax."
5563
msgstr""
64+
"asyncio jest biblioteką do pisania **równoległego** kodu przy użyciu składni "
65+
"**async/await**."
5666

5767
msgid""
5868
"asyncio is used as a foundation for multiple Python asynchronous frameworks "

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp