8000 [skip ci] Update .po files · python/python-docs-ja@2375e8f · GitHub
[go: up one dir, main page]

Skip to content

Commit 2375e8f

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 7959690 commit 2375e8f

File tree

5 files changed

+89
-33
lines changed

5 files changed

+89
-33
lines changed

library/dis.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-09-18 09:12+0900\n"
11+
"POT-Creation-Date: 2018-10-06 09:21+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: 吉田 達矢 <iclassic.dell@gmail.com>, 2018\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -205,7 +205,7 @@ msgstr "*file* 引数が追加されました。"
205205
#: ../../library/dis.rst:151
206206
msgid ""
207207
"Disassemble the *x* object. *x* can denote either a module, a class, a "
208-
"method, a function, a generator, an asynchronous generator, a couroutine, a "
208+
"method, a function, a generator, an asynchronous generator, a coroutine, a "
209209
"code object, a string of source code or a byte sequence of raw bytecode. For"
210210
" a module, it disassembles all functions. For a class, it disassembles all "
211211
"methods (including class and static methods). For a code object or sequence "

library/pathlib.po

Lines changed: 80 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-08-07 08:48+0900\n"
11+
"POT-Creation-Date: 2018-10-06 09:21+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Osamu NAKAMURA, 2017\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -922,97 +922,153 @@ msgid ":meth:`Path.resolve`"
922922
msgstr ":meth:`Path.resolve`"
923923

924924
#: ../../library/pathlib.rst:1092
925+
msgid ":func:`os.chmod`"
926+
msgstr ""
927+
928+
#: ../../library/pathlib.rst:1092
929+
msgid ":meth:`Path.chmod`"
930+
msgstr ""
931+
932+
#: ../../library/pathlib.rst:1093
933+
msgid ":func:`os.mkdir`"
934+
msgstr ""
935+
936+
#: ../../library/pathlib.rst:1093
937+
msgid ":meth:`Path.mkdir`"
938+
msgstr ""
939+
940+
#: ../../library/pathlib.rst:1094
941+
msgid ":func:`os.rename`"
942+
msgstr ""
943+
944+
#: ../../library/pathlib.rst:1094
945+
msgid ":meth:`Path.rename`"
946+
msgstr ""
947+
948+
#: ../../library/pathlib.rst:1095
949+
msgid ":func:`os.replace`"
950+
msgstr ""
951+
952+
#: ../../library/pathlib.rst:1095
953+
msgid ":meth:`Path.replace`"
954+
msgstr ""
955+
956+
#: ../../library/pathlib.rst:1096
957+
msgid ":func:`os.rmdir`"
958+
msgstr ""
959+
960+
#: ../../library/pathlib.rst:1096
961+
msgid ":meth:`Path.rmdir`"
962+
msgstr ""
963+
964+
#: ../../library/pathlib.rst:1097
965+
msgid ":func:`os.remove`, :func:`os.unlink`"
966+
msgstr ""
967+
968+
#: ../../library/pathlib.rst:1097
969+
msgid ":meth:`Path.unlink`"
970+
msgstr ""
971+
972+
#: ../../library/pathlib.rst:1098
925973
msgid ":func:`os.getcwd`"
926974
msgstr ":func:`os.getcwd`"
927975

928-
#: ../../library/pathlib.rst:1092
976+
#: ../../library/pathlib.rst:1098
929977
msgid ":func:`Path.cwd`"
930978
msgstr ":func:`Path.cwd`"
931979

932-
#: ../../library/pathlib.rst:1093
980+
#: ../../library/pathlib.rst:1099
933981
msgid ":func:`os.path.exists`"
934982
msgstr ":func:`os.path.exists`"
935983

936-
#: ../../library/pathlib.rst:1093
984+
#: ../../library/pathlib.rst:1099
937985
msgid ":meth:`Path.exists`"
938986
msgstr ":meth:`Path.exists`"
939987

940-
#: ../../library/pathlib.rst:1094
988+
#: ../../library/pathlib.rst:1100
941989
msgid ":func:`os.path.expanduser`"
942990
msgstr ":func:`os.path.expanduser`"
943991

944-
#: ../../library/pathlib.rst:1094
992+
#: ../../library/pathlib.rst:1100
945993
msgid ":meth:`Path.expanduser` and :meth:`Path.home`"
946994
msgstr ":meth:`Path.expanduser` および :meth:`Path.home`"
947995

948-
#: ../../library/pathlib.rst:1096
996+
#: ../../library/pathlib.rst:1102
949997
msgid ":func:`os.path.isdir`"
950998
msgstr ":func:`os.path.isdir`"
951999

952-
#: ../../library/pathlib.rst:1096
1000+
#: ../../library/pathlib.rst:1102
9531001
msgid ":meth:`Path.is_dir`"
9541002
msgstr ":meth:`Path.is_dir`"
9551003

956-
#: ../../library/pathlib.rst:1097
1004+
#: ../../library/pathlib.rst:1103
9571005
msgid ":func:`os.path.isfile`"
9581006
msgstr ":func:`os.path.isfile`"
9591007

960-
#: ../../library/pathlib.rst:1097
1008+
#: ../../library/pathlib.rst:1103
9611009
msgid ":meth:`Path.is_file`"
9621010
msgstr ":meth:`Path.is_file`"
9631011

964-
#: ../../library/pathlib.rst:1098
1012+
#: ../../library/pathlib.rst:1104
9651013
msgid ":func:`os.path.islink`"
9661014
msgstr ":func:`os.path.islink`"
9671015

