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

Commit53de3a0

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parenta98b7a3 commit53de3a0

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

‎c-api/memory.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.8\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2021-01-01 16:06+0000\n"
14+
"POT-Creation-Date:2021-03-09 16:42+0000\n"
1515
"PO-Revision-Date:2020-05-30 11:49+0000\n"
1616
"Last-Translator:tomo, 2020\n"
1717
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -840,8 +840,8 @@ msgid "allocate an arena of size bytes"
840840
msgstr"size バイトのアリーナを割り当てます"
841841

842842
#:../../c-api/memory.rst:519
843-
msgid"``void free(void *ctx,size_t size,void *ptr)``"
844-
msgstr"``void free(void *ctx, size_t size, void *ptr)``"
843+
msgid"``void free(void *ctx, void *ptr, size_t size)``"
844+
msgstr""
845845

846846
#:../../c-api/memory.rst:519
847847
msgid"free an arena"

‎library/dataclasses.po

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.8\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2021-01-01 16:06+0000\n"
14+
"POT-Creation-Date:2021-03-09 16:42+0000\n"
1515
"PO-Revision-Date:2020-05-30 11:59+0000\n"
1616
"Last-Translator:tomo, 2020\n"
1717
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -210,17 +210,13 @@ msgstr ""
210210

211211
#:../../library/dataclasses.rst:139
212212
msgid""
213-
"If :meth:`__hash__` is notexplicit defined, or if it is set to ``None``, "
213+
"If :meth:`__hash__` is notexplicitly defined, or if it is set to ``None``, "
214214
"then :func:`dataclass` *may* add an implicit :meth:`__hash__` method. "
215215
"Although not recommended, you can force :func:`dataclass` to create a "
216216
":meth:`__hash__` method with ``unsafe_hash=True``. This might be the case if"
217217
" your class is logically immutable but can nonetheless be mutated. This is a"
218218
" specialized use case and should be considered carefully."
219219
msgstr""
220-
":meth:`__hash__` が明示的に定義されていなかったり、 ``None`` に設定されていた場合は、 :func:`dataclass` は暗黙的に :meth:`__hash__` メソッドを追加する *かもしれません* 。\n"
221-
"推奨はできませんが、 ``unsafe_hash=True`` とすることで :func:`dataclass` に :meth:`__hash__` メソッドを作成させられます。\n"
222-
"こうしてしまうと、クラスが論理的には不変だがそれにもかかわらず変更できてしまう場合、問題になり得ます。\n"
223-
"こうするのは特別なユースケースで、慎重に検討するべきです。"
224220

225221
#:../../library/dataclasses.rst:146
226222
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp