|
8 | 8 | msgstr ""
|
9 | 9 | "Project-Id-Version: Python 3.6\n"
|
10 |
6D47
10 | "Report-Msgid-Bugs-To: \n"
|
11 |
| -"POT-Creation-Date: 2018-01-16 15:01+0000\n" |
| 11 | +"POT-Creation-Date: 2018-02-24 12:26+0900\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 | 13 | "Last-Translator: 秘湯 <xwhhsprings@gmail.com>, 2017\n"
|
14 | 14 | "Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
|
@@ -258,14 +258,6 @@ msgstr ""
|
258 | 258 | "非推奨の :c:type:`Py_UNICODE` 表現形式のサイズをコード単位で返します (サロゲートペアを2つとしています)。\n"
|
259 | 259 | "*o* は Unicode オブジェクトでなければなりません (ただしチェックはしません)。"
|
260 | 260 |
|
261 |
| -#: ../../c-api/unicode.rst:213 ../../c-api/unicode.rst:223 |
262 |
| -msgid "" |
263 |
| -"Deprecated since version 3.3, will be removed in version 4.0: Part of the " |
264 |
| -"old-style Unicode API, please migrate to using PyUnicode_GET_LENGTH()." |
265 |
| -msgstr "" |
266 |
| -"バージョン 3.3 で非推奨、バージョン 4.0 で削除予定: 古いスタイルの Unicode API の一部なので、 " |
267 |
| -"PyUnicode_GET_LENGTH() を使用するように移行してください。" |
268 |
| - |
269 | 261 | #: ../../c-api/unicode.rst:213 ../../c-api/unicode.rst:223
|
270 | 262 | msgid ""
|
271 | 263 | "Part of the old-style Unicode API, please migrate to using "
|
@@ -308,15 +300,6 @@ msgstr ""
|
308 | 300 | "というのも、多くのケースで :c:type:`Py_UNICODE` 表現形式が登場せず、作成されず、そして失敗し得ます (例外を設定して *NULL* を返します)。\n"
|
309 | 301 | "コードを修正して、 :c:func:`PyUnicode_nBYTE_DATA` マクロを使うか :c:func:`PyUnicode_WRITE` や :c:func:`PyUnicode_READ` を使うようにしてください。"
|
310 | 302 |
|
311 |
| -#: ../../c-api/unicode.rst:245 |
312 |
| -msgid "" |
313 |
| -"Deprecated since version 3.3, will be removed in version 4.0: Part of the " |
314 |
| -"old-style Unicode API, please migrate to using the PyUnicode_nBYTE_DATA() " |
315 |
| -"family of macros." |
316 |
| -msgstr "" |
317 |
| -"バージョン 3.3 で非推奨、バージョン 4.0 で削除予定: 古いスタイルの Unicode API の一部なので、 " |
318 |
| -"PyUnicode_nBYTE_DATA() 系のマクロを使用するように移行してください。" |
319 |
| - |
320 | 303 | #: ../../c-api/unicode.rst:245
|
321 | 304 | msgid ""
|
322 | 305 | "Part of the old-style Unicode API, please migrate to using the "
|
@@ -965,10 +948,6 @@ msgstr ""
|
965 | 948 | msgid "Deprecated Py_UNICODE APIs"
|
966 | 949 | msgstr "廃止予定の Py_UNICODE API群"
|
967 | 950 |
|
968 |
| -#: ../../c-api/unicode.rst:661 |
969 |
| -msgid "Deprecated since version 3.3, will be removed in version 4.0." |
970 |
| -msgstr "3.3 より非推奨となりました。4.0 では削除される予定です。" |
971 |
| - |
972 | 951 | #: ../../c-api/unicode.rst:662
|
973 | 952 | msgid ""
|
974 | 953 | "These API functions are deprecated with the implementation of :pep:`393`. "
|
@@ -1453,15 +1432,6 @@ msgstr ""
|
1453 | 1432 | "使用する codec の検索は、 Python の codec レジストリを使って行います。\n"
|
1454 | 1433 | "codec が例外を送出した場合には *NULL* を返します。"
|
1455 | 1434 |
|
1456 |
| -#: ../../c-api/unicode.rst:1022 ../../c-api/unicode.rst:1273 |
1457 |
| -msgid "" |
1458 |
| -"Deprecated since version 3.3, will be removed in version 4.0: Part of the " |
1459 |
| -"old-style Py_UNICODE API; please migrate to using " |
1460 |
| -"PyUnicode_AsEncodedString()." |
1461 |
| -msgstr "" |
1462 |
| -"バージョン 3.3 で非推奨、バージョン 4.0 で削除予定: 古いスタイルの Py_UNICODE API の一部です; " |
1463 |
| -"PyUnicode_AsEncodedString() を使用するように移行してください。" |
1464 |
| - |
1465 | 1435 | #: ../../c-api/unicode.rst:1022 ../../c-api/unicode.rst:1273
|
1466 | 1436 | msgid ""
|
1467 | 1437 | "Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using "
|
@@ -1546,16 +1516,6 @@ msgstr ""
|
1546 | 1516 | "与えられたサイズの :c:type:`Py_UNICODE` バッファ *s* を UTF-8 でエンコードして、 Python の bytes オブジェクトとして返します。\n"
|
1547 | 1517 | "codec が例外を発生させたときは *NULL* を返します。"
|
1548 | 1518 |
|
1549 |
| -#: ../../c-api/unicode.rst:1087 |
1550 |
| -msgid "" |
1551 |
| -"Deprecated since version 3.3, will be removed in version 4.0: Part of the " |
1552 |
| -"old-style Py_UNICODE API; please migrate to using PyUnicode_AsUTF8String(), " |
1553 |
| -"PyUnicode_AsUTF8AndSize() or PyUnicode_AsEncodedString()." |
1554 |
| -msgstr "" |
1555 |
| -"バージョン 3.3 で非推奨、バージョン 4.0 で削除予定: 古いスタイルの Py_UNICODE API の一部です; " |
1556 |
| -"PyUnicode_AsUTF8String(), PyUnicode_AsUTF8AndSize(), " |
1557 |
| -"PyUnicode_AsEncodedString() のいずれかを使用するように移行してください。" |
1558 |
| - |
1559 | 1519 | #: ../../c-api/unicode.rst:1087
|
1560 | 1520 | msgid ""
|
1561 | 1521 | "Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using "
|
@@ -1661,15 +1621,6 @@ msgid ""
|
1661 | 1621 | "single code point."
|
1662 | 1622 | msgstr "*Py_UNICODE_WIDE* が定義されていない場合は、サロゲートペアを 1 つのコードポイントとして出力します。"
|
1663 | 1623 |
|
1664 |
| -#: ../../c-api/unicode.rst:1160 |
1665 |
| -msgid "" |
1666 |
| -"Deprecated since version 3.3, will be removed in version 4.0: Part of the " |
1667 |
| -"old-style Py_UNICODE API; please migrate to using PyUnicode_AsUTF32String() " |
1668 |
| -"or PyUnicode_AsEncodedString()." |
1669 |
| -msgstr "" |
1670 |
| -"バージョン 3.3 で非推奨、バージョン 4.0 で削除予定: 古いスタイルの Py_UNICODE API の一部です; " |
1671 |
| -"PyUnicode_AsUTF32String() または PyUnicode_AsEncodedString() を使用するように移行してください。" |
1672 |
| - |
1673 | 1624 | #: ../../c-api/unicode.rst:1160
|
1674 | 1625 | msgid ""
|
1675 | 1626 | "Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using "
|
@@ -1751,15 +1702,6 @@ msgstr ""
|
1751 | 1702 | "値はサロゲートペアとして表現されることがあります。 *Py_UNICODE_WIDE* が定義されていなければ、各 "
|
1752 | 1703 | ":c:type:`Py_UNICODE` 値は UCS-2 文字として表現されます。"
|
1753 | 1704 |
|
1754 |
| -#: ../../c-api/unicode.rst:1235 |
1755 |
| -msgid "" |
1756 |
| -"Deprecated since version 3.3, will be removed in version 4.0: Part of the " |
1757 |
| -"old-style Py_UNICODE API; please migrate to using PyUnicode_AsUTF16String() " |
1758 |
| -"or PyUnicode_AsEncodedString()." |
1759 |
| -msgstr "" |
1760 |
| -"バージョン 3.3 で非推奨、バージョン 4.0 で削除予定: 古いスタイルの Py_UNICODE API の一部です; " |
1761 |
| -"PyUnicode_AsUTF16String() または PyUnicode_AsEncodedString() を使用するように移行してください。" |
1762 |
| - |
1763 | 1705 | #: ../../c-api/unicode.rst:1235
|
1764 | 1706 | msgid ""
|
1765 | 1707 | "Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using "
|
@@ -1850,15 +1792,6 @@ msgstr ""
|
1850 | 1792 | "Unicode-Escape を使い *size* で指定された長さを持つ :c:type:`Py_UNICODE` 型バッファをエンコードし、 bytes オブジェクトにして返します。\n"
|
1851 | 1793 | "codec が例外を送出した場合には *NULL* を返します。"
|
1852 | 1794 |
|
1853 |
| -#: ../../c-api/unicode.rst:1303 |
1854 |
| -msgid "" |
1855 |
| -"Deprecated since version 3.3, will be removed in version 4.0: Part of the " |
1856 |
| -"old-style Py_UNICODE API; please migrate to using " |
1857 |
| -"PyUnicode_AsUnicodeEscapeString()." |
1858 |
| -msgstr "" |
1859 |
| -"バージョン 3.3 で非推奨、バージョン 4.0 で削除予定: 古いスタイルの Py_UNICODE API の一部です; " |
1860 |
| -"PyUnicode_AsUnicodeEscapeString() を使用するように移行してください。" |
1861 |
| - |
1862 | 1795 | #: ../../c-api/unicode.rst:1303
|
1863 | 1796 | msgid ""
|
1864 | 1797 | "Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using "
|
@@ -1902,16 +1835,6 @@ msgstr ""
|
1902 | 1835 | "Raw-Unicode-Escape を使い *size* で指定された長さを持つ :c:type:`Py_UNICODE` 型バッファをエンコードし、 bytes オブジェクトにして返します。\n"
|
1903 | 1836 | "codec が例外を送出した場合には *NULL* を返します。"
|
1904 | 1837 |
|
1905 |
| -#: ../../c-api/unicode.rst:1335 |
1906 |
| -msgid "" |
1907 |
| -"Deprecated since version 3.3, will be removed in version 4.0: Part of the " |
1908 |
| -"old-style Py_UNICODE API; please migrate to using " |
1909 |
| -"PyUnicode_AsRawUnicodeEscapeString() or PyUnicode_AsEncodedString()." |
1910 |
| -msgstr "" |
1911 |
| -"バージョン 3.3 で非推奨、バージョン 4.0 で削除予定: 古いスタイルの Py_UNICODE API の一部です; " |
1912 |
| -"PyUnicode_AsRawUnicodeEscapeString() または PyUnicode_AsEncodedString() " |
1913 |
| -"を使用するように移行してください。" |
1914 |
| - |
1915 | 1838 | #: ../../c-api/unicode.rst:1335
|
1916 | 1839 | msgid ""
|
1917 | 1840 | "Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using "
|
@@ -1960,15 +1883,6 @@ msgstr ""
|
1960 | 1883 | "*size* で指定された長さを持つ :c:type:`Py_UNICODE` 型バッファを Latin-1 でエンコードし、 Python bytes オブジェクトにして返します。\n"
|
1961 | 1884 | "codec が例外を送出した場合には *NULL* を返します。"
|
1962 | 1885 |
|
1963 |
| -#: ../../c-api/unicode.rst:1367 |
1964 |
| -msgid "" |
1965 |
| -"Deprecated since version 3.3, will be removed in version 4.0: Part of the " |
1966 |
| -"old-style Py_UNICODE API; please migrate to using PyUnicode_AsLatin1String()" |
1967 |
| -" or PyUnicode_AsEncodedString()." |
1968 |
| -msgstr "" |
1969 |
| -"バージョン 3.3 で非推奨、バージョン 4.0 で削除予定: 古いスタイルの Py_UNICODE API の一部です; " |
1970 |
| -"PyUnicode_AsLatin1String() または PyUnicode_AsEncodedString() を使用するように移行してください。" |
1971 |
| - |
1972 | 1886 | #: ../../c-api/unicode.rst:1367
|
1973 | 1887 | msgid ""
|
1974 | 1888 | "Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using "
|
@@ -2014,15 +1928,6 @@ msgstr ""
|
2014 | 1928 | "*size* で指定された長さを持つ :c:type:`Py_UNICODE` 型バッファを ASCII でエンコードし、 Python bytes オブジェクトにして返します。\n"
|
2015 | 1929 | "codec が例外を送出した場合には *NULL* を返します。"
|
2016 | 1930 |
|
2017 |
| -#: ../../c-api/unicode.rst:1399 |
2018 |
| -msgid "" |
2019 |
| -"Deprecated since version 3.3, will be removed in version 4.0: Part of the " |
2020 |
| -"old-style Py_UNICODE API; please migrate to using PyUnicode_AsASCIIString() " |
2021 |
| -"or PyUnicode_AsEncodedString()." |
2022 |
| -msgstr "" |
2023 |
| -"バージョン 3.3 で非推奨、バージョン 4.0 で削除予定: 古いスタイルの Py_UNICODE API の一部です; " |
2024 |
| -"PyUnicode_AsASCIIString() または PyUnicode_AsEncodedString() を使用するように移行してください。" |
2025 |
| - |
2026 | 1931 | #: ../../c-api/unicode.rst:1399
|
2027 | 1932 | msgid ""
|
2028 | 1933 | "Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using "
|
@@ -2088,16 +1993,6 @@ msgid ""
|
2088 | 1993 | "an exception was raised by the codec."
|
2089 | 1994 | msgstr ""
|
2090 | 1995 |
|
2091 |
| -#: ../../c-api/unicode.rst:1451 |
2092 |
| -msgid "" |
2093 |
| -"Deprecated since version 3.3, will be removed in version 4.0: Part of the " |
2094 |
| -"old-style Py_UNICODE API; please migrate to using " |
2095 |
| -"PyUnicode_AsCharmapString() or PyUnicode_AsEncodedString()." |
2096 |
| -msgstr "" |
2097 |
| -"バージョン 3.3 で非推奨、バージョン 4.0 で削除予定: 古いスタイルの Py_UNICODE API の一部です; " |
2098 |
| -"PyUnicode_AsCharmapString() または PyUnicode_AsEncodedString() " |
2099 |
| -"を使用するように移行してください。" |
2100 |
| - |
2101 | 1996 | #: ../../c-api/unicode.rst:1451
|
2102 | 1997 | msgid ""
|
2103 | 1998 | "Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using "
|
@@ -2132,16 +2027,6 @@ msgid ""
|
2132 | 2027 | "Return *NULL* when an exception was raised by the codec."
|
2133 | 2028 | msgstr ""
|
2134 | 2029 |
|
2135 |
| -#: ../../c-api/unicode.rst:1479 |
2136 |
| -msgid "" |
2137 |
| -"Deprecated since version 3.3, will be removed in version 4.0: Part of the " |
2138 |
| -"old-style Py_UNICODE API; please migrate to using PyUnicode_Translate(). or " |
2139 |
| -"generic codec based API" |
2140 |
| -msgstr "" |
2141 |
| -"バージョン 3.3 で非推奨、バージョン 4.0 で削除予定: 古いスタイルの Py_UNICODE API の一部です; " |
2142 |
| -"PyUnicode_Translate() または :ref:`汎用の codec ベースの API <codec-registry>` " |
2143 |
| -"を使用するように移行してください。" |
2144 |
| - |
2145 | 2030 | #: ../../c-api/unicode.rst:1479
|
2146 | 2031 | msgid ""
|
2147 | 2032 | "Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using "
|
@@ -2214,16 +2099,6 @@ msgstr ""
|
2214 | 2099 | "*size* で指定された長さを持つ :c:type:`Py_UNICODE` 型バッファを MBCS でエンコードし、 Python bytes オブジェクトにして返します。\n"
|
2215 | 2100 | "codec が例外を送出した場合には *NULL* を返します。"
|
2216 | 2101 |
|
2217 |
| -#: ../../c-api/unicode.rst:1530 |
2218 |
| -msgid "" |
2219 |
| -"Deprecated since version 3.3, will be removed in version 4.0: Part of the " |
2220 |
| -"old-style Py_UNICODE API; please migrate to using PyUnicode_AsMBCSString(), " |
2221 |
| -"PyUnicode_EncodeCodePage() or PyUnicode_AsEncodedString()." |
2222 |
| -msgstr "" |
2223 |
| -"バージョン 3.3 で非推奨、バージョン 4.0 で削除予定: 古いスタイルの Py_UNICODE API の一部です; " |
2224 |
| -"PyUnicode_AsMBCSString(), PyUnicode_EncodeCodePage(), " |
2225 |
| -"PyUnicode_AsEncodedString() のいずれかを使用するように移行してください。" |
2226 |
| - |
2227 | 2102 | #: ../../c-api/unicode.rst:1530
|
2228 | 2103 | msgid ""
|
2229 | 2104 | "Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using "
|
|
0 commit comments