File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 8
8
# 秘湯 <xwhhsprings@gmail.com>, 2017
9
9
# Arihiro TAKASE, 2017
10
10
# E. Kawashima, 2017
11
- # tomo, 2018
11
+ # tomo, 2019
12
12
#
13
13
#, fuzzy
14
14
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
17
17
"Report-Msgid-Bugs-To : \n "
18
18
"POT-Creation-Date : 2019-01-01 10:14+0900\n "
19
19
"PO-Revision-Date : 2017-02-16 18:42+0000\n "
20
- "Last-Translator : tomo, 2018 \n "
20
+ "Last-Translator : tomo, 2019 \n "
21
21
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
22
22
"MIME-Version : 1.0\n "
23
23
"Content-Type : text/plain; charset=UTF-8\n "
@@ -82,7 +82,7 @@ msgstr ""
82
82
83
83
#: ../../library/binascii.rst:49
84
84
msgid "Added the *backtick* parameter."
85
- msgstr ""
85
+ msgstr "*backtick* パラメータを追加しました. "
86
86
87
87
#: ../../library/binascii.rst:55
88
88
msgid ""
Original file line number Diff line number Diff line change @@ -1472,7 +1472,7 @@ msgstr ""
1472
1472
"任意のキーワード専用引数が 2 つあります。\n"
1473
1473
"*key* 引数は引数を 1 つ取る順序関数 (:meth:`list.sort` のもののように) を指定します。\n"
1474
1474
"*default* 引数は与えられたイテラブルが空の場合に返すオブジェクトを指定します。\n"
1475
- "イテラブルが空で *default* が与えれれていない場合 :exc:`ValueError` が送出されます。"
8000
td>
1475
+ "イテラブルが空で *default* が与えられていない場合 :exc:`ValueError` が送出されます。"
1476
1476
1477
1477
#: ../../library/functions.rst:879
1478
1478
msgid ""
Original file line number Diff line number Diff line change 7
7
# E. Kawashima, 2017
8
8
# 秘湯 <xwhhsprings@gmail.com>, 2017
9
9
# Arihiro TAKASE, 2017
10
+ # tomo, 2019
10
11
#
11
12
#, fuzzy
12
13
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
15
16
"Report-Msgid-Bugs-To : \n "
16
17
"POT-Creation-Date : 2019-01-01 10:14+0900\n "
17
18
"PO-Revision-Date : 2017-02-16 23:34+0000\n "
18
- "Last-Translator : Arihiro TAKASE, 2017 \n "
19
+ "Last-Translator : tomo, 2019 \n "
19
20
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
20
21
"MIME-Version : 1.0\n "
21
22
"Content-Type : text/plain; charset=UTF-8\n "
@@ -64,10 +65,14 @@ msgid ""
64
65
" and ``0o666`` respectively. If *backtick* is true, zeros are represented "
65
66
"by ``'`'`` instead of spaces."
66
67
msgstr ""
68
+ "*in_file* を *out_file* にエンコードします。\n"
69
+ "エンコードされたファイルには、デフォルトでデコード時に利用される *name* と *mode* を含んだヘッダがつきます。\n"
70
+ "省略された場合には、*in_file* から取得された名前か ``'-'`` という文字と、``0o666`` がそれぞれデフォルト値として与えられます。\n"
71
+ "*backtick* が真だった場合は、ゼロは空白ではなく ``'`'`` で表現されます。"
67
72
68
73
#: ../../library/uu.rst:39
69
74
msgid "Added the *backtick* parameter."
70
- msgstr ""
75
+ msgstr "*backtick* パラメータを追加しました. "
71
76
72
77
#: ../../library/uu.rst:45
73
78
msgid ""
You can’t perform that action at this time.
0 commit comments