-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Nov 18, 2024
1 parent
6c163a0
commit d2f65db
Showing
2 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,16 +7,17 @@ | |
# rise sjack <[email protected]>, 2021 | ||
# tomo, 2021 | ||
# Arihiro TAKASE, 2023 | ||
# 石井明久, 2024 | ||
# qqfunc, 2024 | ||
# Takeshi Nakazato, 2024 | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Python 3.13\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-11-01 14:17+0000\n" | ||
"POT-Creation-Date: 2024-11-15 14:18+0000\n" | ||
"PO-Revision-Date: 2021-06-28 01:08+0000\n" | ||
"Last-Translator: 石井明久, 2024\n" | ||
"Last-Translator: Takeshi Nakazato, 2024\n" | ||
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/" | ||
"ja/)\n" | ||
"MIME-Version: 1.0\n" | ||
|
@@ -139,13 +140,15 @@ msgstr "クラスを定義しているモジュールの名前" | |
|
||
#: ../../library/inspect.rst:58 ../../library/inspect.rst:111 | ||
msgid "__type_params__" | ||
msgstr "" | ||
msgstr "__type_params__" | ||
|
||
#: ../../library/inspect.rst:58 | ||
msgid "" | ||
"A tuple containing the :ref:`type parameters <type-params>` of a generic " | ||
"class" | ||
msgstr "" | ||
"ジェネリッククラスの :ref:`型パラメータ (type parameters) <type-params>` を含" | ||
"むタプル" | ||
|
||
#: ../../library/inspect.rst:63 | ||
msgid "method" | ||
|
@@ -173,7 +176,7 @@ msgstr "メソッドに結合しているインスタンス、または ``None`` | |
|
||
#: ../../library/inspect.rst:78 | ||
msgid "name of module in which this method was defined" | ||
msgstr "" | ||
msgstr "このメソッドが定義されているモジュールの名前" | ||
|
||
#: ../../library/inspect.rst:81 | ||
msgid "function" | ||
|
@@ -219,11 +222,11 @@ msgstr "関数が定義されたグローバル名前空間" | |
|
||
#: ../../library/inspect.rst:103 | ||
msgid "__builtins__" | ||
msgstr "" | ||
msgstr "__builtins__" | ||
|
||
#: ../../library/inspect.rst:103 | ||
msgid "builtins namespace" | ||
msgstr "" | ||
msgstr "組み込みモジュールの名前空間" | ||
|
||
#: ../../library/inspect.rst:105 | ||
msgid "__annotations__" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters