@@ -18,7 +18,7 @@ msgid ""
18
18
msgstr ""
19
19
"Project-Id-Version : Python 3.9\n "
20
20
"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 "
22
22
"PO-Revision-Date : 2017-02-16 23:21+0000\n "
23
23
"Last-Translator : Naoki Nakamura <agent@sohzoh.com>, 2020\n "
24
24
"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`"
1087
1087
msgstr ":meth:`Path.expanduser` および :meth:`Path.home`"
1088
1088
1089
1089
#: ../../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
1090
1098
msgid ":func:`os.path.isdir`"
1091
1099
msgstr ":func:`os.path.isdir`"
1092
1100
1093
- #: ../../library/pathlib.rst:1199
1101
+ #: ../../library/pathlib.rst:1200
1094
1102
msgid ":meth:`Path.is_dir`"
1095
1103
msgstr ":meth:`Path.is_dir`"
1096
1104
1097
- #: ../../library/pathlib.rst:1200
1105
+ #: ../../library/pathlib.rst:1201
1098
1106
msgid ":func:`os.path.isfile`"
1099
1107
msgstr ":func:`os.path.isfile`"
1100
1108
1101
- #: ../../library/pathlib.rst:1200
1109
+ #: ../../library/pathlib.rst:1201
1102
1110
msgid ":meth:`Path.is_file`"
1103
1111
msgstr ":meth:`Path.is_file`"
1104
1112
1105
- #: ../../library/pathlib.rst:1201
1113
+ #: ../../library/pathlib.rst:1202
1106
1114
msgid ":func:`os.path.islink`"
1107
1115
msgstr ":func:`os.path.islink`"
1108
1116
1109
- #: ../../library/pathlib.rst:1201
1117
+ #: ../../library/pathlib.rst:1202
1110
1118
msgid ":meth:`Path.is_symlink`"
1111
1119
msgstr ":meth:`Path.is_symlink`"
1112
1120
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
1114
1138
msgid ":func:`os.readlink`"
1115
1139
msgstr ""
1116
1140
1117
- #: ../../library/pathlib.rst:1202
1141
+ #: ../../library/pathlib.rst:1205
1118
1142
msgid ":meth:`Path.readlink`"
1119
1143
msgstr ""
1120
1144
1121
- #: ../../library/pathlib.rst:1203
1145
+ #: ../../library/pathlib.rst:1206
1122
1146
msgid ":func:`os.stat`"
1123
1147
msgstr ":func:`os.stat`"
1124
1148
1125
- #: ../../library/pathlib.rst:1203
1149
+ #: ../../library/pathlib.rst:1206
1126
1150
msgid ":meth:`Path.stat`, :meth:`Path.owner`, :meth:`Path.group`"
1127
1151
msgstr ":meth:`Path.stat`, :meth:`Path.owner`, :meth:`Path.group`"
1128
1152
1129
- #: ../../library/pathlib.rst:1206
1153
+ #: ../../library/pathlib.rst:1209
1130
1154
msgid ":func:`os.path.isabs`"
1131
1155
msgstr ":func:`os.path.isabs`"
1132
1156
1133
- #: ../../library/pathlib.rst:1206
1157
+ #: ../../library/pathlib.rst:1209
1134
1158
msgid ":meth:`PurePath.is_absolute`"
1135
1159
msgstr ":meth:`PurePath.is_absolute`"
1136
1160
1137
- #: ../../library/pathlib.rst:1207
1161
+ #: ../../library/pathlib.rst:1210
1138
1162
msgid ":func:`os.path.join`"
1139
1163
msgstr ":func:`os.path.join`"
1140
1164
1141
- #: ../../library/pathlib.rst:1207
1165
+ #: ../../library/pathlib.rst:1210
1142
1166
msgid ":func:`PurePath.joinpath`"
1143
1167
msgstr ":func:`PurePath.joinpath`"
1144
1168
1145
- #: ../../library/pathlib.rst:1208
1169
+ #: ../../library/pathlib.rst:1211
1146
1170
msgid ":func:`os.path.basename`"
1147
1171
msgstr ":func:`os.path.basename`"
1148
1172
1149
- #: ../../library/pathlib.rst:1208
1173
+ #: ../../library/pathlib.rst:1211
1150
1174
msgid ":data:`PurePath.name`"
1151
1175
msgstr ":data:`PurePath.name`"
1152
1176
1153
- #: ../../library/pathlib.rst:1209
1177
+ #: ../../library/pathlib.rst:1212
1154
1178
msgid ":func:`os.path.dirname`"
1155
1179
msgstr ":func:`os.path.dirname`"
1156
1180
1157
- #: ../../library/pathlib.rst:1209
1181
+ #: ../../library/pathlib.rst:1212
1158
1182
msgid ":data:`PurePath.parent`"
1159
1183
msgstr ":data:`PurePath.parent`"
1160
1184
1161
- #: ../../library/pathlib.rst:1210
1185
+ #: ../../library/pathlib.rst:1213
1162
1186
msgid ":func:`os.path.samefile`"
1163
1187
msgstr ""
1164
1188
1165
- #: ../../library/pathlib.rst:1210
1189
+ #: ../../library/pathlib.rst:1213
1166
1190
msgid ":meth:`Path.samefile`"
1167
1191
msgstr ""
1168
1192
1169
- #: ../../library/pathlib.rst:1211
1193
+ #: ../../library/pathlib.rst:1214
1170
1194
msgid ":func:`os.path.splitext`"
1171
1195
msgstr ":func:`os.path.splitext`"
1172
1196
1173
- #: ../../library/pathlib.rst:1211
1197
+ #: ../../library/pathlib.rst:1214
1174
1198
msgid ":data:`PurePath.suffix`"
1175
1199
msgstr ":data:`PurePath.suffix`"
0 commit comments