Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf13e030

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent2559527 commitf13e030

File tree

3 files changed

+3983
-3978
lines changed

3 files changed

+3983
-3978
lines changed

‎library/compileall.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ msgid ""
152152
"hash`` if the ``SOURCE_DATE_EPOCH`` environment variable is set."
153153
msgstr""
154154
"生成したバイトコードファイルを実行時に無効化する方法を制御します。``timestamp`` を指定すると、生成した``.pyc`` "
155-
"ファイルにソースファイルのタイムスタンプとサイズを埋め込みます。``checked-hash`` と ``unchecked-"
156-
"hash``を指定すると、ハッシュベースの "
155+
"ファイルにソースファイルのタイムスタンプとサイズを埋め込みます。``checked-hash`` と ``unchecked-hash``"
156+
"を指定すると、ハッシュベースの "
157157
"pycファイルが生成されます。ハッシュベースのpycファイルは、ソースファイルにタイムスタンプではなくハッシュ値を埋め込みます。Python "
158158
"がバイトコードキャッシュファイルを実行時に検証する方法の詳細を知るには、:ref:`pyc-invalidation` "
159159
"を参照してください。デフォルト値は、:envvar:`SOURCE_DATE_EPOCH` 環境変数が設定されていなければ ``timestamp`` "

‎library/exceptions.po

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version:Python 3.7\n"
2020
"Report-Msgid-Bugs-To:\n"
21-
"POT-Creation-Date:2019-04-06 11:05+0900\n"
21+
"POT-Creation-Date:2019-04-16 11:11+0900\n"
2222
"PO-Revision-Date:2017-02-16 23:10+0000\n"
2323
"Last-Translator:tomo, 2018\n"
2424
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -972,56 +972,54 @@ msgstr ""
972972

973973
#:../../library/exceptions.rst:694
974974
msgid""
975-
"Base class for warnings about features whichwill be deprecated in the"
976-
"future."
977-
msgstr"将来廃止される予定の機能に対する警告の基底クラスです。"
975+
"Base class for warnings about features whichare obsolete and expected to be"
976+
" deprecated in thefuture, but are not deprecated at the moment."
977+
msgstr""
978978

979979
#:../../library/exceptions.rst:698
980980
msgid""
981-
"PendingDeprecationWarning was introduced as an\"ignored by default\" "
982-
"version of DeprecationWarning. But :exc:`DeprecationWarning` is also "
983-
"ignored by default since Python 2.7 and 3.2. There is not much difference "
984-
"between PendingDeprecationWarning and DeprecationWarning nowadays. "
985-
"DeprecationWarning is recommended in general."
981+
"This class is rarely used as emitting a warning about a possible upcoming "
982+
"deprecation is unusual, and :exc:`DeprecationWarning` is preferred for "
983+
"already active deprecations."
986984
msgstr""
987985

988-
#:../../library/exceptions.rst:708
986+
#:../../library/exceptions.rst:705
989987
msgid"Base class for warnings about dubious syntax."
990988
msgstr"曖昧な構文に対する警告の基底クラスです。"
991989

992-
#:../../library/exceptions.rst:713
990+
#:../../library/exceptions.rst:710
993991
msgid"Base class for warnings about dubious runtime behavior."
994992
msgstr"あいまいなランタイム挙動に対する警告の基底クラスです。"
995993

996-
#:../../library/exceptions.rst:718
994+
#:../../library/exceptions.rst:715
997995
msgid""
998996
"Base class for warnings about deprecated features when those warnings are "
999997
"intended for end users of applications that are written in Python."
1000998
msgstr""
1001999

1002-
#:../../library/exceptions.rst:724
1000+
#:../../library/exceptions.rst:721
10031001
msgid"Base class for warnings about probable mistakes in module imports."
10041002
msgstr"モジュールインポートの誤りと思われるものに対する警告の基底クラスです。"
10051003

1006-
#:../../library/exceptions.rst:729
1004+
#:../../library/exceptions.rst:726
10071005
msgid"Base class for warnings related to Unicode."
10081006
msgstr"Unicode に関連した警告の基底クラスです。"
10091007

1010-
#:../../library/exceptions.rst:734
1008+
#:../../library/exceptions.rst:731
10111009
msgid""
10121010
"Base class for warnings related to :class:`bytes` and :class:`bytearray`."
10131011
msgstr":class:`bytes` や :class:`bytearray` に関連した警告の基底クラスです。"
10141012

1015-
#:../../library/exceptions.rst:739
1013+
#:../../library/exceptions.rst:736
10161014
msgid""
10171015
"Base class for warnings related to resource usage. Ignored by the default "
10181016
"warning filters."
10191017
msgstr""
10201018

1021-
#:../../library/exceptions.rst:747
1019+
#:../../library/exceptions.rst:744
10221020
msgid"Exception hierarchy"
10231021
msgstr"例外のクラス階層"
10241022

1025-
#:../../library/exceptions.rst:749
1023+
#:../../library/exceptions.rst:746
10261024
msgid"The class hierarchy for built-in exceptions is:"
10271025
msgstr"組み込み例外のクラス階層は以下のとおりです:"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp