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 ""
1212msgstr ""
1313"Project-Id-Version : Python 3.13\n "
1414"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 "
1616"PO-Revision-Date : 2021-06-28 00:48+0000\n "
1717"Last-Translator : Arihiro TAKASE, 2023\n "
1818"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 ""
1313msgstr ""
1414"Project-Id-Version : Python 3.13\n "
1515"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 "
1717"PO-Revision-Date : 2021-06-28 00:49+0000\n "
1818"Last-Translator : Osamu NAKAMURA, 2023\n "
1919"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change 2121# Takanori Suzuki <takanori@takanory.net>, 2024
2222# tomo, 2024
2323# TENMYO Masakazu, 2024
24+ # tommy, 2024
2425#
2526#, fuzzy
2627msgid ""
2728msgstr ""
2829"Project-Id-Version : Python 3.13\n "
2930"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 "
3132"PO-Revision-Date : 2021-06-28 01:06+0000\n "
32- "Last-Translator : TENMYO Masakazu , 2024\n "
33+ "Last-Translator : tommy , 2024\n "
3334"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
3435"ja/)\n "
3536"MIME-Version : 1.0\n "
@@ -1320,6 +1321,8 @@ msgid ""
13201321"This function executes arbitrary code. Calling it with user-supplied input "
13211322"may lead to security vulnerabilities."
13221323msgstr ""
1324+ "この関数は任意のコードを実行します。ユーザが入力した文字列を引数としてこの関"
1325+ "数を呼び出すと、セキュリティの脆弱性につながる可能性があります。"
13231326
13241327#: ../../library/functions.rst:596
13251328msgid ""
@@ -3896,7 +3899,7 @@ msgstr ""
38963899
38973900#: ../../library/functions.rst:2072
38983901msgid "See also:"
3899- msgstr ""
3902+ msgstr "下記を参照してください。 "
39003903
39013904#: ../../library/functions.rst:2074
39023905msgid ""
Original file line number Diff line number Diff line change 88# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2023
99# Arihiro TAKASE, 2023
1010# Masato HASHIMOTO <cabezon.hashimoto@gmail.com>, 2023
11- # 石井明久 , 2024
11+ # qqfunc , 2024
1212# tomo, 2024
1313#
1414#, fuzzy
1515msgid ""
1616msgstr ""
1717"Project-Id-Version : Python 3.13\n "
1818"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 "
2020"PO-Revision-Date : 2021-06-28 01:11+0000\n "
2121"Last-Translator : tomo, 2024\n "
2222"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -313,7 +313,7 @@ msgid ""
313313">>> import json\n"
314314">>> import pprint\n"
315315">>> 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"
317317"... project_info = json.load(resp)['info']"
318318msgstr ""
319319
You can’t perform that action at this time.
0 commit comments