11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2018 , Python Software Foundation
2+ # Copyright (C) 2001-2019 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
1111# Naoki INADA <songofacandy@gmail.com>, 2017
1212# tomo, 2017
1313# Osamu NAKAMURA, 2018
14+ # 永田 大和 <gey3933@gmail.com>, 2019
1415#
1516#, fuzzy
1617msgid ""
1718msgstr ""
1819"Project-Id-Version : Python 3.7\n "
1920"Report-Msgid-Bugs-To : \n "
20- "POT-Creation-Date : 2018-06-30 05:56 +0900\n "
21+ "POT-Creation-Date : 2019-01-01 10:14 +0900\n "
2122"PO-Revision-Date : 2017-02-16 17:33+0000\n "
22- "Last-Translator : Osamu NAKAMURA, 2018 \n "
23+ "Last-Translator : 永田 大和 <gey3933@gmail.com>, 2019 \n "
2324"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
2425"MIME-Version : 1.0\n "
2526"Content-Type : text/plain; charset=UTF-8\n "
@@ -351,6 +352,8 @@ msgid ""
351352"Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using "
352353":c:func:`PyUnicode_AsWideCharString`."
353354msgstr ""
355+ "古いスタイルの :c:type:`Py_UNICODE` APIの一部です。:c:func:`PyUnicode_AsWideCharString` "
356+ "を使用するように移行してください。"
354357
355358#: ../../c-api/arg.rst:165
356359msgid "``u#`` (:class:`str`) [const Py_UNICODE \\ *, int]"
@@ -1180,6 +1183,8 @@ msgid ""
11801183"UCS-4) data to a Python Unicode object. If the Unicode buffer pointer is "
11811184"*NULL*, ``None`` is returned."
11821185msgstr ""
1186+ "null 終端された Unicode (UTF-16 または UCS-4) データの :c:type:`wchar_t` バッファから Python "
1187+ "Unicode オブジェクトに変換します。 Unicode バッファポインタが *NULL* の場合、 ``None`` になります。"
11831188
11841189#: ../../c-api/arg.rst:579
11851190msgid "``u#`` (:class:`str`) [const wchar_t \\ *, int]"
@@ -1191,6 +1196,8 @@ msgid ""
11911196"Unicode object. If the Unicode buffer pointer is *NULL*, the length is "
11921197"ignored and ``None`` is returned."
11931198msgstr ""
1199+ "Unicode (UTF-16 または UCS-4) データのバッファとその長さから Python Unicode オブジェクトに変換します。 "
1200+ "Unicode バッファポインタが *NULL* の場合、長さは無視され ``None`` になります。"
11941201
11951202#: ../../c-api/arg.rst:582
11961203msgid "``U`` (:class:`str` or ``None``) [const char \\ *]"
0 commit comments