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

Skip to content

Commit 6c6b651

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent a30a8f2 commit 6c6b651

File tree

3 files changed

+2752
-2742
lines changed

3 files changed

+2752
-2742
lines changed

library/datetime.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2639,7 +2639,7 @@ msgstr "``%y``"
26392639

26402640
#: ../../library/datetime.rst:1998
26412641
msgid "Year without century as a zero-padded decimal number."
2642-
msgstr "0埋めした10進数で表記した世紀ありの年。"
2642+
msgstr "0埋めした10進数で表記した世紀無しの年。"
26432643

26442644
#: ../../library/datetime.rst:1998
26452645
msgid "00, 01, ..., 99"
@@ -2651,7 +2651,7 @@ msgstr "``%Y``"
26512651

26522652
#: ../../library/datetime.rst:2001
26532653
msgid "Year with century as a decimal number."
2654-
msgstr "西暦 ( 4桁) の 10 進表記を表します。"
2654+
msgstr "西暦 (4桁) の 10 進表記を表します。"
26552655

26562656
#: ../../library/datetime.rst:2001 ../../library/datetime.rst:2074
26572657
msgid "0001, 0002, ..., 8000 2013, 2014, ..., 9998, 9999"

library/os.po

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-01-25 12:23+0900\n"
11+
"POT-Creation-Date: 2018-04-03 12:57+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"
@@ -3511,17 +3511,13 @@ msgstr ""
35113511

35123512
#: ../../library/os.rst:2728
35133513
msgid ""
3514-
"By default, errors from the :func:`listdir` call are ignored. If optional "
3514+
"By default, errors from the :func:`scandir` call are ignored. If optional "
35153515
"argument *onerror* is specified, it should be a function; it will be called "
35163516
"with one argument, an :exc:`OSError` instance. It can report the error to "
35173517
"continue with the walk, or raise the exception to abort the walk. Note that"
35183518
" the filename is available as the ``filename`` attribute of the exception "
35193519
"object."
35203520
msgstr ""
3521-
"デフォルトでは、 :func:`listdir` 呼び出しからのエラーは無視されます。オプション引数の *onerror* "
3522-
"を指定する場合は関数でなければなりません ; この関数は単一の引数として :exc:`OSError` "
3523-
"インスタンスを伴って呼び出されます。この関数でエラーを報告して走査を継続したり、例外を送出して走査を中止したりできます。ファイル名は例外オブジェクトの "
3524-
"``filename`` 属性として利用できます。"
35253521

35263522
#: ../../library/os.rst:2734
35273523
msgid ""

0 commit comments

Comments
 (0)
0