Skip to content

Commit 63ea3d0

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 0f92ea8 commit 63ea3d0

File tree

2 files changed

+61
-74
lines changed

2 files changed

+61
-74
lines changed

c-api/exceptions.po

Lines changed: 32 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.7\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2020-02-10 04:47+0000\n"
14+
"POT-Creation-Date: 2020-02-12 04:47+0000\n"
1515
"PO-Revision-Date: 2019-09-01 03:39+0000\n"
1616
"Last-Translator: tomo, 2020\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1032,16 +1032,16 @@ msgstr ""
10321032
":c:type:`PyObject\\*` を持ち、すべてクラスオブジェクトです。完璧を期するために、すべての変数を以下に列挙します:"
10331033

10341034
#: ../../c-api/exceptions.rst:820 ../../c-api/exceptions.rst:953
1035-
#: ../../c-api/exceptions.rst:1001
1035+
#: ../../c-api/exceptions.rst:998
10361036
msgid "C Name"
10371037
msgstr "C名"
10381038

1039-
#: ../../c-api/exceptions.rst:820 ../../c-api/exceptions.rst:1001
1039+
#: ../../c-api/exceptions.rst:820 ../../c-api/exceptions.rst:998
10401040
msgid "Python Name"
10411041
msgstr "Python名"
10421042

10431043
#: ../../c-api/exceptions.rst:820 ../../c-api/exceptions.rst:953
1044-
#: ../../c-api/exceptions.rst:1001
1044+
#: ../../c-api/exceptions.rst:998
10451045
msgid "Notes"
10461046
msgstr "注釈"
10471047

@@ -1055,7 +1055,7 @@ msgstr ":exc:`BaseException`"
10551055

10561056
#: ../../c-api/exceptions.rst:822 ../../c-api/exceptions.rst:824
10571057
#: ../../c-api/exceptions.rst:826 ../../c-api/exceptions.rst:872
1058-
#: ../../c-api/exceptions.rst:884 ../../c-api/exceptions.rst:1003
1058+
#: ../../c-api/exceptions.rst:884 ../../c-api/exceptions.rst:1000
10591059
msgid "\\(1)"
10601060
msgstr "\\(1)"
10611061

@@ -1534,7 +1534,7 @@ msgstr "\\(3)"
15341534
msgid "These aliases used to be separate exception types."
15351535
msgstr "これらのエイリアスは例外の種類を分けるために使われます。"
15361536

1537-
#: ../../c-api/exceptions.rst:965 ../../c-api/exceptions.rst:1029
1537+
#: ../../c-api/exceptions.rst:965 ../../c-api/exceptions.rst:1026
15381538
msgid "Notes:"
15391539
msgstr "注釈:"
15401540

@@ -1543,22 +1543,18 @@ msgid "This is a base class for other standard exceptions."
15431543
msgstr "これは別の標準例外のためのベースクラスです。"
15441544

15451545
#: ../../c-api/exceptions.rst:971
1546-
msgid "This is the same as :exc:`weakref.ReferenceError`."
1547-
msgstr "これは :exc:`weakref.ReferenceError` と同じです。"
1548-
1549-
#: ../../c-api/exceptions.rst:974
15501546
msgid ""
15511547
"Only defined on Windows; protect code that uses this by testing that the "
15521548
"preprocessor macro ``MS_WINDOWS`` is defined."
15531549
msgstr ""
15541550
"Windowsでのみ定義されています。プリプロセッサマクロ ``MS_WINDOWS`` "
15551551
"が定義されているかテストすることで、これを使うコードを保護してください。"
15561552

1557-
#: ../../c-api/exceptions.rst:980
1553+
#: ../../c-api/exceptions.rst:977
15581554
msgid "Standard Warning Categories"
15591555
msgstr "標準警告カテゴリ"
15601556

1561-
#: ../../c-api/exceptions.rst:982
1557+
#: ../../c-api/exceptions.rst:979
15621558
msgid ""
15631559
"All standard Python warning categories are available as global variables "
15641560
"whose names are ``PyExc_`` followed by the Python exception name. These have"
@@ -1568,98 +1564,98 @@ msgstr ""
15681564
"``PyExc_`` の後ろにPythonの例外名が続く名前をもつグローバル変数として、すべての標準Python警告カテゴリが利用可能です。これらは型 "
15691565
":c:type:`PyObject\\*` を持ち、すべてクラスオブジェクトです。完璧を期するために、すべての変数を以下に列挙します:"
15701566

1571-
#: ../../c-api/exceptions.rst:1003
1567+
#: ../../c-api/exceptions.rst:1000
15721568
msgid ":c:data:`PyExc_Warning`"
15731569
msgstr ":c:data:`PyExc_Warning`"
15741570

1575-
#: ../../c-api/exceptions.rst:1003
1571+
#: ../../c-api/exceptions.rst:1000
15761572
msgid ":exc:`Warning`"
15771573
msgstr ":exc:`Warning`"
15781574

1579-
#: ../../c-api/exceptions.rst:1005
1575+
#: ../../c-api/exceptions.rst:1002
15801576
msgid ":c:data:`PyExc_BytesWarning`"
15811577
msgstr ":c:data:`PyExc_BytesWarning`"
15821578

1583-
#: ../../c-api/exceptions.rst:1005
1579+
#: ../../c-api/exceptions.rst:1002
15841580
msgid ":exc:`BytesWarning`"
15851581
msgstr ":exc:`BytesWarning`"
15861582

