Skip to content

Commit ae80d9e

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 637e6b0 commit ae80d9e

File tree

7 files changed

+5776
-5761
lines changed

7 files changed

+5776
-5761
lines changed

c-api/exceptions.po

Lines changed: 32 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.8\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
19+
"POT-Creation-Date: 2020-02-11 12:43+0000\n"
2020
"PO-Revision-Date: 2017-02-16 17:35+0000\n"
2121
"Last-Translator: tomo, 2020\n"
2222
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1040,16 +1040,16 @@ msgstr ""
10401040
":c:type:`PyObject\\*` を持ち、すべてクラスオブジェクトです。完璧を期するために、すべての変数を以下に列挙します:"
10411041

10421042
#: ../../c-api/exceptions.rst:823 ../../c-api/exceptions.rst:956
1043-
#: ../../c-api/exceptions.rst:1004
1043+
#: ../../c-api/exceptions.rst:1001
10441044
msgid "C Name"
10451045
msgstr "C名"
10461046

1047-
#: ../../c-api/exceptions.rst:823 ../../c-api/exceptions.rst:1004
1047+
#: ../../c-api/exceptions.rst:823 ../../c-api/exceptions.rst:1001
10481048
msgid "Python Name"
10491049
msgstr "Python名"
10501050

10511051
#: ../../c-api/exceptions.rst:823 ../../c-api/exceptions.rst:956
1052-
#: ../../c-api/exceptions.rst:1004
1052+
#: ../../c-api/exceptions.rst:1001
10531053
msgid "Notes"
10541054
msgstr "注釈"
10551055

@@ -1063,7 +1063,7 @@ msgstr ":exc:`BaseException`"
10631063

10641064
#: ../../c-api/exceptions.rst:825 ../../c-api/exceptions.rst:827
10651065
#: ../../c-api/exceptions.rst:829 ../../c-api/exceptions.rst:875
1066-
#: ../../c-api/exceptions.rst:887 ../../c-api/exceptions.rst:1006
1066+
#: ../../c-api/exceptions.rst:887 ../../c-api/exceptions.rst:1003
10671067
msgid "\\(1)"
10681068
msgstr "\\(1)"
10691069

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

1545-
#: ../../c-api/exceptions.rst:968 ../../c-api/exceptions.rst:1032
1545+
#: ../../c-api/exceptions.rst:968 ../../c-api/exceptions.rst:1029
15461546
msgid "Notes:"
15471547
msgstr "注釈:"
15481548

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

15531553
#: ../../c-api/exceptions.rst:974
1554-
msgid "This is the same as :exc:`weakref.ReferenceError`."
1555-
msgstr "これは :exc:`weakref.ReferenceError` と同じです。"
1556-
1557-
#: ../../c-api/exceptions.rst:977
15581554
msgid ""
15591555
"Only defined on Windows; protect code that uses this by testing that the "
15601556
"preprocessor macro ``MS_WINDOWS`` is defined."
15611557
msgstr ""
15621558
"Windowsでのみ定義されています。プリプロセッサマクロ ``MS_WINDOWS`` "
15631559
"が定義されているかテストすることで、これを使うコードを保護してください。"
15641560

1565-
#: ../../c-api/exceptions.rst:983
1561+
#: ../../c-api/exceptions.rst:980
15661562
msgid "Standard Warning Categories"
15671563
msgstr "標準警告カテゴリ"
15681564

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

1579-
#: ../../c-api/exceptions.rst:1006
1575+
#: ../../c-api/exceptions.rst:1003
15801576
msgid ":c:data:`PyExc_Warning`"
15811577
msgstr ":c:data:`PyExc_Warning`"
15821578

1583-
#: ../../c-api/exceptions.rst:1006
1579+
#: ../../c-api/exceptions.rst:1003
15841580
msgid ":exc:`Warning`"
15851581
msgstr ":exc:`Warning`"
15861582

1587-
#: ../../c-api/exceptions.rst:1008
1583+
#: ../../c-api/exceptions.rst:1005
15881584
msgid ":c:data:`PyExc_BytesWarning`"
15891585
msgstr ":c:data:`PyExc_BytesWarning`"
15901586

1591-
#: ../../c-api/exceptions.rst:1008
1587+
#: ../../c-api/exceptions.rst:1005
15921588
msgid ":exc:`BytesWarning`"
15931589
msgstr ":exc:`BytesWarning`"
15941590

1595-
#: ../../c-api/exceptions.rst:1010
1591+
#: ../../c-api/exceptions.rst:1007
15961592
msgid ":c:data:`PyExc_DeprecationWarning`"
15971593
msgstr ":c:data:`PyExc_DeprecationWarning`"
15981594

1599-
#: ../../c-api/exceptions.rst:1010
1595+
#: ../../c-api/exceptions.rst:1007
16001596
msgid ":exc:`DeprecationWarning`"
16011597
msgstr ":exc:`DeprecationWarning`"
16021598

1603-
#: ../../c-api/exceptions.rst:1012
1599+
#: ../../c-api/exceptions.rst:1009
16041600
msgid ":c:data:`PyExc_FutureWarning`"
16051601
msgstr ":c:data:`PyExc_FutureWarning`"
16061602

