@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version :Python 3.8\n "
14
14
"Report-Msgid-Bugs-To :\n "
15
- "POT-Creation-Date :2021-01-01 16:06 +0000\n "
15
+ "POT-Creation-Date :2021-04-08 17:01 +0000\n "
16
16
"PO-Revision-Date :2020-05-30 12:07+0000\n "
17
17
"Last-Translator :Naoki Nakamura <agent@sohzoh.com>, 2020\n "
18
18
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -886,6 +886,18 @@ msgid ""
886
886
msgstr "引数の並び (link, target) は :func:`os.symlink` とは逆です。"
887
887
888
888
#: ../../library/pathlib.rst:1068
889
+ msgid "Make *target* a hard link to this path."
890
+ msgstr ""
891
+
892
+ #: ../../library/pathlib.rst:1072
893
+ msgid ""
894
+ "This function does not make this path a hard link to *target*, despite the "
895
+ "implication of the function and argument names. The argument order (target, "
896
+ "link) is the reverse of :func:`Path.symlink_to`, but matches that of "
897
+ ":func:`os.link`."
898
+ msgstr ""
899
+
900
+ #: ../../library/pathlib.rst:1082
889
901
msgid ""
890
902
"Create a file at this given path. If *mode* is given, it is combined with "
891
903
"the process' ``umask`` value to determine the file mode and access flags. "
@@ -897,70 +909,66 @@ msgstr ""
897
909
"値と組み合わせてファイルのモードとアクセスフラグが決定されます。ファイルがすでに存在した場合、*exist_ok* が真ならばこの関数は正常に終了します"
898
910
" (そしてファイルの更新日付が現在の日時に変更されます)。その他の場合は :exc:`FileExistsError` が送出されます。"
899
911
900
- #: ../../library/pathlib.rst:1077
912
+ #: ../../library/pathlib.rst:1091
901
913
msgid ""
902
914
"Remove this file or symbolic link. If the path points to a directory, use "
903
915
":func:`Path.rmdir` instead."
904
916
msgstr ""
905
917
"このファイルまたはシンボリックリンクを削除します。パスがディレクトリを指している場合は :func:`Path.rmdir` を使用してください。"
906
918
907
- #: ../../library/pathlib.rst:1080
919
+ #: ../../library/pathlib.rst:1094
908
920
msgid ""
909
921
"If *missing_ok* is false (the default), :exc:`FileNotFoundError` is raised "
910
922
"if the path does not exist."
911
923
msgstr ""
912
924
"*missing_ok* の値が (デフォルトの) 偽の場合、対象のファイルが存在しないと :exc:`FileNotFoundError` "
913
925
"を送出します。"
914
926
915
- #: ../../library/pathlib.rst:1083
927
+ #: ../../library/pathlib.rst:1097
916
928
msgid ""
917
929
"If *missing_ok* is true, :exc:`FileNotFoundError` exceptions will be ignored"
918
930
" (same behavior as the POSIX ``rm -f`` command)."
919
931
msgstr ""
920
932
921
- #: ../../library/pathlib.rst:1086
933
+ #: ../../library/pathlib.rst:1100
922
934
msgid "The *missing_ok* parameter was added."
923
935
msgstr ""
924
936
925
- #: ../../library/pathlib.rst:1092
926
- msgid "Create a hard link pointing to a path named *target*."
927
- msgstr ""
928
-
929
- #: ../../library/pathlib.rst:1099
937
+ #: ../../library/pathlib.rst:1106
930
938
msgid ""
931
939
"Open the file pointed to in bytes mode, write *data* to it, and close the "
932
940
"file::"
933
941
msgstr "指定されたファイルをバイトモードで開き、*data* を書き込み、ファイルを閉じます::"
934
942
935
- #: ../../library/pathlib.rst:1108
943
+ #: ../../library/pathlib.rst:1115
936
944
msgid "An existing file of the same name is overwritten."
937
945
msgstr "同じ名前のファイルがすでにあれば上書きされます。"
938
946
939
- #: ../../library/pathlib.rst:1115
947
+ #: ../../library/pathlib.rst:1122
940
948
msgid ""
941
949
"Open the file pointed to in text mode, write *data* to it, and close the "
942
950
"file::"
943
951
msgstr "指定されたファイルをテキストモードで開き、*data* を書き込み、ファイルを閉じます::"
944
952
945
- #: ../../library/pathlib.rst:1124
953
+ #: ../../library/pathlib.rst:1131
946
954
msgid ""
947
955
"An existing file of the same name is overwritten. The optional parameters "
948
956
"have the same meaning as in :func:`open`."
949
957
msgstr ""
950
958
951
- #: ../../library/pathlib.rst:1130
959
+ #: ../../library/pathlib.rst:1137
952
960
msgid "Correspondence to tools in the :mod:`os` module"
953
961
msgstr ":mod:`os` モジュールにあるツールとの対応付け"
954
962
955
- #: ../../library/pathlib.rst:1132
963
+ #: ../../library/pathlib.rst:1139
956
964
msgid ""
957
965
"Below is a table mapping various :mod:`os` functions to their corresponding "
958
966
":class:`PurePath`/:class:`Path` equivalent."
959
967
msgstr ""
960
968
"下にあるのは、様々な :mod:`os` 関数とそれに相当する :class:`PurePath` あるいは :class:`Path` "
961
969
"の同等のものとの対応表です。"
962
970
963
- #: ../../library/pathlib.rst:1137
971
+ #: ../../library/pathlib.rst:1144
964
972
msgid ""
965
973
"Although :func:`os.path.relpath` and :meth:`PurePath.relative_to` have some "
966
974
"overlapping use-cases, their semantics differ enough to warrant not "
@@ -969,194 +977,194 @@ msgstr ""
969
977
":func:`os.path.relpath` および :meth:`PurePath.relative_to` "
970
978
"は使い道が重なるところもありますが、それらの意味論は同等だと見なすには違い過ぎています。"
971
979
972
- #: ../../library/pathlib.rst:1142
980
+ #: ../../library/pathlib.rst:1149
973
981
msgid "os and os.path"
974
982
msgstr "os および os.path"
975
983
976
- #: ../../library/pathlib.rst:1142
984
+ #: ../../library/pathlib.rst:1149
977
985
msgid "pathlib"
978
986
msgstr "pathlib"
979
987
980
- #: ../../library/pathlib.rst:1144
988
+ #: ../../library/pathlib.rst:1151
981
989
msgid ":func:`os.path.abspath`"
982
990
msgstr ":func:`os.path.abspath`"
983
991
984
- #: ../../library/pathlib.rst:1144
992
+ #: ../../library/pathlib.rst:1151
985
993
msgid ":meth:`Path.resolve`"
986
994
msgstr ":meth:`Path.resolve`"
987
995
988
- #: ../../library/pathlib.rst:1145
996
+ #: ../../library/pathlib.rst:1152
989
997
msgid ":func:`os.chmod`"
990
998
msgstr ""
991
999
992
- #: ../../library/pathlib.rst:1145
1000
+ #: ../../library/pathlib.rst:1152
993
1001
msgid ":meth:`Path.chmod`"
994
1002
msgstr ""
995
1003
996
- #: ../../library/pathlib.rst:1146
1004
+ #: ../../library/pathlib.rst:1153
997
1005
msgid ":func:`os.mkdir`"
998
1006
msgstr ""
999
1007
1000
- #: ../../library/pathlib.rst:1146
1008
+ #: ../../library/pathlib.rst:1153
1001
1009
msgid ":meth:`Path.mkdir`"
1002
1010
msgstr ""
1003
1011
1004
- #: ../../library/pathlib.rst:1147
1012
+ #: ../../library/pathlib.rst:1154
1005
1013
msgid ":func:`os.rename`"
1006
1014
msgstr ""
1007
1015
1008
- #: ../../library/pathlib.rst:1147
1016
+ #: ../../library/pathlib.rst:1154
1009
1017
msgid ":meth:`Path.rename`"
1010
1018
msgstr ""
1011
1019
1012
- #: ../../library/pathlib.rst:1148
1020
+ #: ../../library/pathlib.rst:1155
1013
1021
msgid ":func:`os.replace`"
1014
1022
msgstr ""
1015
1023
1016
- #: ../../library/pathlib.rst:1148
1024
+ #: ../../library/pathlib.rst:1155
1017
1025
msgid ":meth:`Path.replace`"
1018
1026
msgstr ""
1019
1027
1020
- #: ../../library/pathlib.rst:1149
1028
+ #: ../../library/pathlib.rst:1156
1021
1029
msgid ":func:`os.rmdir`"
1022
1030
msgstr ""
1023
1031
1024
- #: ../../library/pathlib.rst:1149
1032
+ #: ../../library/pathlib.rst:1156
1025
1033
msgid ":meth:`Path.rmdir`"
1026
1034
msgstr ""
1027
1035
1028
- #: ../../library/pathlib.rst:1150
1036
+ #: ../../library/pathlib.rst:1157
1029
1037
msgid ":func:`os.remove`, :func:`os.unlink`"
1030
1038
msgstr ""
1031
1039
1032
- #: ../../library/pathlib.rst:1150
1040
+ #: ../../library/pathlib.rst:1157
1033
1041
msgid ":meth:`Path.unlink`"
1034
1042
msgstr ""
1035
1043
1036
- #: ../../library/pathlib.rst:1151
1044
+ #: ../../library/pathlib.rst:1158
1037
1045
msgid ":func:`os.getcwd`"
1038
1046
msgstr ":func:`os.getcwd`"
1039
1047
1040
- #: ../../library/pathlib.rst:1151
1048
+ #: ../../library/pathlib.rst:1158
1041
1049
msgid ":func:`Path.cwd`"
1042
1050
msgstr ":func:`Path.cwd`"
1043
1051
1044
- #: ../../library/pathlib.rst:1152
1052
+ #: ../../library/pathlib.rst:1159
1045
1053
msgid ":func:`os.path.exists`"
1046
1054
msgstr ":func:`os.path.exists`"
1047
1055
1048
- #: ../../library/pathlib.rst:1152
1056
+ #: ../../library/pathlib.rst:1159
1049
1057
msgid ":meth:`Path.exists`"
1050
1058
msgstr ":meth:`Path.exists`"
1051
1059
1052
- #: ../../library/pathlib.rst:1153
1060
+ #: ../../library/pathlib.rst:1160
1053
1061
msgid ":func:`os.path.expanduser`"
1054
1062
msgstr ":func:`os.path.expanduser`"
1055
1063
1056
- #: ../../library/pathlib.rst:1153
1064
+ #: ../../library/pathlib.rst:1160
1057
1065
msgid ":meth:`Path.expanduser` and :meth:`Path.home`"
1058
1066
msgstr ":meth:`Path.expanduser` および :meth:`Path.home`"
1059
1067
1060
- #: ../../library/pathlib.rst:1155
1068
+ #: ../../library/pathlib.rst:1162
1061
1069
msgid ":func:`os.listdir`"
1062
1070
msgstr ""
1063
1071
1064
- #: ../../library/pathlib.rst:1155
1072
+ #: ../../library/pathlib.rst:1162
1065
1073
msgid ":meth:`Path.iterdir`"
1066
1074
msgstr ""
1067
1075
1068
- #: ../../library/pathlib.rst:1156
1076
+ #: ../../library/pathlib.rst:1163
1069
1077
msgid ":func:`os.path.isdir`"
1070
1078
msgstr ":func:`os.path.isdir`"
1071
1079
1072
- #: ../../library/pathlib.rst:1156
1080
+ #: ../../library/pathlib.rst:1163
1073
1081
msgid ":meth:`Path.is_dir`"
1074
1082
msgstr ":meth:`Path.is_dir`"
1075
1083
1076
- #: ../../library/pathlib.rst:1157
1084
+ #: ../../library/pathlib.rst:1164
1077
1085
msgid ":func:`os.path.isfile`"
1078
1086
msgstr ":func:`os.path.isfile`"
1079
1087
1080
- #: ../../library/pathlib.rst:1157
1088
+ #: ../../library/pathlib.rst:1164
1081
1089
msgid ":meth:`Path.is_file`"
1082
1090
msgstr ":meth:`Path.is_file`"
1083
1091
1084
- #: ../../library/pathlib.rst:1158
1092
+ #: ../../library/pathlib.rst:1165
1085
1093
msgid ":func:`os.path.islink`"
1086
1094
msgstr ":func:`os.path.islink`"
1087
1095
1088
- #: ../../library/pathlib.rst:1158
1096
+ #: ../../library/pathlib.rst:1165
1089
1097
msgid ":meth:`Path.is_symlink`"
1090
1098
msgstr ":meth:`Path.is_symlink`"
1091
1099
1092
- #: ../../library/pathlib.rst:1159
1100
+ #: ../../library/pathlib.rst:1166
1093
1101
msgid ":func:`os.link`"
1094
1102
msgstr ""
1095
1103
1096
- #: ../../library/pathlib.rst:1159
1104
+ #: ../../library/pathlib.rst:1166
1097
1105
msgid ":meth:`Path.link_to`"
1098
1106
msgstr ""
1099
1107
1100
- #: ../../library/pathlib.rst:1160
1108
+ #: ../../library/pathlib.rst:1167
1101
1109
msgid ":func:`os.symlink`"
1102
1110
msgstr ""
1103
1111
1104
- #: ../../library/pathlib.rst:1160
1112
+ #: ../../library/pathlib.rst:1167
1105
1113
msgid ":meth:`Path.symlink_to`"
1106
1114
msgstr ""
1107
1115
1108
- #: ../../library/pathlib.rst:1161
1116
+ #: ../../library/pathlib.rst:1168
1109
1117
msgid ":func:`os.stat`"
1110
1118
msgstr ":func:`os.stat`"
1111
1119
1112
- #: ../../library/pathlib.rst:1161
1120
+ #: ../../library/pathlib.rst:1168
1113
1121
msgid ":meth:`Path.stat`, :meth:`Path.owner`, :meth:`Path.group`"
1114
1122
msgstr ":meth:`Path.stat`, :meth:`Path.owner`, :meth:`Path.group`"
1115
1123
1116
- #: ../../library/pathlib.rst:1164
1124
+ #: ../../library/pathlib.rst:1171
1117
1125
msgid ":func:`os.path.isabs`"
1118
1126
msgstr ":func:`os.path.isabs`"
1119
1127
1120
- #: ../../library/pathlib.rst:1164
1128
+ #: ../../library/pathlib.rst:1171
1121
1129
msgid ":meth:`PurePath.is_absolute`"
1122
1130
msgstr ":meth:`PurePath.is_absolute`"
1123
1131
1124
- #: ../../library/pathlib.rst:1165
1132
+ #: ../../library/pathlib.rst:1172
1125
1133
msgid ":func:`os.path.join`"
1126
1134
msgstr ":func:`os.path.join`"
1127
1135
1128
- #: ../../library/pathlib.rst:1165
1136
+ #: ../../library/pathlib.rst:1172
1129
1137
msgid ":func:`PurePath.joinpath`"
1130
1138
msgstr ":func:`PurePath.joinpath`"
1131
1139
1132
- #: ../../library/pathlib.rst:1166
1140
+ #: ../../library/pathlib.rst:1173
1133
1141
msgid ":func:`os.path.basename`"
1134
1142
msgstr ":func:`os.path.basename`"
1135
1143
1136
- #: ../../library/pathlib.rst:1166
1144
+ #: ../../library/pathlib.rst:1173
1137
1145
msgid ":data:`PurePath.name`"
1138
1146
msgstr ":data:`PurePath.name`"
1139
1147
1140
- #: ../../library/pathlib.rst:1167
1148
+ #: ../../library/pathlib.rst:1174
1141
1149
msgid ":func:`os.path.dirname`"
1142
1150
msgstr ":func:`os.path.dirname`"
1143
1151
1144
- #: ../../library/pathlib.rst:1167
1152
+ #: ../../library/pathlib.rst:1174
1145
1153
msgid ":data:`PurePath.parent`"
1146
1154
msgstr ":data:`PurePath.parent`"
1147
1155
1148
- #: ../../library/pathlib.rst:1168
1156
+ #: ../../library/pathlib.rst:1175
1149
1157
msgid ":func:`os.path.samefile`"
1150
1158
msgstr ""
1151
1159
1152
- #: ../../library/pathlib.rst:1168
1160
+ #: ../../library/pathlib.rst:1175
1153
1161
msgid ":meth:`Path.samefile`"
1154
1162
msgstr ""
1155
1163
1156
- #: ../../library/pathlib.rst:1169
1164
+ #: ../../library/pathlib.rst:1176
1157
1165
msgid ":func:`os.path.splitext`"
1158
1166
msgstr ":func:`os.path.splitext`"
1159
1167
1160
- #: ../../library/pathlib.rst:1169
1168
+ #: ../../library/pathlib.rst:1176
1161
1169
msgid ":data:`PurePath.suffix`"
1162
1170
msgstr ":data:`PurePath.suffix`"