1587-
#: ../../c-api/exceptions.rst:1007
1583+
#: ../../c-api/exceptions.rst:1004
15881584
msgid ":c:data:`PyExc_DeprecationWarning`"
15891585
msgstr ":c:data:`PyExc_DeprecationWarning`"
15901586

1591-
#: ../../c-api/exceptions.rst:1007
1587+
#: ../../c-api/exceptions.rst:1004
15921588
msgid ":exc:`DeprecationWarning`"
15931589
msgstr ":exc:`DeprecationWarning`"
15941590

1595-
#: ../../c-api/exceptions.rst:1009
1591+
#: ../../c-api/exceptions.rst:1006
15961592
msgid ":c:data:`PyExc_FutureWarning`"
15971593
msgstr ":c:data:`PyExc_FutureWarning`"
15981594

1599-
#: ../../c-api/exceptions.rst:1009
1595+
#: ../../c-api/exceptions.rst:1006
16001596
msgid ":exc:`FutureWarning`"
16011597
msgstr ":exc:`FutureWarning`"
16021598

1603-
#: ../../c-api/exceptions.rst:1011
1599+
#: ../../c-api/exceptions.rst:1008
16041600
msgid ":c:data:`PyExc_ImportWarning`"
16051601
msgstr ":c:data:`PyExc_ImportWarning`"
16061602

1607-
#: ../../c-api/exceptions.rst:1011
1603+
#: ../../c-api/exceptions.rst:1008
16081604
msgid ":exc:`ImportWarning`"
16091605
msgstr ":exc:`ImportWarning`"
16101606

1611-
#: ../../c-api/exceptions.rst:1013
1607+
#: ../../c-api/exceptions.rst:1010
16121608
msgid ":c:data:`PyExc_PendingDeprecationWarning`"
16131609
msgstr ":c:data:`PyExc_PendingDeprecationWarning`"
16141610

1615-
#: ../../c-api/exceptions.rst:1013
1611+
#: ../../c-api/exceptions.rst:1010
16161612
msgid ":exc:`PendingDeprecationWarning`"
16171613
msgstr ":exc:`PendingDeprecationWarning`"
16181614

1619-
#: ../../c-api/exceptions.rst:1015
1615+
#: ../../c-api/exceptions.rst:1012
16201616
msgid ":c:data:`PyExc_ResourceWarning`"
16211617
msgstr ":c:data:`PyExc_ResourceWarning`"
16221618

1623-
#: ../../c-api/exceptions.rst:1015
1619+
#: ../../c-api/exceptions.rst:1012
16241620
msgid ":exc:`ResourceWarning`"
16251621
msgstr ":exc:`ResourceWarning`"
16261622

1627-
#: ../../c-api/exceptions.rst:1017
1623+
#: ../../c-api/exceptions.rst:1014
16281624
msgid ":c:data:`PyExc_RuntimeWarning`"
16291625
msgstr ":c:data:`PyExc_RuntimeWarning`"
16301626

1631-
#: ../../c-api/exceptions.rst:1017
1627+
#: ../../c-api/exceptions.rst:1014
16321628
msgid ":exc:`RuntimeWarning`"
16331629
msgstr ":exc:`RuntimeWarning`"
16341630

1635-
#: ../../c-api/exceptions.rst:1019
1631+
#: ../../c-api/exceptions.rst:1016
16361632
msgid ":c:data:`PyExc_SyntaxWarning`"
16371633
msgstr ":c:data:`PyExc_SyntaxWarning`"
16381634

1639-
#: ../../c-api/exceptions.rst:1019
1635+
#: ../../c-api/exceptions.rst:1016
16401636
msgid ":exc:`SyntaxWarning`"
16411637
msgstr ":exc:`SyntaxWarning`"
16421638

1643-
#: ../../c-api/exceptions.rst:1021
1639+
#: ../../c-api/exceptions.rst:1018
16441640
msgid ":c:data:`PyExc_UnicodeWarning`"
16451641
msgstr ":c:data:`PyExc_UnicodeWarning`"
16461642

1647-
#: ../../c-api/exceptions.rst:1021
1643+
#: ../../c-api/exceptions.rst:1018
16481644
msgid ":exc:`UnicodeWarning`"
16491645
msgstr ":exc:`UnicodeWarning`"
16501646

1651-
#: ../../c-api/exceptions.rst:1023
1647+
#: ../../c-api/exceptions.rst:1020
16521648
msgid ":c:data:`PyExc_UserWarning`"
16531649
msgstr ":c:data:`PyExc_UserWarning`"
16541650

1655-
#: ../../c-api/exceptions.rst:1023
1651+
#: ../../c-api/exceptions.rst:1020
16561652
msgid ":exc:`UserWarning`"
16571653
msgstr ":exc:`UserWarning`"
16581654

1659-
#: ../../c-api/exceptions.rst:1026
1655+
#: ../../c-api/exceptions.rst:1023
16601656
msgid ":c:data:`PyExc_ResourceWarning`."
16611657
msgstr ":c:data:`PyExc_ResourceWarning`."
16621658

1663-
#: ../../c-api/exceptions.rst:1032
1659+
#: ../../c-api/exceptions.rst:1029
16641660
msgid "This is a base class for other standard warning categories."
16651661
msgstr "これは別の標準警告カテゴリのためのベースクラスです。"

0 commit comments

Comments
 (0)