|
9 | 9 | msgstr ""
|
10 | 10 | "Project-Id-Version:Python 2.7\n"
|
11 | 11 | "Report-Msgid-Bugs-To:\n"
|
12 |
| -"POT-Creation-Date:2018-08-07 14:03+0900\n" |
13 |
| -"PO-Revision-Date:2018-08-09 02:50+0000\n" |
| 12 | +"POT-Creation-Date:2018-11-08 14:51+0900\n" |
| 13 | +"PO-Revision-Date:2018-11-08 06:01+0000\n" |
14 | 14 | "Last-Translator:tomo🐧\n"
|
15 | 15 | "Language-Team:Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
|
16 | 16 | "MIME-Version:1.0\n"
|
@@ -784,8 +784,8 @@ msgstr "多くの場合、``{}`` を加え ``%`` の代わりに ``:`` を使う
|
784 | 784 | #:../../library/string.rst:524
|
785 | 785 | msgid""
|
786 | 786 | "The new format syntax also supports new and different options, shown in the "
|
787 |
| -"follow examples." |
788 |
| -msgstr"以下の例で示すように、新構文はさらに新たに様々なオプションもサポートしています。" |
| 787 | +"following examples." |
| 788 | +msgstr"" |
789 | 789 |
|
790 | 790 | #:../../library/string.rst:527
|
791 | 791 | msgid"Accessing arguments by position::"
|
@@ -903,12 +903,12 @@ msgstr ":meth:`substitute` と同じですが、プレースホルダに対応
|
903 | 903 | #:../../library/string.rst:703
|
904 | 904 | msgid""
|
905 | 905 | "While other exceptions may still occur, this method is called\"safe\" "
|
906 |
| -"becausesubstitutions always tries to return a usable string instead of " |
907 |
| -"raising anexception. In another sense, :meth:`safe_substitute` may be " |
908 |
| -"anything otherthan safe, since it will silently ignore malformed templates " |
909 |
| -"containingdangling delimiters, unmatched braces, or placeholders that are " |
910 |
| -"not validPython identifiers." |
911 |
| -msgstr"その他の例外も発生し得る一方で、このメソッドが「安全 (safe) 」と呼ばれているのは、置換操作が常に例外を送出する代わりに利用可能な文字列を返そうとするからです。別の見方をすれば、 :meth:`safe_substitute` は区切り間違いによるぶら下がり (dangling delimiter) や波括弧の非対応、 Python の識別子として無効なプレースホルダ名を含むような不正なテンプレートを何も警告せずに無視するため、安全とはいえないのです。" |
| 906 | +"becauseit always tries to return a usable string instead of raising an " |
| 907 | +"exception. In another sense, :meth:`safe_substitute` may be anything other " |
| 908 | +"than safe, since it will silently ignore malformed templates containing " |
| 909 | +"dangling delimiters, unmatched braces, or placeholders that are not valid " |
| 910 | +"Python identifiers." |
| 911 | +msgstr"" |
912 | 912 |
|
913 | 913 | #:../../library/string.rst:710
|
914 | 914 | msgid":class:`Template` instances also provide one public data attribute:"
|
|