File tree Expand file tree Collapse file tree 28 files changed +61
-55
lines changed Expand file tree Collapse file tree 28 files changed +61
-55
lines changed Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.12\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2023-12-15 14:14+0000\n "
16
+ "POT-Creation-Date : 2024-01-05 14:14+0000\n "
17
17
"PO-Revision-Date : 2021-06-28 00:50+0000\n "
18
18
"Last-Translator : Nozomu Kaneko <nozom.kaneko@gmail.com>, 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 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.12\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2023-12-15 14:14+0000\n "
15
+ "POT-Creation-Date : 2024-01-05 14:14+0000\n "
16
16
"PO-Revision-Date : 2021-06-28 00:52+0000\n "
17
17
"Last-Translator : tomo, 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 8
8
# tomo, 2021
9
9
# Atsuo Ishimoto <atsuoishimoto@gmail.com>, 2022
10
10
# 菊池 健志, 2023
11
+ # TENMYO Masakazu, 2024
11
12
#
12
13
#, fuzzy
13
14
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
16
17
"Report-Msgid-Bugs-To : \n "
17
18
"POT-Creation-Date : 2024-01-05 14:14+0000\n "
18
19
"PO-Revision-Date : 2021-06-28 00:53+0000\n "
19
- "Last-Translator : 菊池 健志, 2023 \n "
20
+ "Last-Translator : TENMYO Masakazu, 2024 \n "
20
21
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
21
22
"ja/)\n "
22
23
"MIME-Version : 1.0\n "
@@ -181,6 +182,11 @@ msgid ""
181
182
"their side effects of sending some text to the screen or pausing execution "
182
183
"for a second."
183
184
msgstr ""
185
+ "ある言語では純粋さにとても厳しく ``a=3`` や ``c = a + b`` のような代入文すら"
186
+ "存在しないほどですが、画面への表示やディスクファイルへの書き込みなど、すべて"
187
+ "の副作用を避けるのは難しいです。別の例として、 :func:`print` や :func:`time."
188
+ "sleep` 関数の呼び出しもありますが、どちらも有用な値を返しません。画面にテキス"
189
+ "トを送ったり、実行を 1 秒間停めたりといった副作用のためだけに呼ばれるのです。"
184
190
185
191
#: ../../howto/functional.rst:73
186
192
msgid ""
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -14,7 +14,7 @@ msgid ""
14
14
msgstr ""
15
15
"Project-Id-Version : Python 3.12\n "
16
16
"Report-Msgid-Bugs-To : \n "
17
- "POT-Creation-Date : 2023-12-22 14:13 +0000\n "
17
+ "POT-Creation-Date : 2024-01-05 14:14 +0000\n "
18
18
"PO-Revision-Date : 2021-06-28 00:54+0000\n "
19
19
"Last-Translator : Arihiro TAKASE, 2023\n "
20
20
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.12\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2023-12-15 14:14+0000\n "
16
+ "POT-Creation-Date : 2024-01-05 14:14+0000\n "
17
17
"PO-Revision-Date : 2021-06-28 00:55+0000\n "
18
18
"Last-Translator : tomo, 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 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -15,7 +15,7 @@ msgid ""
15
15
msgstr ""
16
16
"Project-Id-Version : Python 3.12\n "
17
17
"Report-Msgid-Bugs-To : \n "
18
- "POT-Creation-Date : 2023-12-22 14:13 +0000\n "
18
+ "POT-Creation-Date : 2024-01-05 14:14 +0000\n "
19
19
"PO-Revision-Date : 2021-06-28 01:03+0000\n "
20
20
"Last-Translator : souma987, 2023\n "
21
21
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.12\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2023-12-15 14:14+0000\n "
15
+ "POT-Creation-Date : 2024-01-05 14:14+0000\n "
16
16
"PO-Revision-Date : 2021-06-28 01:05+0000\n "
17
17
"Last-Translator : tomo, 2021\n "
18
18
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -14,7 +14,7 @@ msgid ""
14
14
msgstr ""
15
15
"Project-Id-Version : Python 3.12\n "
16
16
"Report-Msgid-Bugs-To : \n "
17
- "POT-Creation-Date : 2023-12-22 14:13 +0000\n "
17
+ "POT-Creation-Date : 2024-01-05 14:14 +0000\n "
18
18
"PO-Revision-Date : 2021-06-28 01:05+0000\n "
19
19
"Last-Translator : tomo, 2023\n "
20
20
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.12\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2023-12-15 14:14+0000\n "
15
+ "POT-Creation-Date : 2024-01-05 14:14+0000\n "
16
16
"PO-Revision-Date : 2021-06-28 01:07+0000\n "
17
17
"Last-Translator : tomo, 2021\n "
18
18
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.12\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2023-12-15 14:14+0000\n "
14
+ "POT-Creation-Date : 2024-01-05 14:14+0000\n "
15
15
"PO-Revision-Date : 2022-11-05 19:49+0000\n "
16
16
"Last-Translator : Naoki Koike, 2023\n "
17
17
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.12\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2023-12-22 14:13 +0000\n "
16
+ "POT-Creation-Date : 2024-01-05 14:14 +0000\n "
17
17
"PO-Revision-Date : 2021-06-28 01:10+0000\n "
18
18
"Last-Translator : Arihiro TAKASE, 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 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.12\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2023-12-22 14:13 +0000\n "
15
+ "POT-Creation-Date : 2024-01-05 14:14 +0000\n "
16
16
"PO-Revision-Date : 2021-06-28 01:11+0000\n "
17
17
"Last-Translator : tomo, 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 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -16,7 +16,7 @@ msgid ""
16
16
msgstr ""
17
17
"Project-Id-Version : Python 3.12\n "
18
18
"Report-Msgid-Bugs-To : \n "
19
- "POT-Creation-Date : 2023-12-15 14:14+0000\n "
19
+ "POT-Creation-Date : 2024-01-05 14:14+0000\n "
20
20
"PO-Revision-Date : 2021-06-28 01:13+0000\n "
21
21
"Last-Translator : Takanori Suzuki <takanori@takanory.net>, 2023\n "
22
22
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -16,7 +16,7 @@ msgid ""
16
16
msgstr ""
17
17
"Project-Id-Version : Python 3.12\n "
18
18
"Report-Msgid-Bugs-To : \n "
19
- "POT-Creation-Date : 2023-12-22 14:13 +0000\n "
19
+ "POT-Creation-Date : 2024-01-05 14:14 +0000\n "
20
20
"PO-Revision-Date : 2021-06-28 01:13+0000\n "
21
21
"Last-Translator : Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2023\n "
22
22
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -15,7 +15,7 @@ msgid ""
15
15
msgstr ""
16
16
"Project-Id-Version : Python 3.12\n "
17
17
"Report-Msgid-Bugs-To : \n "
18
- "POT-Creation-Date : 2023-12-22 14:13 +0000\n "
18
+ "POT-Creation-Date : 2024-01-05 14:14 +0000\n "
19
19
"PO-Revision-Date : 2021-06-28 01:14+0000\n "
20
20
"Last-Translator : tomo, 2023\n "
21
21
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.12\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2023-12-15 14:14+0000\n "
16
+ "POT-Creation-Date : 2024-01-05 14:14+0000\n "
17
17
"PO-Revision-Date : 2021-06-28 01:15+0000\n "
18
18
"Last-Translator : Arihiro TAKASE, 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 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.12\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2023-12-22 14:13 +0000\n "
16
+ "POT-Creation-Date : 2024-01-05 14:14 +0000\n "
17
17
"PO-Revision-Date : 2021-06-28 01:15+0000\n "
18
18
"Last-Translator : tomo, 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 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.12\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2023-12-22 14:13 +0000\n "
15
+ "POT-Creation-Date : 2024-01-05 14:14 +0000\n "
16
16
"PO-Revision-Date : 2022-11-05 19:49+0000\n "
17
17
"Last-Translator : Takanori Suzuki <takanori@takanory.net>, 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 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.12\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2023-12-22 14:13 +0000\n "
20
+ "POT-Creation-Date : 2024-01-05 14:14 +0000\n "
21
21
"PO-Revision-Date : 2021-06-28 01:16+0000\n "
22
22
"Last-Translator : souma987, 2023\n "
23
23
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -15,7 +15,7 @@ msgid ""
15
15
msgstr ""
16
16
"Project-Id-Version : Python 3.12\n "
17
17
"Report-Msgid-Bugs-To : \n "
18
- "POT-Creation-Date : 2023-12-22 14:13 +0000\n "
18
+ "POT-Creation-Date : 2024-01-05 14:14 +0000\n "
19
19
"PO-Revision-Date : 2021-06-28 01:16+0000\n "
20
20
"Last-Translator : Arihiro TAKASE, 2023\n "
21
21
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -18,7 +18,7 @@ msgid ""
18
18
msgstr ""
19
19
"Project-Id-Version : Python 3.12\n "
20
20
"Report-Msgid-Bugs-To : \n "
21
- "POT-Creation-Date : 2023-12-22 14:13 +0000\n "
21
+ "POT-Creation-Date : 2024-01-05 14:14 +0000\n "
22
22
"PO-Revision-Date : 2021-06-28 01:16+0000\n "
23
23
"Last-Translator : Arihiro TAKASE, 2023\n "
24
24
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -18,7 +18,7 @@ msgid ""
18
18
msgstr ""
19
19
"Project-Id-Version : Python 3.12\n "
20
20
"Report-Msgid-Bugs-To : \n "
21
- "POT-Creation-Date : 2023-12-22 14:13 +0000\n "
21
+ "POT-Creation-Date : 2024-01-05 14:14 +0000\n "
22
22
"PO-Revision-Date : 2021-06-28 01:17+0000\n "
23
23
"Last-Translator : Arihiro TAKASE, 2023\n "
24
24
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -14,7 +14,7 @@ msgid ""
14
14
msgstr ""
15
15
"Project-Id-Version : Python 3.12\n "
16
16
"Report-Msgid-Bugs-To : \n "
17
- "POT-Creation-Date : 2023-12-22 14:13 +0000\n "
17
+ "POT-Creation-Date : 2024-01-05 14:14 +0000\n "
18
18
"PO-Revision-Date : 2021-06-28 01:17+0000\n "
19
19
"Last-Translator : Arihiro TAKASE, 2023\n "
20
20
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.12\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2023-12-15 14:14+0000\n "
16
+ "POT-Creation-Date : 2024-01-05 14:14+0000\n "
17
17
"PO-Revision-Date : 2021-06-28 01:18+0000\n "
18
18
"Last-Translator : Arihiro TAKASE, 2023\n "
19
19
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
You can’t perform that action at this time.
0 commit comments