1607-
#: ../../c-api/exceptions.rst:1012
1603+
#: ../../c-api/exceptions.rst:1009
16081604
msgid ":exc:`FutureWarning`"
16091605
msgstr ":exc:`FutureWarning`"
16101606

1611-
#: ../../c-api/exceptions.rst:1014
1607+
#: ../../c-api/exceptions.rst:1011
16121608
msgid ":c:data:`PyExc_ImportWarning`"
16131609
msgstr ":c:data:`PyExc_ImportWarning`"
16141610

1615-
#: ../../c-api/exceptions.rst:1014
1611+
#: ../../c-api/exceptions.rst:1011
16161612
msgid ":exc:`ImportWarning`"
16171613
msgstr ":exc:`ImportWarning`"
16181614

1619-
#: ../../c-api/exceptions.rst:1016
1615+
#: ../../c-api/exceptions.rst:1013
16201616
msgid ":c:data:`PyExc_PendingDeprecationWarning`"
16211617
msgstr ":c:data:`PyExc_PendingDeprecationWarning`"
16221618

1623-
#: ../../c-api/exceptions.rst:1016
1619+
#: ../../c-api/exceptions.rst:1013
16241620
msgid ":exc:`PendingDeprecationWarning`"
16251621
msgstr ":exc:`PendingDeprecationWarning`"
16261622

1627-
#: ../../c-api/exceptions.rst:1018
1623+
#: ../../c-api/exceptions.rst:1015
16281624
msgid ":c:data:`PyExc_ResourceWarning`"
16291625
msgstr ":c:data:`PyExc_ResourceWarning`"
16301626

1631-
#: ../../c-api/exceptions.rst:1018
1627+
#: ../../c-api/exceptions.rst:1015
16321628
msgid ":exc:`ResourceWarning`"
16331629
msgstr ":exc:`ResourceWarning`"
16341630

1635-
#: ../../c-api/exceptions.rst:1020
1631+
#: ../../c-api/exceptions.rst:1017
16361632
msgid ":c:data:`PyExc_RuntimeWarning`"
16371633
msgstr ":c:data:`PyExc_RuntimeWarning`"
16381634

1639-
#: ../../c-api/exceptions.rst:1020
1635+
#: ../../c-api/exceptions.rst:1017
16401636
msgid ":exc:`RuntimeWarning`"
16411637
msgstr ":exc:`RuntimeWarning`"
16421638

1643-
#: ../../c-api/exceptions.rst:1022
1639+
#: ../../c-api/exceptions.rst:1019
16441640
msgid ":c:data:`PyExc_SyntaxWarning`"
16451641
msgstr ":c:data:`PyExc_SyntaxWarning`"
16461642

1647-
#: ../../c-api/exceptions.rst:1022
1643+
#: ../../c-api/exceptions.rst:1019
16481644
msgid ":exc:`SyntaxWarning`"
16491645
msgstr ":exc:`SyntaxWarning`"
16501646

1651-
#: ../../c-api/exceptions.rst:1024
1647+
#: ../../c-api/exceptions.rst:1021
16521648
msgid ":c:data:`PyExc_UnicodeWarning`"
16531649
msgstr ":c:data:`PyExc_UnicodeWarning`"
16541650

1655-
#: ../../c-api/exceptions.rst:1024
1651+
#: ../../c-api/exceptions.rst:1021
16561652
msgid ":exc:`UnicodeWarning`"
16571653
msgstr ":exc:`UnicodeWarning`"
16581654

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

1663-
#: ../../c-api/exceptions.rst:1026
1659+
#: ../../c-api/exceptions.rst:1023
16641660
msgid ":exc:`UserWarning`"
16651661
msgstr ":exc:`UserWarning`"
16661662

1667-
#: ../../c-api/exceptions.rst:1029
1663+
#: ../../c-api/exceptions.rst:1026
16681664
msgid ":c:data:`PyExc_ResourceWarning`."
16691665
msgstr ":c:data:`PyExc_ResourceWarning`."
16701666

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

library/gettext.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.8\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
18+
"POT-Creation-Date: 2020-02-11 12:43+0000\n"
1919
"PO-Revision-Date: 2017-02-16 23:12+0000\n"
2020
"Last-Translator: tomo, 2018\n"
2121
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -958,9 +958,9 @@ msgid ""
958958
"Linux it is :file:`/usr/share/locale`, but on Solaris it is "
959959
":file:`/usr/lib/locale`. The :mod:`gettext` module does not try to support "
960960
"these system dependent defaults; instead its default is "
961-
":file:`{sys.prefix}/share/locale` (see :data:`sys.prefix`). For this reason,"
962-
" it is always best to call :func:`bindtextdomain` with an explicit absolute "
963-
"path at the start of your application."
961+
":file:`{sys.base_prefix}/share/locale` (see :data:`sys.base_prefix`). For "
962+
"this reason, it is always best to call :func:`bindtextdomain` with an "
963+
"explicit absolute path at the start of your application."
964964
msgstr ""
965965

966966
#: ../../library/gettext.rst:732

0 commit comments

Comments
 (0)