Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit11d066b

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parente0611af commit11d066b

File tree

5 files changed

+28
-11
lines changed

5 files changed

+28
-11
lines changed

‎faq/design.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2020
8+
# Mikami Akiko, 2021
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2021-03-16 16:44+0000\n"
1516
"PO-Revision-Date:2020-05-30 11:53+0000\n"
16-
"Last-Translator:tomo, 2020\n"
17+
"Last-Translator:Mikami Akiko, 2021\n"
1718
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1819
"MIME-Version:1.0\n"
1920
"Content-Type:text/plain; charset=UTF-8\n"
@@ -970,6 +971,9 @@ msgid ""
970971
"expressions) and loop (with ``while`` and ``for`` statements, possibly "
971972
"containing ``continue`` and ``break``)."
972973
msgstr""
974+
"1970年代、人々は気付きました。秩序なき goto は、理解するのも手直しするのも困難という厄介な\"スパゲッティ\"コードに陥りがちであると。\n"
975+
"高水準言語では、分岐とループの手段があれば goto は不要です。\n"
976+
"(Pythonだと、分岐には if 節及び or ・ and ・ if-else 式を使います。ループには while 節と for 節を使い、 ループ内にcontinue ・ break を含むことがあります)"
973977

974978
#:../../faq/design.rst:609
975979
msgid""

‎faq/windows.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2020
8+
# Mikami Akiko, 2021
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2021-04-26 17:13+0000\n"
1516
"PO-Revision-Date:2020-05-30 11:54+0000\n"
16-
"Last-Translator:tomo, 2020\n"
17+
"Last-Translator:Mikami Akiko, 2021\n"
1718
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1819
"MIME-Version:1.0\n"
1920
"Content-Type:text/plain; charset=UTF-8\n"
@@ -445,3 +446,6 @@ msgid ""
445446
" module. It defines a function ``kbhit()`` which checks whether a keyboard "
446447
"hit is present, and ``getch()`` which gets one character without echoing it."
447448
msgstr""
449+
":mod:`msvcrt` モジュールを使ってください。これは標準の Windows "
450+
"専用拡張モジュールです。これはキーボードが打たれているかを調べる関数 ``kbhit()`` と、反響することなく一文字を得る ``getch()`` "
451+
"を定義します。"

‎library/io.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2020
8+
# Mikami Akiko, 2021
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2021-04-01 16:57+0000\n"
1516
"PO-Revision-Date:2020-05-30 12:04+0000\n"
16-
"Last-Translator:tomo, 2020\n"
17+
"Last-Translator:Mikami Akiko, 2021\n"
1718
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1819
"MIME-Version:1.0\n"
1920
"Content-Type:text/plain; charset=UTF-8\n"
@@ -206,11 +207,11 @@ msgstr ""
206207
msgid""
207208
"Opens the provided file with mode ``'rb'``. This function should be used "
208209
"when the intent is to treat the contents as executable code."
209-
msgstr""
210+
msgstr"\"rb\" モードでファイルを開きます。この機能はファイルの中身を実行可能なコードとして扱いたい場合にのみ使用します。"
210211

211212
#:../../library/io.rst:135
212213
msgid"``path`` should be a :class:`str` and an absolute path."
213-
msgstr""
214+
msgstr"``path``は:class:`str` 型の絶対パスです。"
214215

215216
#:../../library/io.rst:137
216217
msgid""

‎library/types.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# tomo, 2020
88
# Takanori Suzuki <takanori@takanory.net>, 2021
9+
# Mikami Akiko, 2021
910
#
1011
#,fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To:\n"
1516
"POT-Creation-Date:2021-05-02 17:14+0000\n"
1617
"PO-Revision-Date:2020-05-30 12:12+0000\n"
17-
"Last-Translator:Takanori Suzuki <takanori@takanory.net>, 2021\n"
18+
"Last-Translator:Mikami Akiko, 2021\n"
1819
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1920
"MIME-Version:1.0\n"
2021
"Content-Type:text/plain; charset=UTF-8\n"
@@ -174,6 +175,7 @@ msgid ""
174175
"If you instantiate any of these types, note that signatures may vary between"
175176
" Python versions."
176177
msgstr""
178+
"これらのタイプのいずれかをインスタンス化する場合、シグネチャは Python のバージョンによって異なる可能性があることに注意してください。"
177179