968-
#: ../../library/pathlib.rst:1098
1016+
#: ../../library/pathlib.rst:1104
9691017
msgid ":meth:`Path.is_symlink`"
9701018
msgstr ":meth:`Path.is_symlink`"
9711019

972-
#: ../../library/pathlib.rst:1099
1020+
#: ../../library/pathlib.rst:1105
9731021
msgid ":func:`os.stat`"
9741022
msgstr ":func:`os.stat`"
9751023

976-
#: ../../library/pathlib.rst:1099
1024+
#: ../../library/pathlib.rst:1105
9771025
msgid ":meth:`Path.stat`, :meth:`Path.owner`, :meth:`Path.group`"
9781026
msgstr ":meth:`Path.stat`, :meth:`Path.owner`, :meth:`Path.group`"
9791027

980-
#: ../../library/pathlib.rst:1102
1028+
#: ../../library/pathlib.rst:1108
9811029
msgid ":func:`os.path.isabs`"
9821030
msgstr ":func:`os.path.isabs`"
9831031

984-
#: ../../library/pathlib.rst:1102
1032+
#: ../../library/pathlib.rst:1108
9851033
msgid ":meth:`PurePath.is_absolute`"
9861034
msgstr ":meth:`PurePath.is_absolute`"
9871035

988-
#: ../../library/pathlib.rst:1103
1036+
#: ../../library/pathlib.rst:1109
9891037
msgid ":func:`os.path.join`"
9901038
msgstr ":func:`os.path.join`"
9911039

992-
#: ../../library/pathlib.rst:1103
1040+
#: ../../library/pathlib.rst:1109
9931041
msgid ":func:`PurePath.joinpath`"
9941042
msgstr ":func:`PurePath.joinpath`"
9951043

996-
#: ../../library/pathlib.rst:1104
1044+
#: ../../library/pathlib.rst:1110
9971045
msgid ":func:`os.path.basename`"
9981046
msgstr ":func:`os.path.basename`"
9991047

1000-
#: ../../library/pathlib.rst:1104
1048+
#: ../../library/pathlib.rst:1110
10011049
msgid ":data:`PurePath.name`"
10021050
msgstr ":data:`PurePath.name`"
10031051

1004-
#: ../../library/pathlib.rst:1105
1052+
#: ../../library/pathlib.rst:1111
10051053
msgid ":func:`os.path.dirname`"
10061054
msgstr ":func:`os.path.dirname`"
10071055

1008-
#: ../../library/pathlib.rst:1105
1056+
#: ../../library/pathlib.rst:1111
10091057
msgid ":data:`PurePath.parent`"
10101058
msgstr ":data:`PurePath.parent`"
10111059

1012-
#: ../../library/pathlib.rst:1106
1060+
#: ../../library/pathlib.rst:1112
1061+
msgid ":func:`os.path.samefile`"
1062+
msgstr ""
1063+
1064+
#: ../../library/pathlib.rst:1112
1065+
msgid ":meth:`Path.samefile`"
1066+
msgstr ""
1067+
1068+
#: ../../library/pathlib.rst:1113
10131069
msgid ":func:`os.path.splitext`"
10141070
msgstr ":func:`os.path.splitext`"
10151071

1016-
#: ../../library/pathlib.rst:1106
1072+
#: ../../library/pathlib.rst:1113
10171073
msgid ":data:`PurePath.suffix`"
10181074
msgstr ":data:`PurePath.suffix`"

library/ssl.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-09-24 09:17+0900\n"
11+
"POT-Creation-Date: 2018-10-06 09:21+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: tomo🐧, 2017\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -3413,7 +3413,7 @@ msgid ""
34133413
"TLS 1.3 uses a disjunct set of cipher suites. All AES-GCM and ChaCha20 "
34143414
"cipher suites are enabled by default. The method "
34153415
":meth:`SSLContext.set_ciphers` cannot enable or disable any TLS 1.3 ciphers "
3416-
"yet, but :meth:`SSLContext.get_cipers` returns them."
3416+
"yet, but :meth:`SSLContext.get_ciphers` returns them."
34173417
msgstr ""
34183418

34193419
#: ../../library/ssl.rst:2662

library/zipapp.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-09-15 09:11+0900\n"
11+
"POT-Creation-Date: 2018-10-06 09:21+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Osamu NAKAMURA, 2018\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -312,8 +312,8 @@ msgid "Pack up a directory into an archive, and run it."
312312
msgstr "ディレクトリを書庫に圧縮し、実行します。"
313313

314314
#: ../../library/zipapp.rst:198
315-
msgid "The same can be done using the :func:`create_archive` functon::"
316-
msgstr "同じことを :func:`create_archive` 関数を使用して行うことが出来ます::"
315+
msgid "The same can be done using the :func:`create_archive` function::"
316+
msgstr ""
317317

318318
#: ../../library/zipapp.rst:203
319319
msgid ""

whatsnew/3.6.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-09-26 09:18+0900\n"
11+
"POT-Creation-Date: 2018-10-06 09:21+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: mtb_beta <mtb.toya0403@gmail.com>, 2018\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -2176,7 +2176,7 @@ msgstr ""
21762176
#: ../../whatsnew/3.6.rst:1625
21772177
msgid ""
21782178
"A new :const:`~typing.TYPE_CHECKING` constant that is assumed to be ``True``"
2179-
" by the static type chekers, but is ``False`` at runtime. (Contributed by "
2179+
" by the static type checkers, but is ``False`` at runtime. (Contributed by "
21802180
"Guido van Rossum in `Github #230 "
21812181
"<https://github.com/python/typing/issues/230>`_.)"
21822182
msgstr ""

0 commit comments

Comments
 (0)
0