File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 5
5
#
6
6
# Translators:
7
7
# tomo, 2020
8
+ # Mikami Akiko, 2021
8
9
#
9
10
#, fuzzy
10
11
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
13
14
"Report-Msgid-Bugs-To : \n "
14
15
"POT-Creation-Date : 2021-01-01 16:06+0000\n "
15
16
"PO-Revision-Date : 2020-05-30 11:54+0000\n "
16
- "Last-Translator : tomo, 2020 \n "
17
+ "Last-Translator : Mikami Akiko, 2021 \n "
17
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
19
"MIME-Version : 1.0\n "
19
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -154,6 +155,9 @@ msgid ""
154
155
"that, see the Python library guide's section on ncurses, and the C manual "
155
156
"pages for ncurses. It will, however, give you the basic ideas."
156
157
msgstr ""
158
+ "この HOWTO は curses と Python を使ってテキストプログラムを書くための入門記事です。 curses API "
159
+ "に対する完全な解説をすることは意図していません; その目的のためには Python ライブラリガイドの ncurses 節と C "
160
+ "言語マニュアルのncurses のページを参照してください。とはいえ、この文章は基本的な考えを提供してくれるでしょう。"
157
161
158
162
#: ../../howto/curses.rst:83
159
163
msgid "Starting and ending a curses application"
Original file line number Diff line number Diff line change 6
6
# Translators:
7
7
# tomo, 2020
8
8
# Takanori Suzuki <[email protected] >, 2021
9
+ # Mikami Akiko, 2021
9
10
#
10
11
#, fuzzy
11
12
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
14
15
"Report-Msgid-Bugs-To : \n "
15
16
"POT-Creation-Date : 2021-01-01 16:06+0000\n "
16
17
"PO-Revision-Date : 2020-05-30 12:17+0000\n "
17
- "
Last-Translator :
Takanori Suzuki <[email protected] > , 2021\n"
18
+ "Last-Translator : Mikami Akiko , 2021\n "
18
19
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
19
20
"MIME-Version : 1.0\n "
20
21
"Content-Type : text/plain; charset=UTF-8\n "
@@ -485,6 +486,9 @@ msgid ""
485
486
" individual Python process, they are not predictable between repeated "
486
487
"invocations of Python."
487
488
msgstr ""
489
+ "以前のバージョンの Python では、このオプションはハッシュのランダム化を有効にします。これにより、 str, bytes 型の "
490
+ ":meth:`__hash__` 値が予測不可能な乱数で \" ソルト\" されます。ハッシュ値は各 Python プロセスでは固定ですが、 Python"
491
+ " を繰り返し再実行した場合は別の予測不能な値になります。"
488
492
489
493
#: ../../using/cmdline.rst:323
490
494
msgid ""
You can’t perform that action at this time.
0 commit comments