8000 Update translations from Transifex · python/python-docs-ja@c36002c · GitHub
[go: up one dir, main page]

Skip to content

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 c36002c

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 4d32292 commit c36002c

File tree

14 files changed

+988
-1045
lines changed

14 files changed

+988
-1045
lines changed

copyright.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2022, Python Software Foundation
2+
# Copyright (C) 2001-2023, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2022-12-28 04:14+0000\n"
14+
"POT-Creation-Date: 2023-01-13 14:15+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1616
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
@@ -31,7 +31,7 @@ msgid "Python and this documentation is:"
3131
msgstr "Python and this documentation is:"
3232

3333
#: ../../copyright.rst:7
34-
msgid "Copyright © 2001-2022 Python Software Foundation. All rights reserved."
34+
msgid "Copyright © 2001-2023 Python Software Foundation. All rights reserved."
3535
msgstr ""
3636

3737
#: ../../copyright.rst:9

library/asyncio-eventloop.po

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2022, Python Software Foundation
2+
# Copyright (C) 2001-2023, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.11\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2022-12-28 04:14+0000\n"
17+
"POT-Creation-Date: 2023-01-13 14:15+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
1919
"Last-Translator: souma987, 2022\n"
2020
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
@@ -100,7 +100,7 @@ msgstr ""
100100
#: ../../library/asyncio-eventloop.rst:50
101101
msgid ""
102102
"If there is no running event loop set, the function will return the result "
103-
"of ``get_event_loop_policy().get_event_loop()`` call."
103+
"of the ``get_event_loop_policy().get_event_loop()`` call."
104104
msgstr ""
105105

106106
#: ../../library/asyncio-eventloop.rst:53
@@ -120,17 +120,14 @@ msgid ""
120120
"and close an event loop."
121121
msgstr ""
122122

123-
#: ../../library/asyncio-eventloop.rst:62
124-
msgid ""
125-
"Deprecation warning is emitted if there is no current event loop. In Python "
126-
"3.12 it will be an error."
127-
msgstr ""
128-
129-
#: ../../library/asyncio-eventloop.rst:67
123+
#: ../../library/asyncio-eventloop.rst:63
130124
msgid ""
131125
"In Python versions 3.10.0--3.10.8 and 3.11.0 this function (and other "
132-
"functions which used it implicitly) emitted a :exc:`DeprecationWarning` if "
133-
"there was no running event loop, even if the current loop was set."
126+
"functions which use it implicitly) emitted a :exc:`DeprecationWarning` if "
127+
"there was no running event loop, even if the current loop was set on the "
128+
"policy. In Python versions 3.10.9, 3.11.1 and 3.12 they emit a :exc:"
129+
"`DeprecationWarning` if there is no running event loop and no current loop "
130+
"is set. In some future Python release this will become an error."
134131
msgstr ""
135132

136133
#: ../../library/asyncio-eventloop.rst:74

0 commit comments

Comments
 (0)
0