6
6
# Translators:
7
7
# tomo, 2020
8
8
# Naoki Nakamura <agent@sohzoh.com>, 2020
9
+ # Takanori Suzuki <takanori@takanory.net>, 2021
9
10
#
10
11
#, fuzzy
11
12
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
14
15
"Report-Msgid-Bugs-To :\n "
15
16
"POT-Creation-Date :2021-04-08 17:01+0000\n "
16
17
"PO-Revision-Date :2020-05-30 12:07+0000\n "
17
- "Last-Translator :Naoki Nakamura <agent@sohzoh.com >,2020 \n "
18
+ "Last-Translator :Takanori Suzuki <takanori@takanory.net >,2021 \n "
18
19
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
19
20
"MIME-Version :1.0\n "
20
21
"Content-Type :text/plain; charset=UTF-8\n "
@@ -796,6 +797,9 @@ msgid ""
796
797
"it will be replaced silently if the user has permission. *target* can be "
797
798
"either a string or another path object::"
798
799
msgstr ""
800
+ "このファイルかディレクトリを与えられた *target* にリネームし、 *target* を指すパスのインスタンスを返します。\n"
801
+ "Unix では *target* が存在するファイルの場合、ユーザにパーミッションがあれば静かに置換されます。\n"
802
+ "*target* は文字列か別のパスオブジェクトです::"
799
803
800
804
#: ../../library/pathlib.rst:957 ../../library/pathlib.rst:971
801
805
msgid ""
@@ -814,6 +818,8 @@ msgid ""
814
818
"instance pointing to *target*. If *target* points to an existing file or "
815
819
"directory, it will be unconditionally replaced."
816
820
msgstr ""
821
+ "現在のファイルまたはディレクトリの名前を *target* に変更し、 *target* を指すパスのインスタンスを返します。*target* "
822
+ "が既存のファイルかディレクトリを指していた場合、無条件に置き換えられます。"
817
823
818
824
#: ../../library/pathlib.rst:981
819
825
msgid ""
@@ -929,10 +935,12 @@ msgid ""
929
935
"If *missing_ok* is true, :exc:`FileNotFoundError` exceptions will be ignored"
930
936
" (same behavior as the POSIX ``rm -f`` command)."
931
937
msgstr ""
938
+ "*missing_ok* の値が真の場合、 :exc:`FileExistsError` 例外を送出しません (POSIX の ``rm -f`` "
939
+ "コマンドの挙動と同じ)。"
932
940
933
941
#: ../../library/pathlib.rst:1100
934
942
msgid "The *missing_ok* parameter was added."
935
- msgstr ""
943
+ msgstr "*missing_ok* 引数が追加されました。 "
936
944
937
945
#: ../../library/pathlib.rst:1106
938
946
msgid ""
@@ -995,51 +1003,51 @@ msgstr ":meth:`Path.resolve`"
995
1003
996
1004
#: ../../library/pathlib.rst:1152
997
1005
msgid ":func:`os.chmod`"
998
- msgstr ""
1006
+ msgstr ":func:`os.chmod` "
999
1007
1000
1008
#: ../../library/pathlib.rst:1152
1001
1009
msgid ":meth:`Path.chmod`"
1002
- msgstr ""
1010
+ msgstr ":meth:`Path.chmod` "
1003
1011
1004
1012
#: ../../library/pathlib.rst:1153
1005
1013
msgid ":func:`os.mkdir`"
1006
- msgstr ""
1014
+ msgstr ":func:`os.mkdir` "
1007
1015
1008
1016
#: ../../library/pathlib.rst:1153
1009
1017
msgid ":meth:`Path.mkdir`"
1010
- msgstr ""
1018
+ msgstr ":meth:`Path.mkdir` "
1011
1019
1012
1020
#: ../../library/pathlib.rst:1154
1013
1021
msgid ":func:`os.rename`"
1014
- msgstr ""
1022
+ msgstr ":func:`os.rename` "
1015
1023
1016
1024
#: ../../library/pathlib.rst:1154
1017
1025
msgid ":meth:`Path.rename`"
1018
- msgstr ""
1026
+ msgstr ":meth:`Path.rename` "
1019
1027
1020
1028
#: ../../library/pathlib.rst:1155
1021
1029
msgid ":func:`os.replace`"
1022
- msgstr ""
1030
+ msgstr ":func:`os.replace` "
1023
1031
1024
1032
#: ../../library/pathlib.rst:1155
1025
1033
msgid ":meth:`Path.replace`"
1026
- msgstr ""
1034
+ msgstr ":meth:`Path.replace` "
1027
1035
1028
1036
#: ../../library/pathlib.rst:1156
1029
1037
msgid ":func:`os.rmdir`"
1030
- msgstr ""
1038
+ msgstr ":func:`os.rmdir` "
1031
1039
1032
1040
#: ../../library/pathlib.rst:1156
1033
1041
msgid ":meth:`Path.rmdir`"
1034
- msgstr ""
1042
+ msgstr ":meth:`Path.rmdir` "
1035
1043
1036
1044
#: ../../library/pathlib.rst:1157
1037
1045
msgid ":func:`os.remove`, :func:`os.unlink`"
1038
- msgstr ""
1046
+ msgstr ":func:`os.remove`, :func:`os.unlink` "
1039
1047
1040
1048
#: ../../library/pathlib.rst:1157
1041
1049
msgid ":meth:`Path.unlink`"
1042
- msgstr ""
1050
+ msgstr ":meth:`Path.unlink` "
1043
1051
1044
1052
#: ../../library/pathlib.rst:1158
1045
1053
msgid ":func:`os.getcwd`"
@@ -1067,11 +1075,11 @@ msgstr ":meth:`Path.expanduser` および :meth:`Path.home`"
1067
1075
1068
1076
#: ../../library/pathlib.rst:1162
1069
1077
msgid ":func:`os.listdir`"
1070
- msgstr ""
1078
+ msgstr ":func:`os.listdir` "
1071
1079
1072
1080
#: ../../library/pathlib.rst:1162
1073
1081
msgid ":meth:`Path.iterdir`"
1074
- msgstr ""
1082
+ msgstr ":meth:`Path.iterdir` "
1075
1083
1076
1084
#: ../../library/pathlib.rst:1163
1077
1085
msgid ":func:`os.path.isdir`"
@@ -1099,19 +1107,19 @@ msgstr ":meth:`Path.is_symlink`"
1099
1107
1100
1108
#: ../../library/pathlib.rst:1166
1101
1109
msgid ":func:`os.link`"
1102
- msgstr ""
1110
+ msgstr ":func:`os.link` "
1103
1111
1104
1112
#: ../../library/pathlib.rst:1166
1105
1113
msgid ":meth:`Path.link_to`"
1106
- msgstr ""
1114
+ msgstr ":meth:`Path.link_to` "
1107
1115
1108
1116
#: ../../library/pathlib.rst:1167
1109
1117
msgid ":func:`os.symlink`"
1110
- msgstr ""
1118
+ msgstr ":func:`os.symlink` "
1111
1119
1112
1120
#: ../../library/pathlib.rst:1167
1113
1121
msgid ":meth:`Path.symlink_to`"
1114
- msgstr ""
1122
+ msgstr ":meth:`Path.symlink_to` "
1115
1123
1116
1124
#: ../../library/pathlib.rst:1168
1117
1125
msgid ":func:`os.stat`"
@@ -1155,11 +1163,11 @@ msgstr ":data:`PurePath.parent`"
1155
1163
1156
1164
#: ../../library/pathlib.rst:1175
1157
1165
msgid ":func:`os.path.samefile`"
1158
- msgstr ""
1166
+ msgstr ":func:`os.path.samefile` "
1159
1167
1160
1168
#: ../../library/pathlib.rst:1175
1161
1169
msgid ":meth:`Path.samefile`"
1162
- msgstr ""
1170
+ msgstr ":meth:`Path.samefile` "
1163
1171
1164
1172
#: ../../library/pathlib.rst:1176
1165
1173
msgid ":func:`os.path.splitext`"