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

Commitec44298

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

File tree

4 files changed

+3945
-3914
lines changed

4 files changed

+3945
-3914
lines changed

‎library/signal.po

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.7\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2018-06-30 05:56+0900\n"
11+
"POT-Creation-Date:2018-08-26 08:59+0900\n"
1212
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator:Osamu NAKAMURA, 2017\n"
1414
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -683,3 +683,24 @@ msgstr ""
683683
"は未定義の期間ハングアップしてしまいますが、この方法はそうした場合に便利です。ここではファイルを開くまで 5 "
684684
"秒間のアラームを設定することで解決しています; "
685685
"ファイルを開く処理が長くかかりすぎると、アラームシグナルが送信され、ハンドラが例外を送出するようになっています。 ::"
686+
687+
#:../../library/signal.rst:489
688+
msgid"Note on SIGPIPE"
689+
msgstr""
690+
691+
#:../../library/signal.rst:491
692+
msgid""
693+
"Piping output of your program to tools like :manpage:`head(1)` will cause a "
694+
":const:`SIGPIPE` signal to be sent to your process when the receiver of its "
695+
"standard output closes early. This results in an exception like "
696+
":code:`BrokenPipeError: [Errno 32] Broken pipe`. To handle this case, wrap "
697+
"your entry point to catch this exception as follows::"
698+
msgstr""
699+
700+
#:../../library/signal.rst:518
701+
msgid""
702+
"Do not set :const:`SIGPIPE`'s disposition to :const:`SIG_DFL` in order to "
703+
"avoid :exc:`BrokenPipeError`. Doing that would cause your program to exit "
704+
"unexpectedly also whenever any socket connection is interrupted while your "
705+
"program is still writing to it."
706+
msgstr""

‎library/stdtypes.po

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.7\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2018-08-19 08:55+0900\n"
11+
"POT-Creation-Date:2018-08-26 08:59+0900\n"
1212
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator:Masato HASHIMOTO <cabezon.hashimoto@gmail.com>, 2017\n"
1414
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -727,6 +727,13 @@ msgstr "``x | y``"
727727
msgid"bitwise :dfn:`or` of *x* and *y*"
728728
msgstr"*x* と *y* のビット単位 :dfn:`論理和`"
729729

730+
#:../../library/stdtypes.rst:412../../library/stdtypes.rst:415
731+
#:../../library/stdtypes.rst:418../../library/stdtypes.rst:1092
732+
#:../../library/stdtypes.rst:2207../../library/stdtypes.rst:2211
733+
#:../../library/stdtypes.rst:3329../../library/stdtypes.rst:3333
734+
msgid"\\(4)"
735+
msgstr"\\(4)"
736+
730737
#:../../library/stdtypes.rst:415
731738
msgid"``x ^ y``"
732739
msgstr"``x ^ y``"
@@ -1626,16 +1633,16 @@ msgid "``s.clear()``"
16261633
msgstr"``s.clear()``"
16271634

16281635
#:../../library/stdtypes.rst:1068
1629-
msgid"removes all items from``s`` (same as ``del s[:]``)"
1630-
msgstr"``s`` から全ての要素を取り除きます (``del s[:]`` と同じ)"
1636+
msgid"removes all items from*s* (same as ``del s[:]``)"
1637+
msgstr""
16311638

16321639
#:../../library/stdtypes.rst:1071
16331640
msgid"``s.copy()``"
16341641
msgstr"``s.copy()``"
16351642

16361643
#:../../library/stdtypes.rst:1071
1637-
msgid"creates a shallow copy of``s`` (same as ``s[:]``)"
1638-
msgstr"``s`` の浅いコピーを作成します (``s[:]`` と同じ)"
1644+
msgid"creates a shallow copy of*s* (same as ``s[:]``)"
1645+
msgstr""
16391646

16401647
#:../../library/stdtypes.rst:1074
16411648
msgid"``s.extend(t)`` or ``s += t``"
@@ -1688,12 +1695,6 @@ msgstr "``s.reverse()``"
16881695
msgid"reverses the items of *s* in place"
16891696
msgstr"*s* をインプレースに逆転させます"
16901697

1691-
#:../../library/stdtypes.rst:1092../../library/stdtypes.rst:2207
1692-
#:../../library/stdtypes.rst:2211../../library/stdtypes.rst:3329
1693-
#:../../library/stdtypes.rst:3333
1694-
msgid"\\(4)"
1695-
msgstr"\\(4)"
1696-
16971698
#:../../library/stdtypes.rst:1100
16981699
msgid"*t* must have the same length as the slice it is replacing."
16991700
msgstr"*t* は置き換えるスライスと同じ長さでなければいけません。"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp