Skip to content

Commit 0ae6a38

Browse files
committed
Fix translation of "salted".
- Should be "ソルト", not "塩漬け".
1 parent 0eb4fae commit 0ae6a38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/datamodel.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2062,7 +2062,7 @@ msgid ""
20622062
"constant within an individual Python process, they are not predictable "
20632063
"between repeated invocations of Python."
20642064
msgstr ""
2065-
"デフォルトでは、文字列、バイト列、datetime オブジェクトの :meth:`__hash__` 値は予測不可能なランダム値で \"塩漬け\" "
2065+
"デフォルトでは、文字列、バイト列、datetime オブジェクトの :meth:`__hash__` 値は予測不可能なランダム値で \"ソルト\" "
20662066
"されます。 ハッシュ値は単独の Python プロセス内では定数であり続けますが、Python を繰り返し起動する毎に、予測できなくなります。"
20672067

20682068
#: ../../reference/datamodel.rst:1448

using/cmdline.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ msgid ""
435435
"invocations of Python."
436436
msgstr ""
437437
"以前のバージョンの Python では、このオプションはハッシュのランダム化を有効にします。これにより、 str, bytes, datetime 型の"
438-
" :meth:`__hash__` 値が予測不可能な乱数で \"塩漬け\" されます。ハッシュ値は各 Python プロセスでは固定ですが、 "
438+
" :meth:`__hash__` 値が予測不可能な乱数で \"ソルト\" されます。ハッシュ値は各 Python プロセスでは固定ですが、 "
439439
"Python を繰り返し再実行した場合は別の予測不能な値になります。"
440440

441441
#: ../../using/cmdline.rst:305

0 commit comments

Comments
 (0)