178180
#:../../library/types.rst:104
179181
msgid"Standard names are defined for the following types:"

‎library/warnings.po

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#
66
# Translators:
77
# tomo, 2020
8-
# Shuuji Mihara <s.tk345@gmail.com>, 2021
98
# Takanori Suzuki <takanori@takanory.net>, 2021
9+
# Shuuji Mihara <s.tk345@gmail.com>, 2021
1010
#
1111
#,fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To:\n"
1616
"POT-Creation-Date:2021-01-01 16:06+0000\n"
1717
"PO-Revision-Date:2020-05-30 12:13+0000\n"
18-
"Last-Translator:Takanori Suzuki <takanori@takanory.net>, 2021\n"
18+
"Last-Translator:Shuuji Mihara <s.tk345@gmail.com>, 2021\n"
1919
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2020
"MIME-Version:1.0\n"
2121
"Content-Type:text/plain; charset=UTF-8\n"
@@ -113,7 +113,7 @@ msgstr "警告カテゴリ"
113113
msgid""
114114
"There are a number of built-in exceptions that represent warning categories."
115115
" This categorization is useful to be able to filter out groups of warnings."
116-
msgstr""
116+
msgstr"警告カテゴリを表現する組み込み例外は数多くあります。このカテゴリ化は警告をグループごとフィルタする上で便利です。"
117117

118118
#:../../library/warnings.rst:56
119119
msgid""
@@ -135,7 +135,7 @@ msgstr ""
135135

136136
#:../../library/warnings.rst:64
137137
msgid"The following warnings category classes are currently defined:"
138-
msgstr""
138+
msgstr"現在以下の警告カテゴリクラスが定義されています:"
139139

140140
#:../../library/warnings.rst:69
141141
msgid"Class"
@@ -173,6 +173,8 @@ msgid ""
173173
" intended for other Python developers (ignored by default, unless triggered "
174174
"by code in ``__main__``)."
175175
msgstr""
176+
"他の Python 開発者へ向けて警告を発するときの、廃止予定の機能についての警告の基底カテゴリです。(``__main__`` "
177+
"によって引き起こされない限り通常は無視されます)"
176178

177179
#:../../library/warnings.rst:82
178180
msgid":exc:`SyntaxWarning`"
@@ -198,7 +200,7 @@ msgstr ":exc:`FutureWarning`"
198200
msgid""
199201
"Base category for warnings about deprecated features when those warnings are"
200202
" intended for end users of applications that are written in Python."
201-
msgstr""
203+
msgstr"Python で書かれたアプリケーションのエンドユーザーへ向けて警告を発するときの、非推奨の機能についての警告の基底カテゴリです。"
202204

203205
#:../../library/warnings.rst:93
204206
msgid":exc:`PendingDeprecationWarning`"
@@ -271,6 +273,10 @@ msgid ""
271273
"determines the disposition of the match. Each entry is a tuple of the form "
272274
"(*action*, *message*, *category*, *module*, *lineno*), where:"
273275
msgstr""
276+
"概念的には、警告フィルタは複数のフィルタ仕様からなる順番リストを維持しています; "
277+
"何らかの特定の警告が生じると、一致するものが見つかるまでリスト中の各フィルタとの照合が行われます; "
278+
"一致したフィルタ仕様がその警告の処理方法を決定します。フィルタの各エントリは (*action*, *message*, *category*, "
279+
"*module*, *lineno*) からなるタプルです。ここで:"
274280

275281
#:../../library/warnings.rst:133
276282
msgid"*action* is one of the following strings:"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp