Skip to content

Commit 619db64

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent d15224b commit 619db64

File tree

5 files changed

+6469
-6439
lines changed

5 files changed

+6469
-6439
lines changed

glossary.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# Inada Naoki <songofacandy@gmail.com>, 2017
1313
# E. Kawashima, 2017
1414
# Shun Sakurai, 2017
15-
# tomo, 2020
1615
# mollinaca, 2020
16+
# tomo, 2020
1717
#
1818
#, fuzzy
1919
msgid ""
@@ -22,7 +22,7 @@ msgstr ""
2222
"Report-Msgid-Bugs-To: \n"
2323
"POT-Creation-Date: 2020-06-23 03:25+0000\n"
2424
"PO-Revision-Date: 2017-02-16 17:32+0000\n"
25-
"Last-Translator: mollinaca, 2020\n"
25+
"Last-Translator: tomo, 2020\n"
2626
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2727
"MIME-Version: 1.0\n"
2828
"Content-Type: text/plain; charset=UTF-8\n"
@@ -862,7 +862,7 @@ msgid ""
862862
"division. Note that ``(-11) // 4`` is ``-3`` because that is ``-2.75`` "
863863
"rounded *downward*. See :pep:`238`."
864864
msgstr ""
865-
"(切り捨て除算) 一番近い整数に切り捨てる数学除算。\n"
865+
"(切り捨て除算) 一番近い整数に切り捨てる数学的除算。\n"
866866
"切り捨て除算演算子は ``//`` です。\n"
867867
"例えば、 ``11 // 4`` は ``2`` になり、それとは対称に浮動小数点数の真の除算では ``2.75`` が 返ってきます。\n"
868868
"``(-11) // 4`` は ``-2.75`` を *小さい方に* 丸める (訳注: 負の無限大への丸めを行う) ので ``-3`` になることに注意してください。\n"

library/pathlib.po

+46-22
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.9\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
21+
"POT-Creation-Date: 2020-08-14 03:51+0000\n"
2222
"PO-Revision-Date: 2017-02-16 23:21+0000\n"
2323
"Last-Translator: Naoki Nakamura <agent@sohzoh.com>, 2020\n"
2424
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1087,89 +1087,113 @@ msgid ":meth:`Path.expanduser` and :meth:`Path.home`"
10871087
msgstr ":meth:`Path.expanduser` および :meth:`Path.home`"
10881088

10891089
#: ../../library/pathlib.rst:1199
1090+
msgid ":func:`os.listdir`"
1091+
msgstr ""
1092+
1093+
#: ../../library/pathlib.rst:1199
1094+
msgid ":meth:`Path.iterdir`"
1095+
msgstr ""
1096+
1097+
#: ../../library/pathlib.rst:1200
10901098
msgid ":func:`os.path.isdir`"
10911099
msgstr ":func:`os.path.isdir`"
10921100

1093-
#: ../../library/pathlib.rst:1199
1101+
#: ../../library/pathlib.rst:1200
10941102
msgid ":meth:`Path.is_dir`"
10951103
msgstr ":meth:`Path.is_dir`"
10961104

1097-
#: ../../library/pathlib.rst:1200
1105+
#: ../../library/pathlib.rst:1201
10981106
msgid ":func:`os.path.isfile`"
10991107
msgstr ":func:`os.path.isfile`"
11001108

1101-
#: ../../library/pathlib.rst:1200
1109+
#: ../../library/pathlib.rst:1201
11021110
msgid ":meth:`Path.is_file`"
11031111
msgstr ":meth:`Path.is_file`"
11041112

1105-
#: ../../library/pathlib.rst:1201
1113+
#: ../../library/pathlib.rst:1202
11061114
msgid ":func:`os.path.islink`"
11071115
msgstr ":func:`os.path.islink`"
11081116

1109-
#: ../../library/pathlib.rst:1201
1117+
#: ../../library/pathlib.rst:1202
11101118
msgid ":meth:`Path.is_symlink`"
11111119
msgstr ":meth:`Path.is_symlink`"
11121120

1113-
#: ../../library/pathlib.rst:1202
1121+
#: ../../library/pathlib.rst:1203
1122+
msgid ":func:`os.link`"
1123+
msgstr ""
1124+
1125+
#: ../../library/pathlib.rst:1203
1126+
msgid ":meth:`Path.link_to`"
1127+
msgstr ""
1128+
1129+
#: ../../library/pathlib.rst:1204
1130+
msgid ":func:`os.symlink`"
1131+
msgstr ""
1132+
1133+
#: ../../library/pathlib.rst:1204
1134+
msgid ":meth:`Path.symlink_to`"
1135+
msgstr ""
1136+
1137+
#: ../../library/pathlib.rst:1205
11141138
msgid ":func:`os.readlink`"
11151139
msgstr ""
11161140

1117-
#: ../../library/pathlib.rst:1202
1141+
#: ../../library/pathlib.rst:1205
11181142
msgid ":meth:`Path.readlink`"
11191143
msgstr ""
11201144

1121-
#: ../../library/pathlib.rst:1203
1145+
#: ../../library/pathlib.rst:1206
11221146
msgid ":func:`os.stat`"
11231147
msgstr ":func:`os.stat`"
11241148

1125-
#: ../../library/pathlib.rst:1203
1149+
#: ../../library/pathlib.rst:1206
11261150
msgid ":meth:`Path.stat`, :meth:`Path.owner`, :meth:`Path.group`"
11271151
msgstr ":meth:`Path.stat`, :meth:`Path.owner`, :meth:`Path.group`"
11281152

1129-
#: ../../library/pathlib.rst:1206
1153+
#: ../../library/pathlib.rst:1209
11301154
msgid ":func:`os.path.isabs`"
11311155
msgstr ":func:`os.path.isabs`"
11321156

1133-
#: ../../library/pathlib.rst:1206
1157+
#: ../../library/pathlib.rst:1209
11341158
msgid ":meth:`PurePath.is_absolute`"
11351159
msgstr ":meth:`PurePath.is_absolute`"
11361160

1137-
#: ../../library/pathlib.rst:1207
1161+
#: ../../library/pathlib.rst:1210
11381162
msgid ":func:`os.path.join`"
11391163
msgstr ":func:`os.path.join`"
11401164

1141-
#: ../../library/pathlib.rst:1207
1165+
#: ../../library/pathlib.rst:1210
11421166
msgid ":func:`PurePath.joinpath`"
11431167
msgstr ":func:`PurePath.joinpath`"
11441168

1145-
#: ../../library/pathlib.rst:1208
1169+
#: ../../library/pathlib.rst:1211
11461170
msgid ":func:`os.path.basename`"
11471171
msgstr ":func:`os.path.basename`"
11481172

1149-
#: ../../library/pathlib.rst:1208
1173+
#: ../../library/pathlib.rst:1211
11501174
msgid ":data:`PurePath.name`"
11511175
msgstr ":data:`PurePath.name`"
11521176

1153-
#: ../../library/pathlib.rst:1209
1177+
#: ../../library/pathlib.rst:1212
11541178
msgid ":func:`os.path.dirname`"
11551179
msgstr ":func:`os.path.dirname`"
11561180

1157-
#: ../../library/pathlib.rst:1209
1181+
#: ../../library/pathlib.rst:1212
11581182
msgid ":data:`PurePath.parent`"
11591183
msgstr ":data:`PurePath.parent`"
11601184

1161-
#: ../../library/pathlib.rst:1210
1185+
#: ../../library/pathlib.rst:1213
11621186
msgid ":func:`os.path.samefile`"
11631187
msgstr ""
11641188

1165-
#: ../../library/pathlib.rst:1210
1189+
#: ../../library/pathlib.rst:1213
11661190
msgid ":meth:`Path.samefile`"
11671191
msgstr ""
11681192

1169-
#: ../../library/pathlib.rst:1211
1193+
#: ../../library/pathlib.rst:1214
11701194
msgid ":func:`os.path.splitext`"
11711195
msgstr ":func:`os.path.splitext`"
11721196

1173-
#: ../../library/pathlib.rst:1211
1197+
#: ../../library/pathlib.rst:1214
11741198
msgid ":data:`PurePath.suffix`"
11751199
msgstr ":data:`PurePath.suffix`"

0 commit comments

Comments
 (0)