11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2019 , Python Software Foundation
2+ # Copyright (C) 2001-2020 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # tomo, 2019
7+ # tomo, 2020
88#
99#, fuzzy
1010msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.7\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2019-12-16 04:24 +0000\n "
14+ "POT-Creation-Date : 2020-01-01 04:28 +0000\n "
1515"PO-Revision-Date : 2019-09-01 03:40+0000\n "
16- "Last-Translator : tomo, 2019 \n "
16+ "Last-Translator : tomo, 2020 \n "
1717"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
1818"MIME-Version : 1.0\n "
1919"Content-Type : text/plain; charset=UTF-8\n "
@@ -71,6 +71,7 @@ msgid ""
7171"Create a new bytearray object from *string* and its length, *len*. On "
7272"failure, ``NULL`` is returned."
7373msgstr ""
74+ "*string* とその長さ *len* から新しい bytearray オブジェクトを返します。失敗した場合は ``NULL`` を返します。"
7475
7576#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/bytearray.rst:56
7677msgid ""
@@ -79,14 +80,16 @@ msgstr "bytearray *a* と *b* を連結した結果を新しい bytearray とし
7980
8081#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/bytearray.rst:61
8182msgid "Return the size of *bytearray* after checking for a ``NULL`` pointer."
82- msgstr ""
83+ msgstr "``NULL`` ポインタチェックの後に *bytearray* のサイズを返します。 "
8384
8485#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/bytearray.rst:66
8586msgid ""
8687"Return the contents of *bytearray* as a char array after checking for a "
8788"``NULL`` pointer. The returned array always has an extra null byte "
8889"appended."
8990msgstr ""
91+ "``NULL`` ポインタチェックの後に *bytearray* の内容を char 配列として返します。\n"
92+ "返される配列には、常に余分な null バイトが追加されます。"
9093
9194#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/bytearray.rst:73
9295msgid "Resize the internal buffer of *bytearray* to *len*."
0 commit comments