File tree Expand file tree Collapse file tree 10 files changed +923
-831
lines changed Expand file tree Collapse file tree 10 files changed +923
-831
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.13\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2024-10-26 20:15 +0000\n "
15
+ "POT-Creation-Date : 2024-11-15 14:18 +0000\n "
16
16
"PO-Revision-Date : 2021-06-28 00:48+0000\n "
17
17
"Last-Translator : Arihiro TAKASE, 2023\n "
18
18
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.13\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2024-10-26 20:15 +0000\n "
16
+ "POT-Creation-Date : 2024-11-15 14:18 +0000\n "
17
17
"PO-Revision-Date : 2021-06-28 00:49+0000\n "
18
18
"Last-Translator : Osamu NAKAMURA, 2023\n "
19
19
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change 21
21
# Takanori Suzuki <[email protected] >, 2024
22
22
# tomo, 2024
23
23
# TENMYO Masakazu, 2024
24
+ # tommy, 2024
24
25
#
25
26
#, fuzzy
26
27
msgid ""
27
28
msgstr ""
28
29
"Project-Id-Version : Python 3.13\n "
29
30
"Report-Msgid-Bugs-To : \n "
30
- "POT-Creation-Date : 2024-11-01 14:17 +0000\n "
31
+ "POT-Creation-Date : 2024-11-15 14:18 +0000\n "
31
32
"PO-Revision-Date : 2021-06-28 01:06+0000\n "
32
- "Last-Translator : TENMYO Masakazu , 2024\n "
33
+ "Last-Translator : tommy , 2024\n "
33
34
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
34
35
"ja/)\n "
35
36
"MIME-Version : 1.0\n "
@@ -1320,6 +1321,8 @@ msgid ""
1320
1321
"This function executes arbitrary code. Calling it with user-supplied input "
1321
1322
"may lead to security vulnerabilities."
1322
1323
msgstr ""
1324
+ "この関数は任意のコードを実行します。ユーザが入力した文字列を引数としてこの関"
1325
+ "数を呼び出すと、セキュリティの脆弱性につながる可能性があります。"
1323
1326
1324
1327
#: ../../library/functions.rst:596
1325
1328
msgid ""
@@ -3896,7 +3899,7 @@ msgstr ""
3896
3899
3897
3900
#: ../../library/functions.rst:2072
3898
3901
msgid "See also:"
3899
- msgstr ""
3902
+ msgstr "下記を参照してください。 "
3900
3903
3901
3904
#: ../../library/functions.rst:2074
3902
3905
msgid ""
Original file line number Diff line number Diff line change 8
8
# Nozomu Kaneko <[email protected] >, 2023
9
9
# Arihiro TAKASE, 2023
10
10
# Masato HASHIMOTO <[email protected] >, 2023
11
- # 石井明久 , 2024
11
+ # qqfunc , 2024
12
12
# tomo, 2024
13
13
#
14
14
#, fuzzy
15
15
msgid ""
16
16
msgstr ""
17
17
"Project-Id-Version : Python 3.13\n "
18
18
"Report-Msgid-Bugs-To : \n "
19
- "POT-Creation-Date : 2024-10-26 20:15 +0000\n "
19
+ "POT-Creation-Date : 2024-11-15 14:18 +0000\n "
20
20
"PO-Revision-Date : 2021-06-28 01:11+0000\n "
21
21
"Last-Translator : tomo, 2024\n "
22
22
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -313,7 +313,7 @@ msgid ""
313
313
">>> import json\n"
314
314
">>> import pprint\n"
315
315
">>> from urllib.request import urlopen\n"
316
- ">>> with urlopen('https://pypi.org/pypi/sampleproject/json') as resp:\n"
316
+ ">>> with urlopen('https://pypi.org/pypi/sampleproject/1.2.0/ json') as resp:\n"
317
317
"... project_info = json.load(resp)['info']"
318
318
msgstr ""
319
319
You can’t perform that action at this time.
0 commit comments