8
8
msgstr ""
9
9
"Project-Id-Version :Python 3.6\n "
10
10
"Report-Msgid-Bugs-To :\n "
11
- "POT-Creation-Date :2018-08-04 14:02 +0900\n "
11
+ "POT-Creation-Date :2018-08-07 14:04 +0900\n "
12
12
"PO-Revision-Date :YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator :tomo🐧, 2018\n "
14
14
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -738,10 +738,12 @@ msgid "Return the decoded contents of the pointed-to file as a string::"
738
738
msgstr "指定されたファイルの内容を文字列としてデコードして返します::"
739
739
740
740
#: ../../library/pathlib.rst:900
741
- msgid "The optional parameters have the same meaning as in :func:`open`."
742
- msgstr "任意のパラメーターは :func:`open` と同じです。"
741
+ msgid ""
742
+ "The file is opened and then closed. The optional parameters have the same "
743
+ "meaning as in :func:`open`."
744
+ msgstr ""
743
745
744
- #: ../../library/pathlib.rst:907
746
+ #: ../../library/pathlib.rst:908
745
747
msgid ""
746
748
"Rename this file or directory to the given *target*. On Unix, if *target* "
747
749
"exists and is a file, it will be replaced silently if the user has "
@@ -751,27 +753,27 @@ msgstr ""
751
753
"Unix では *target* が存在するファイルの場合、ユーザにパーミッションがあれば静かに置換されます。\n"
752
754
"*target* は文字列か別のパスオブジェクトです::"
753
755
754
- #: ../../library/pathlib.rst:922
756
+ #: ../../library/pathlib.rst:923
755
757
msgid ""
756
758
"Rename this file or directory to the given *target*. If *target* points to "
757
759
"an existing file or directory, it will be unconditionally replaced."
758
760
msgstr ""
759
761
"現在のファイルまたはディレクトリの名前を *target* に変更します。*target* "
760
762
"が既存のファイルかディレクトリを指していた場合、無条件に置き換えられます。"
761
763
762
- #: ../../library/pathlib.rst:928
764
+ #: ../../library/pathlib.rst:929
763
765
msgid ""
764
766
"Make the path absolute, resolving any symlinks. A new path object is "
765
767
"returned::"
766
768
msgstr "パスを絶対パスにし、あらゆるシンボリックリンクを解決します。新しいパスオブジェクトが返されます::"
767
769
768
- #: ../../library/pathlib.rst:937
770
+ #: ../../library/pathlib.rst:938
769
771
msgid ""
770
772
"\" ``..``\" components are also eliminated (this is the only method to do "
771
773
"so)::"
772
774
msgstr "\" ``..``\" 要素は除去されます (このような挙動を示すのはこのメソッドだけです)::"
773
775
774
- #: ../../library/pathlib.rst:943
776
+ #: ../../library/pathlib.rst:944
775
777
msgid ""
776
778
"If the path doesn't exist and *strict* is ``True``, :exc:`FileNotFoundError`"
777
779
" is raised. If *strict* is ``False``, the path is resolved as far as "
@@ -783,21 +785,21 @@ msgstr ""
783
785
"*strict* が ``False`` の場合は、パスは可能な限り解決され、残りの部分は存在するかのチェックをせずに追加されます。\n"
784
786
"もしパスの解決にあたって無限ループする場合は、:exc:`RuntimeError` が送出されます。"
785
787
786
- #: ../../library/pathlib.rst:949
788
+ #: ../../library/pathlib.rst:950
787
789
msgid "The *strict* argument."
788
790
msgstr "*strict* 引数"
789
791
790
- #: ../../library/pathlib.rst:954
792
+ #: ../../library/pathlib.rst:955
791
793
msgid ""
792
794
"This is like calling :meth:`Path.glob` with\" ``**``\" added in front of the"
793
795
" given *pattern*:"
794
796
msgstr "これは :meth:`Path.glob` を *pattern* の先頭に\" ``**``\" を追加して呼び出した場合と似ています:"
795
797
796
- #: ../../library/pathlib.rst:967
798
+ #: ../../library/pathlib.rst:968
797
799
msgid "Remove this directory. The directory must be empty."
798
800
msgstr "現在のディレクトリを削除します。ディレクトリは空でなければなりません。"
799
801
800
- #: ../../library/pathlib.rst:972
802
+ #: ../../library/pathlib.rst:973
801
803
msgid ""
802
804
"Return whether this path points to the same file as *other_path*, which can "
803
805
"be either a Path object, or a string. The semantics are similar to "
@@ -807,13 +809,13 @@ msgstr ""
807
809
" ``False`` を返します。意味的には :func:`os.path.samefile` および :func:`os.path.samestat`"
808
810
" と同じです。"
809
811
810
- #: ../../library/pathlib.rst:976
812
+ #: ../../library/pathlib.rst:977
811
813
msgid ""
812
814
"An :exc:`OSError` can be raised if either file cannot be accessed for some "
813
815
"reason."
814
816
msgstr "なんらかの理由でどちらかのファイルにアクセスできない場合は :exc:`OSError` が送出されます。"
815
817
816
- #: ../../library/pathlib.rst:991
818
+ #: ../../library/pathlib.rst:992
817
819
msgid ""
818
820
"Make this path a symbolic link to *target*. Under Windows, "
819
821
"*target_is_directory* must be true (default ``False``) if the link's target "
@@ -823,13 +825,13 @@ msgstr ""
823
825
"*target_is_directory* が真でなければなりません (デフォルトは ``False``)。POSIX "
824
826
"では、*target_is_directory* の値は無視されます。"
825
827
826
- #: ../../library/pathlib.rst:1005
828
+ #: ../../library/pathlib.rst:1006
827
829
msgid ""
828
830
"The order of arguments (link, target) is the reverse of "
829
831
":func:`os.symlink`'s."
830
832
msgstr "引数の並び (link, target) は :func:`os.symlink` とは逆です。"
831
833
832
- #: ../../library/pathlib.rst:1011
834
+ #: ../../library/pathlib.rst:1012
833
835
msgid ""
834
836
"Create a file at this given path. If *mode* is given, it is combined with "
835
837
"the process' ``umask`` value to determine the file mode and access flags. "
@@ -841,24 +843,24 @@ msgstr ""
841
843
"値と組み合わせてファイルのモードとアクセスフラグが決定されます。ファイルがすでに存在した場合、*exist_ok* が真ならばこの関数は正常に終了します"
842
844
" (そしてファイルの更新日付が現在の日時に変更されます)。その他の場合は :exc:`FileExistsError` が送出されます。"
843
845
844
- #: ../../library/pathlib.rst:1020
846
+ #: ../../library/pathlib.rst:1021
845
847
msgid ""
846
848
"Remove this file or symbolic link. If the path points to a directory, use "
847
849
":func:`Path.rmdir` instead."
848
850
msgstr ""
849
851
"このファイルまたはシンボリックリンクを削除します。パスがディレクトリを指している場合は :func:`Path.rmdir` を使用してください。"
850
852
851
- #: ../../library/pathlib.rst:1026
853
+ #: ../../library/pathlib.rst:1027
852
854
msgid ""
853
855
"Open the file pointed to in bytes mode, write *data* to it, and close the "
854
856
"file::"
855
857
msgstr "指定されたファイルをバイトモードで開き、*data* を書き込み、ファイルを閉じます::"
856
858
857
- #: ../../library/pathlib.rst:1035
859
+ #: ../../library/pathlib.rst:1036
858
860
msgid "An existing file of the same name is overwritten."
859
861
msgstr "同じ名前のファイルがすでにあれば上書きされます。"
860
862
861
- #: ../../library/pathlib.rst:1042
863
+ #: ../../library/pathlib.rst:1043
862
864
msgid ""
863
865
"Open the file pointed to in text mode, write *data* to it, and close the "
864
866
"file::"