From cfd5536b27d062c8651334fa23edd4cc1cf9c08d Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Fri, 13 Aug 2021 07:20:16 -0600 Subject: [PATCH 01/11] fix typo in numfig_format default value --- doc/usage/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage/configuration.rst b/doc/usage/configuration.rst index 18eae9c19..19e694ff0 100644 --- a/doc/usage/configuration.rst +++ b/doc/usage/configuration.rst @@ -453,7 +453,7 @@ General configuration As a special character, ``%s`` will be replaced to figure number. Default is to use ``'Fig. %s'`` for ``'figure'``, ``'Table %s'`` for - ``'table'``, ``'Listing %s'`` for ``'code-block'`` and ``'Section'`` for + ``'table'``, ``'Listing %s'`` for ``'code-block'`` and ``'Section %s'`` for ``'section'``. .. versionadded:: 1.3 From 56add529ec304b0b591afbd2ee275b8628512369 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 14 Aug 2021 11:49:34 +0200 Subject: [PATCH 02/11] Update link to OpenSearch. Amazon repurposed the opensearch.org domain. It is now hosting their ElasticSearch fork. --- doc/usage/configuration.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/usage/configuration.rst b/doc/usage/configuration.rst index 18eae9c19..ee71ad795 100644 --- a/doc/usage/configuration.rst +++ b/doc/usage/configuration.rst @@ -1309,11 +1309,11 @@ that use Sphinx's HTMLWriter class. .. confval:: html_use_opensearch - If nonempty, an `OpenSearch `_ description - file will be output, and all pages will contain a ```` tag referring - to it. Since OpenSearch doesn't support relative URLs for its search page - location, the value of this option must be the base URL from which these - documents are served (without trailing slash), e.g. + If nonempty, an `OpenSearch `_ + description file will be output, and all pages will contain a ```` + tag referring to it. Since OpenSearch doesn't support relative URLs for + its search page location, the value of this option must be the base URL + from which these documents are served (without trailing slash), e.g. ``"https://docs.python.org"``. The default is ``''``. .. confval:: html_file_suffix From 3e5729b057f6ac185f960895896ae35cdba1558a Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 14 Aug 2021 21:10:56 +0900 Subject: [PATCH 03/11] Fix #9267: html theme: CSS and JS files added by theme were loaded twice --- CHANGES | 1 + sphinx/builders/html/__init__.py | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 1168fa8f6..26282a807 100644 --- a/CHANGES +++ b/CHANGES @@ -34,6 +34,7 @@ Bugs fixed * #9481: cpp domain: some warnings contain non-existing filenames * #9456: html search: abbreation marks are inserted to the search result if failed to fetch the content of the page +* #9267: html theme: CSS and JS files added by theme were loaded twice Testing -------- diff --git a/sphinx/builders/html/__init__.py b/sphinx/builders/html/__init__.py index 54754ab4b..6e732538b 100644 --- a/sphinx/builders/html/__init__.py +++ b/sphinx/builders/html/__init__.py @@ -287,13 +287,14 @@ class StandaloneHTMLBuilder(Builder): if dark_style is not None: self.dark_highlighter = PygmentsBridge('html', dark_style) - self.add_css_file('pygments_dark.css', - media='(prefers-color-scheme: dark)', - id='pygments_dark_css') + self.app.add_css_file('pygments_dark.css', + media='(prefers-color-scheme: dark)', + id='pygments_dark_css') else: self.dark_highlighter = None def init_css_files(self) -> None: + self.css_files = [] self.add_css_file('pygments.css', priority=200) self.add_css_file(self._get_style_filename(), priority=200) @@ -311,6 +312,7 @@ class StandaloneHTMLBuilder(Builder): self.css_files.append(Stylesheet(filename, **kwargs)) def init_js_files(self) -> None: + self.script_files = [] self.add_js_file('documentation_options.js', id="documentation_options", data_url_root='', priority=200) self.add_js_file('jquery.js', priority=200) From 2a3cdfd7019463f54b53823805dac3801930de98 Mon Sep 17 00:00:00 2001 From: tk0miya Date: Sun, 15 Aug 2021 00:09:15 +0000 Subject: [PATCH 04/11] Update message catalogs --- sphinx/locale/ar/LC_MESSAGES/sphinx.mo | Bin 7937 -> 7937 bytes sphinx/locale/ar/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/bg/LC_MESSAGES/sphinx.mo | Bin 501 -> 501 bytes sphinx/locale/bg/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/bn/LC_MESSAGES/sphinx.mo | Bin 8091 -> 8091 bytes sphinx/locale/bn/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/ca/LC_MESSAGES/sphinx.mo | Bin 5661 -> 5661 bytes sphinx/locale/ca/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/cak/LC_MESSAGES/sphinx.mo | Bin 2409 -> 2409 bytes sphinx/locale/cak/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/cs/LC_MESSAGES/sphinx.mo | Bin 8476 -> 8476 bytes sphinx/locale/cs/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/cy/LC_MESSAGES/sphinx.mo | Bin 6428 -> 6428 bytes sphinx/locale/cy/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/da/LC_MESSAGES/sphinx.mo | Bin 13369 -> 13369 bytes sphinx/locale/da/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/de/LC_MESSAGES/sphinx.mo | Bin 11429 -> 11429 bytes sphinx/locale/de/LC_MESSAGES/sphinx.po | 127 +++++++++--------- sphinx/locale/el/LC_MESSAGES/sphinx.mo | Bin 82870 -> 82870 bytes sphinx/locale/el/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo | Bin 472 -> 472 bytes sphinx/locale/en_FR/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo | Bin 522 -> 522 bytes sphinx/locale/en_GB/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/eo/LC_MESSAGES/sphinx.mo | Bin 1707 -> 1707 bytes sphinx/locale/eo/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/es/LC_MESSAGES/sphinx.mo | Bin 70774 -> 70774 bytes sphinx/locale/es/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/et/LC_MESSAGES/sphinx.mo | Bin 34119 -> 34119 bytes sphinx/locale/et/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/eu/LC_MESSAGES/sphinx.mo | Bin 6783 -> 6783 bytes sphinx/locale/eu/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/fa/LC_MESSAGES/sphinx.mo | Bin 100958 -> 100958 bytes sphinx/locale/fa/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/fi/LC_MESSAGES/sphinx.mo | Bin 2912 -> 2912 bytes sphinx/locale/fi/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/fr/LC_MESSAGES/sphinx.mo | Bin 74413 -> 74413 bytes sphinx/locale/fr/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo | Bin 512 -> 512 bytes sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/he/LC_MESSAGES/sphinx.mo | Bin 5028 -> 5028 bytes sphinx/locale/he/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/hi/LC_MESSAGES/sphinx.mo | Bin 99461 -> 99461 bytes sphinx/locale/hi/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo | Bin 511 -> 511 bytes sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/hr/LC_MESSAGES/sphinx.mo | Bin 17382 -> 17382 bytes sphinx/locale/hr/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/hu/LC_MESSAGES/sphinx.mo | Bin 11774 -> 11774 bytes sphinx/locale/hu/LC_MESSAGES/sphinx.po | 127 +++++++++--------- sphinx/locale/id/LC_MESSAGES/sphinx.mo | Bin 61203 -> 61203 bytes sphinx/locale/id/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/is/LC_MESSAGES/sphinx.mo | Bin 3307 -> 3307 bytes sphinx/locale/is/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/it/LC_MESSAGES/sphinx.mo | Bin 10217 -> 10217 bytes sphinx/locale/it/LC_MESSAGES/sphinx.po | 127 +++++++++--------- sphinx/locale/ja/LC_MESSAGES/sphinx.mo | Bin 77635 -> 77635 bytes sphinx/locale/ja/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/ko/LC_MESSAGES/sphinx.mo | Bin 82929 -> 83020 bytes sphinx/locale/ko/LC_MESSAGES/sphinx.po | 6 +- sphinx/locale/lt/LC_MESSAGES/sphinx.mo | Bin 7164 -> 7164 bytes sphinx/locale/lt/LC_MESSAGES/sphinx.po | 127 +++++++++--------- sphinx/locale/lv/LC_MESSAGES/sphinx.mo | Bin 6873 -> 6873 bytes sphinx/locale/lv/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/mk/LC_MESSAGES/sphinx.mo | Bin 1997 -> 1997 bytes sphinx/locale/mk/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo | Bin 6849 -> 6849 bytes sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/ne/LC_MESSAGES/sphinx.mo | Bin 8985 -> 8985 bytes sphinx/locale/ne/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/nl/LC_MESSAGES/sphinx.mo | Bin 19644 -> 19644 bytes sphinx/locale/nl/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/pl/LC_MESSAGES/sphinx.mo | Bin 30067 -> 30067 bytes sphinx/locale/pl/LC_MESSAGES/sphinx.po | 127 +++++++++--------- sphinx/locale/pt/LC_MESSAGES/sphinx.mo | Bin 502 -> 502 bytes sphinx/locale/pt/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo | Bin 80148 -> 80233 bytes sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po | 127 +++++++++--------- sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo | Bin 8220 -> 8220 bytes sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/ro/LC_MESSAGES/sphinx.mo | Bin 9026 -> 9026 bytes sphinx/locale/ro/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/ru/LC_MESSAGES/sphinx.mo | Bin 16710 -> 16710 bytes sphinx/locale/ru/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/si/LC_MESSAGES/sphinx.mo | Bin 3599 -> 3599 bytes sphinx/locale/si/LC_MESSAGES/sphinx.po | 127 +++++++++--------- sphinx/locale/sk/LC_MESSAGES/sphinx.mo | Bin 69117 -> 69117 bytes sphinx/locale/sk/LC_MESSAGES/sphinx.po | 127 +++++++++--------- sphinx/locale/sl/LC_MESSAGES/sphinx.mo | Bin 5488 -> 5488 bytes sphinx/locale/sl/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/sphinx.pot | 2 +- sphinx/locale/sq/LC_MESSAGES/sphinx.mo | Bin 78632 -> 78828 bytes sphinx/locale/sq/LC_MESSAGES/sphinx.po | 8 +- sphinx/locale/sr/LC_MESSAGES/sphinx.mo | Bin 9559 -> 9559 bytes sphinx/locale/sr/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo | Bin 593 -> 593 bytes sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po | 2 +- sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo | Bin 588 -> 588 bytes sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/sv/LC_MESSAGES/sphinx.mo | Bin 6834 -> 6834 bytes sphinx/locale/sv/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/ta/LC_MESSAGES/sphinx.mo | Bin 631 -> 631 bytes sphinx/locale/ta/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/te/LC_MESSAGES/sphinx.mo | Bin 498 -> 498 bytes sphinx/locale/te/LC_MESSAGES/sphinx.po | 127 +++++++++--------- sphinx/locale/tr/LC_MESSAGES/sphinx.mo | Bin 58843 -> 58843 bytes sphinx/locale/tr/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo | Bin 6799 -> 6799 bytes sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/ur/LC_MESSAGES/sphinx.mo | Bin 496 -> 496 bytes sphinx/locale/ur/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/vi/LC_MESSAGES/sphinx.mo | Bin 5966 -> 5966 bytes sphinx/locale/vi/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/yue/LC_MESSAGES/sphinx.mo | Bin 496 -> 496 bytes sphinx/locale/yue/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo | Bin 63648 -> 63648 bytes sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo | Bin 510 -> 510 bytes sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po | 127 +++++++++--------- .../locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo | Bin 525 -> 525 bytes .../locale/zh_TW.Big5/LC_MESSAGES/sphinx.po | 4 +- sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo | Bin 12428 -> 12434 bytes sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po | 6 +- 123 files changed, 741 insertions(+), 691 deletions(-) diff --git a/sphinx/locale/ar/LC_MESSAGES/sphinx.mo b/sphinx/locale/ar/LC_MESSAGES/sphinx.mo index 6073222aba723c8654e175b0fe52e639c3f66d14..d429bc1d8ee90b8f92c7e6930f7493f82384f3f8 100644 GIT binary patch delta 15 WcmZp)YqZ;-B*0{7x>-fwE*}6Umjs&t delta 16 XcmZp)YqZ;-Brw@afN!&bz(qa)E~*7C diff --git a/sphinx/locale/ar/LC_MESSAGES/sphinx.po b/sphinx/locale/ar/LC_MESSAGES/sphinx.po index e9d83d3b7..1e6bac41f 100644 --- a/sphinx/locale/ar/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ar/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" "PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Arabic (http://www.transifex.com/sphinx-doc/sphinx-1/language/ar/)\n" diff --git a/sphinx/locale/bg/LC_MESSAGES/sphinx.mo b/sphinx/locale/bg/LC_MESSAGES/sphinx.mo index 53b879a14d69defe17baa05334e5528ab004af0a..7e1b9dd70d510ac3dbfa2b3429b4013b8db02f02 100644 GIT binary patch delta 13 Ucmey${FQk^2a}=c#;$Be04NOw7ytkO delta 13 Vcmey${FQk^$HWbM8>huH0st;K1^)m5 diff --git a/sphinx/locale/bg/LC_MESSAGES/sphinx.po b/sphinx/locale/bg/LC_MESSAGES/sphinx.po index dcd987c45..f6d16f47c 100644 --- a/sphinx/locale/bg/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/bg/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" "PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Bulgarian (http://www.transifex.com/sphinx-doc/sphinx-1/language/bg/)\n" diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.mo b/sphinx/locale/bn/LC_MESSAGES/sphinx.mo index 70a3b32d7e7dd65710d1df946c253af9f67ede47..d2f625e9f11b6701b101f4890d5227449769dd05 100644 GIT binary patch delta 15 XcmbPjKihu84qhfh)6Khh9|{5hF{B0l delta 16 YcmbPjKihu84&KQRc=\n" "Language-Team: Bengali (http://www.transifex.com/sphinx-doc/sphinx-1/language/bn/)\n" diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.mo b/sphinx/locale/ca/LC_MESSAGES/sphinx.mo index c372129523155683c6e5eb5cc781746598088fe6..7a5091cdcfc86132d7f2e2e7898a2e0fadbf76c4 100644 GIT binary patch delta 15 WcmbQMGgoKBVqPXg)6GkHD>wix?FB#p delta 16 YcmbQMGgoKBV&2K8dHFVP\n" "Language-Team: Catalan (http://www.transifex.com/sphinx-doc/sphinx-1/language/ca/)\n" diff --git a/sphinx/locale/cak/LC_MESSAGES/sphinx.mo b/sphinx/locale/cak/LC_MESSAGES/sphinx.mo index 5e66c7fa229a82ea25d7c3515c2bf60f2676045d..5f5b4adce435153c8ac458bee1852874abada95d 100644 GIT binary patch delta 24 gcmaDU^ipU;DJzqq>Ev=&6&4F!1B=b`Sx+$o0B6bvu>b%7 delta 25 hcmaDU^ipU;DeL69tbCK3StVG^b&X6n&u2Zw3;=qL2#Npz diff --git a/sphinx/locale/cak/LC_MESSAGES/sphinx.po b/sphinx/locale/cak/LC_MESSAGES/sphinx.po index 74ed8b11a..1b9af3218 100644 --- a/sphinx/locale/cak/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cak/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Kaqchikel (http://www.transifex.com/sphinx-doc/sphinx-1/language/cak/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.mo b/sphinx/locale/cs/LC_MESSAGES/sphinx.mo index a8b42eeb2a75f9a216958f3653a3090bd145a41c..100ca78fa57d178cebca16aa6c73621292aef221 100644 GIT binary patch delta 15 WcmbQ^G{1Gv?A3OjmR|NV1 delta 16 XcmbQ^G{\n" "Language-Team: Czech (http://www.transifex.com/sphinx-doc/sphinx-1/language/cs/)\n" diff --git a/sphinx/locale/cy/LC_MESSAGES/sphinx.mo b/sphinx/locale/cy/LC_MESSAGES/sphinx.mo index 7f9957ecf1eb1524b777ae3f99877191f8fede28..73313b542bd239434d52f63603e7c107bfc2af82 100644 GIT binary patch delta 15 WcmbPZG{1I9tcboty@C4TY delta 15 WcmbPZG{\n" "Language-Team: Welsh (http://www.transifex.com/sphinx-doc/sphinx-1/language/cy/)\n" diff --git a/sphinx/locale/da/LC_MESSAGES/sphinx.mo b/sphinx/locale/da/LC_MESSAGES/sphinx.mo index a2e56a270f65f15e45b66af3b0119e838d958231..d1e9713da7d6b9499f374f07f5429e8a611e0c58 100644 GIT binary patch delta 15 Wcmdm)u`^?Xp#qbk>1JaEHW2_Y\n" "Language-Team: Danish (http://www.transifex.com/sphinx-doc/sphinx-1/language/da/)\n" diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.mo b/sphinx/locale/de/LC_MESSAGES/sphinx.mo index 5b1739db2405c2a16e440d5115ea7423be891ef3..c778d59d433ebfa8dca486a0b01716936cc2dc82 100644 GIT binary patch delta 30 mcmZ1)xioUaQYj8YQw0M9D+7zkYo+8^EOZSlHlLTeCI|qWfeFX} delta 30 mcmZ1)xioUaQYj7tLj?l^D+9~PYo+8^%yo@SH=mcfCI|qW841Dw diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.po b/sphinx/locale/de/LC_MESSAGES/sphinx.po index c348969dd..1d221d73c 100644 --- a/sphinx/locale/de/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/de/LC_MESSAGES/sphinx.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-01 00:09+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: German (http://www.transifex.com/sphinx-doc/sphinx-1/language/de/)\n" "MIME-Version: 1.0\n" @@ -629,7 +629,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:726 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:728 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "" @@ -639,7 +639,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:734 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:736 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -764,7 +764,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1117 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1119 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -887,7 +887,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1070 sphinx/builders/text.py:77 +#: sphinx/builders/html/__init__.py:1072 sphinx/builders/text.py:77 #: sphinx/builders/xml.py:91 #, python-format msgid "error writing file %s: %s" @@ -903,174 +903,174 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:144 +#: sphinx/builders/html/__init__.py:145 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:176 +#: sphinx/builders/html/__init__.py:177 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:372 +#: sphinx/builders/html/__init__.py:373 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:466 sphinx/builders/latex/__init__.py:187 +#: sphinx/builders/html/__init__.py:467 sphinx/builders/latex/__init__.py:187 #: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:233 #, python-format msgid "%b %d, %Y" msgstr "%d.%m.%Y" -#: sphinx/builders/html/__init__.py:485 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:486 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Stichwortverzeichnis" -#: sphinx/builders/html/__init__.py:485 +#: sphinx/builders/html/__init__.py:486 msgid "index" msgstr "Index" -#: sphinx/builders/html/__init__.py:547 +#: sphinx/builders/html/__init__.py:549 msgid "next" msgstr "weiter" -#: sphinx/builders/html/__init__.py:556 +#: sphinx/builders/html/__init__.py:558 msgid "previous" msgstr "zurück" -#: sphinx/builders/html/__init__.py:650 +#: sphinx/builders/html/__init__.py:652 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:665 +#: sphinx/builders/html/__init__.py:667 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:744 +#: sphinx/builders/html/__init__.py:746 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:752 +#: sphinx/builders/html/__init__.py:754 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:784 sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:786 sphinx/builders/html/__init__.py:798 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:817 +#: sphinx/builders/html/__init__.py:819 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:833 +#: sphinx/builders/html/__init__.py:835 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:838 +#: sphinx/builders/html/__init__.py:840 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:844 +#: sphinx/builders/html/__init__.py:846 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:853 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:899 +#: sphinx/builders/html/__init__.py:901 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html/__init__.py:960 +#: sphinx/builders/html/__init__.py:962 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1053 +#: sphinx/builders/html/__init__.py:1055 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "" -#: sphinx/builders/html/__init__.py:1058 +#: sphinx/builders/html/__init__.py:1060 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1089 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1094 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1136 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1221 +#: sphinx/builders/html/__init__.py:1223 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1224 +#: sphinx/builders/html/__init__.py:1226 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1232 +#: sphinx/builders/html/__init__.py:1234 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1238 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1245 +#: sphinx/builders/html/__init__.py:1247 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1251 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1258 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1260 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1287 +#: sphinx/builders/html/__init__.py:1289 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "" -#: sphinx/builders/html/__init__.py:1313 +#: sphinx/builders/html/__init__.py:1315 #, python-format msgid "%s %s documentation" msgstr "%s %s Dokumentation" @@ -2818,7 +2818,7 @@ msgstr "" msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1678 +#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1682 #, python-format msgid "missing attribute %s in object %s" msgstr "" @@ -2838,71 +2838,76 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:964 +#: sphinx/ext/autodoc/__init__.py:917 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:968 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1018 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1021 +#: sphinx/ext/autodoc/__init__.py:1025 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1034 +#: sphinx/ext/autodoc/__init__.py:1038 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1100 +#: sphinx/ext/autodoc/__init__.py:1104 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1299 sphinx/ext/autodoc/__init__.py:1373 -#: sphinx/ext/autodoc/__init__.py:2726 +#: sphinx/ext/autodoc/__init__.py:1303 sphinx/ext/autodoc/__init__.py:1377 +#: sphinx/ext/autodoc/__init__.py:2734 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1564 +#: sphinx/ext/autodoc/__init__.py:1568 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1665 +#: sphinx/ext/autodoc/__init__.py:1669 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1751 sphinx/ext/autodoc/__init__.py:1824 -#: sphinx/ext/autodoc/__init__.py:1843 +#: sphinx/ext/autodoc/__init__.py:1755 sphinx/ext/autodoc/__init__.py:1828 +#: sphinx/ext/autodoc/__init__.py:1847 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1885 +#: sphinx/ext/autodoc/__init__.py:1889 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2118 sphinx/ext/autodoc/__init__.py:2212 +#: sphinx/ext/autodoc/__init__.py:2122 sphinx/ext/autodoc/__init__.py:2216 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2340 +#: sphinx/ext/autodoc/__init__.py:2348 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/__init__.py:2769 +#: sphinx/ext/autodoc/__init__.py:2777 msgid "" "autodoc_member_order now accepts \"alphabetical\" instead of \"alphabetic\"." " Please update your setting." @@ -3303,12 +3308,12 @@ msgid "search" msgstr "suchen" #: sphinx/themes/basic/search.html:47 -#: sphinx/themes/basic/static/searchtools.js:303 +#: sphinx/themes/basic/static/searchtools.js:306 msgid "Search Results" msgstr "Suchergebnisse" #: sphinx/themes/basic/search.html:49 -#: sphinx/themes/basic/static/searchtools.js:305 +#: sphinx/themes/basic/static/searchtools.js:308 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3374,12 +3379,12 @@ msgstr "Suchen" msgid "Preparing search..." msgstr "Suche wird vorbereitet..." -#: sphinx/themes/basic/static/searchtools.js:307 +#: sphinx/themes/basic/static/searchtools.js:310 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Die Suche ist fertig, es wurde(n) %s Seite(n) mit Treffern gefunden." -#: sphinx/themes/basic/static/searchtools.js:361 +#: sphinx/themes/basic/static/searchtools.js:364 msgid ", in " msgstr ", in " diff --git a/sphinx/locale/el/LC_MESSAGES/sphinx.mo b/sphinx/locale/el/LC_MESSAGES/sphinx.mo index fd185f1ae0971a0fe8798e8d8d5b3881d6b1d4a7..9aa6345974bfae75e538577bfb42aeef8b6dae55 100644 GIT binary patch delta 17 Ycmdni&bqCgbwgSclcDM6j3&Q>06?+_F#rGn delta 18 Zcmdni&bqCgbwgUy\n" "Language-Team: Greek (http://www.transifex.com/sphinx-doc/sphinx-1/language/el/)\n" diff --git a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo index c2e713d6a25e95c4b5bf0461d6d66c1bcbe388f2..ce89aa23ee27b969df38e34027cfde0a27e000fa 100644 GIT binary patch delta 19 bcmcb?e1myH2a}=c#4eSIZ2}wjNihNdOQ;7Y delta 21 dcmcb?e1myH$HWbM6Q@bAnClvuZrr5C2moKr2etqJ diff --git a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po index 82b569c24..446734653 100644 --- a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: English (France) (http://www.transifex.com/sphinx-doc/sphinx-1/language/en_FR/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo index 0cbabcc652ebe638af53d93e98bf44d2a888ee85..c203140c3ac29b4c03c19c445eb17b5343b077bc 100644 GIT binary patch delta 13 UcmeBT>0+7C!DMK0+7CF>wRm#%U#t03>k*KmY&$ diff --git a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po index 9d805dd44..2616f70e6 100644 --- a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" "PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/sphinx-doc/sphinx-1/language/en_GB/)\n" diff --git a/sphinx/locale/eo/LC_MESSAGES/sphinx.mo b/sphinx/locale/eo/LC_MESSAGES/sphinx.mo index 3f6e64bf10627d4d5b32d002880ef3ebeb86fd56..d9576668337c7c210837358f589d3a51c3e11ad0 100644 GIT binary patch delta 23 fcmZ3@yP9{yC1xf=)5%wuRVH6x7TCL delta 25 hcmZ3@yP9{yCFaS$nE56@V3uGp*EKTT{D*lx699n=2~+?8 diff --git a/sphinx/locale/eo/LC_MESSAGES/sphinx.po b/sphinx/locale/eo/LC_MESSAGES/sphinx.po index 2d6223002..f6c2e4a40 100644 --- a/sphinx/locale/eo/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/eo/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Esperanto (http://www.transifex.com/sphinx-doc/sphinx-1/language/eo/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.mo b/sphinx/locale/es/LC_MESSAGES/sphinx.mo index 4b97519286ec502c87b48456672f2d3f07f5a211..a7701d603a904aae0bb58f8309a4298f132be560 100644 GIT binary patch delta 17 Zcmeyig5}!^mJP=yGZ~t0J~4S+0{~K=2=V{` delta 18 acmeyig5}!^mJP=yPkuL\n" "Language-Team: Spanish (http://www.transifex.com/sphinx-doc/sphinx-1/language/es/)\n" diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.mo b/sphinx/locale/et/LC_MESSAGES/sphinx.mo index 1930d2722f2f3519229390cdcc59ff20023f8ae0..4620cca7eea0d8edc086db15b05f523d8722de26 100644 GIT binary patch delta 17 ZcmX@!#dN%jX~P;HCPUNB>wIQf002ZF2Q>fy delta 17 ZcmX@!#dN%jX~P;HCIgGj>wIQf002ZQ2R8r! diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.po b/sphinx/locale/et/LC_MESSAGES/sphinx.po index d653eb4e0..f3340be32 100644 --- a/sphinx/locale/et/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/et/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" "PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Estonian (http://www.transifex.com/sphinx-doc/sphinx-1/language/et/)\n" diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.mo b/sphinx/locale/eu/LC_MESSAGES/sphinx.mo index fc30c73de781962bfd3e7236d574045670628b8a..4a3cfbe52ec79e84f48b092b2437d4fb4f912777 100644 GIT binary patch delta 15 Wcmexw^50}bumF>x>E=)YEiM2wp9L-e delta 16 Xcmexw^50}bu)ySM0lv+N0&-jcKT`$r diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.po b/sphinx/locale/eu/LC_MESSAGES/sphinx.po index 8fc584ee0..1dc881aa5 100644 --- a/sphinx/locale/eu/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/eu/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" "PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Basque (http://www.transifex.com/sphinx-doc/sphinx-1/language/eu/)\n" diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.mo b/sphinx/locale/fa/LC_MESSAGES/sphinx.mo index 151cc2d31ad45ebce9a0a86c4287f613944993c1..c54b64c5dc266e47055b37ba413956035e3edf05 100644 GIT binary patch delta 17 ZcmcaNh3(!Hwhc|onG8)gw=BQ)2mni)2+RNg delta 18 acmcaNh3(!Hwhc|oC$C!0w|T\n" "Language-Team: Persian (http://www.transifex.com/sphinx-doc/sphinx-1/language/fa/)\n" diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.mo b/sphinx/locale/fi/LC_MESSAGES/sphinx.mo index f62bcb1f8efd9618a994f091e22c76b85a4b0778..eadbbe4f8547c88ed8c84f04848598890f8ccdf6 100644 GIT binary patch delta 15 XcmaDL_CRdI88#+E)6M7DCb0kjH6I1^ delta 15 XcmaDL_CRdI88#*Zi_PcQCb0kjH7W)6 diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.po b/sphinx/locale/fi/LC_MESSAGES/sphinx.po index 1fe742092..d3d91f060 100644 --- a/sphinx/locale/fi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fi/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" "PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Finnish (http://www.transifex.com/sphinx-doc/sphinx-1/language/fi/)\n" diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.mo b/sphinx/locale/fr/LC_MESSAGES/sphinx.mo index 44b3068927f9ccebb2a51e6c4d03f43f81b69058..1fbb3aa721636ab3425c9aa92a832064badc036b 100644 GIT binary patch delta 17 ZcmZ2`lx6KvmJPqBGZ~t0{yTj`7XVN-2^atX delta 17 ZcmZ2`lx6KvmJPqBGZ|QH{yTj`7XVN|2^s(Z diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.po b/sphinx/locale/fr/LC_MESSAGES/sphinx.po index d795f4f47..385e81ff2 100644 --- a/sphinx/locale/fr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fr/LC_MESSAGES/sphinx.po @@ -33,7 +33,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" "PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: French (http://www.transifex.com/sphinx-doc/sphinx-1/language/fr/)\n" diff --git a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo index 5e887c74178664b3d56bcdd6f720f4969b5174b2..8ba419182cf2c8e9cbb02caf02648366e6d0afa4 100644 GIT binary patch delta 19 acmZo*X<(Vq!DMJUu}fuQo503>PK*FQx(1;D delta 21 dcmZo*X<(VqF>wRm#Ay;N=DJ3v8#nne0svBj2QUBt diff --git a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po index 6b4928d42..548c0e523 100644 --- a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: French (France) (http://www.transifex.com/sphinx-doc/sphinx-1/language/fr_FR/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.mo b/sphinx/locale/he/LC_MESSAGES/sphinx.mo index 252e7521d1a571da6d72f96c062e7b9fffd2232f..b2e8b60e80a42971a0572ab27193043c6ef28e3e 100644 GIT binary patch delta 15 XcmZ3YzC?Y)5iTY})6K`Y?r{JBFr@|N delta 16 YcmZ3YzC?Y)5w6K^xcD|-;=05E06tO&6#xJL diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.po b/sphinx/locale/he/LC_MESSAGES/sphinx.po index 13b6292fb..d717c1028 100644 --- a/sphinx/locale/he/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/he/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" "PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Hebrew (http://www.transifex.com/sphinx-doc/sphinx-1/language/he/)\n" diff --git a/sphinx/locale/hi/LC_MESSAGES/sphinx.mo b/sphinx/locale/hi/LC_MESSAGES/sphinx.mo index ed2c3bf924aa017f81dcb56e4fa04dec16d9fad9..fd612308912e5100c1acd9ecafaa075d17f3fa70 100644 GIT binary patch delta 25 gcmZqeWNYnY+u+y9WN11$pi^bCPp81E?<~-roR{f(mN@ diff --git a/sphinx/locale/hi/LC_MESSAGES/sphinx.po b/sphinx/locale/hi/LC_MESSAGES/sphinx.po index 5c97770ec..9e3e2018f 100644 --- a/sphinx/locale/hi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hi/LC_MESSAGES/sphinx.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Hindi (http://www.transifex.com/sphinx-doc/sphinx-1/language/hi/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo index c94d61c534c99e77cbdec5d741414816eab3341f..831472e25dd1809ac70665b1b264462f00f7e077 100644 GIT binary patch delta 19 bcmey*{GWM32a}=c#4eSIZ2}wjIWhtOQE~^I delta 21 dcmey*{GWM3$HWbM6Q@bAnClvuZrtR{2mod?2rB>p diff --git a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po index a3a31238c..bc19ab5b9 100644 --- a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Hindi (India) (http://www.transifex.com/sphinx-doc/sphinx-1/language/hi_IN/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.mo b/sphinx/locale/hr/LC_MESSAGES/sphinx.mo index eb25263655c47880183ee96a02c42caae1a1fecc..aeaee2a6138ac7a55fc02674ef12c20c4f39bb62 100644 GIT binary patch delta 17 YcmaFX&iJgIaf7Y~lcDKmeU0tX06y#nCIA2c delta 17 YcmaFX&iJgIaf7Y~lYzx%eU0tX06zByC;$Ke diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.po b/sphinx/locale/hr/LC_MESSAGES/sphinx.po index b21272235..e5645b39b 100644 --- a/sphinx/locale/hr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hr/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" "PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Croatian (http://www.transifex.com/sphinx-doc/sphinx-1/language/hr/)\n" diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.mo b/sphinx/locale/hu/LC_MESSAGES/sphinx.mo index 14fb4f3819a8955dbe7317d4fc5ccfccfbd2a112..106fae2a04a576ebd95099e2235bddaca2eabe09 100644 GIT binary patch delta 30 mcmewt{V#gMekl$^Qw0M9D+7zk$ED<0EOZSlHoue-6$Sva-wF)? delta 30 mcmewt{V#gMekl$ELj?l^D+9~P$ED<0%yo@SH@}n;6$SvacM1mp diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.po b/sphinx/locale/hu/LC_MESSAGES/sphinx.po index 40a905038..8bc0818aa 100644 --- a/sphinx/locale/hu/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hu/LC_MESSAGES/sphinx.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-01 00:09+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Hungarian (http://www.transifex.com/sphinx-doc/sphinx-1/language/hu/)\n" "MIME-Version: 1.0\n" @@ -631,7 +631,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:726 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:728 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "" @@ -641,7 +641,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:734 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:736 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1117 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1119 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -889,7 +889,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1070 sphinx/builders/text.py:77 +#: sphinx/builders/html/__init__.py:1072 sphinx/builders/text.py:77 #: sphinx/builders/xml.py:91 #, python-format msgid "error writing file %s: %s" @@ -905,174 +905,174 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:144 +#: sphinx/builders/html/__init__.py:145 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:176 +#: sphinx/builders/html/__init__.py:177 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:372 +#: sphinx/builders/html/__init__.py:373 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:466 sphinx/builders/latex/__init__.py:187 +#: sphinx/builders/html/__init__.py:467 sphinx/builders/latex/__init__.py:187 #: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:233 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:485 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:486 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Általános tárgymutató" -#: sphinx/builders/html/__init__.py:485 +#: sphinx/builders/html/__init__.py:486 msgid "index" msgstr "nyitóoldal" -#: sphinx/builders/html/__init__.py:547 +#: sphinx/builders/html/__init__.py:549 msgid "next" msgstr "következő" -#: sphinx/builders/html/__init__.py:556 +#: sphinx/builders/html/__init__.py:558 msgid "previous" msgstr "előző" -#: sphinx/builders/html/__init__.py:650 +#: sphinx/builders/html/__init__.py:652 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:665 +#: sphinx/builders/html/__init__.py:667 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:744 +#: sphinx/builders/html/__init__.py:746 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:752 +#: sphinx/builders/html/__init__.py:754 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:784 sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:786 sphinx/builders/html/__init__.py:798 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:817 +#: sphinx/builders/html/__init__.py:819 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:833 +#: sphinx/builders/html/__init__.py:835 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:838 +#: sphinx/builders/html/__init__.py:840 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:844 +#: sphinx/builders/html/__init__.py:846 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:853 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:899 +#: sphinx/builders/html/__init__.py:901 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html/__init__.py:960 +#: sphinx/builders/html/__init__.py:962 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1053 +#: sphinx/builders/html/__init__.py:1055 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "" -#: sphinx/builders/html/__init__.py:1058 +#: sphinx/builders/html/__init__.py:1060 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1089 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1094 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1136 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1221 +#: sphinx/builders/html/__init__.py:1223 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1224 +#: sphinx/builders/html/__init__.py:1226 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1232 +#: sphinx/builders/html/__init__.py:1234 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1238 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1245 +#: sphinx/builders/html/__init__.py:1247 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1251 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1258 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1260 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1287 +#: sphinx/builders/html/__init__.py:1289 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "" -#: sphinx/builders/html/__init__.py:1313 +#: sphinx/builders/html/__init__.py:1315 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentáció" @@ -2820,7 +2820,7 @@ msgstr "" msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1678 +#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1682 #, python-format msgid "missing attribute %s in object %s" msgstr "" @@ -2840,71 +2840,76 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:964 +#: sphinx/ext/autodoc/__init__.py:917 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:968 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1018 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1021 +#: sphinx/ext/autodoc/__init__.py:1025 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1034 +#: sphinx/ext/autodoc/__init__.py:1038 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1100 +#: sphinx/ext/autodoc/__init__.py:1104 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1299 sphinx/ext/autodoc/__init__.py:1373 -#: sphinx/ext/autodoc/__init__.py:2726 +#: sphinx/ext/autodoc/__init__.py:1303 sphinx/ext/autodoc/__init__.py:1377 +#: sphinx/ext/autodoc/__init__.py:2734 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1564 +#: sphinx/ext/autodoc/__init__.py:1568 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1665 +#: sphinx/ext/autodoc/__init__.py:1669 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1751 sphinx/ext/autodoc/__init__.py:1824 -#: sphinx/ext/autodoc/__init__.py:1843 +#: sphinx/ext/autodoc/__init__.py:1755 sphinx/ext/autodoc/__init__.py:1828 +#: sphinx/ext/autodoc/__init__.py:1847 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1885 +#: sphinx/ext/autodoc/__init__.py:1889 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2118 sphinx/ext/autodoc/__init__.py:2212 +#: sphinx/ext/autodoc/__init__.py:2122 sphinx/ext/autodoc/__init__.py:2216 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2340 +#: sphinx/ext/autodoc/__init__.py:2348 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/__init__.py:2769 +#: sphinx/ext/autodoc/__init__.py:2777 msgid "" "autodoc_member_order now accepts \"alphabetical\" instead of \"alphabetic\"." " Please update your setting." @@ -3305,12 +3310,12 @@ msgid "search" msgstr "keresés" #: sphinx/themes/basic/search.html:47 -#: sphinx/themes/basic/static/searchtools.js:303 +#: sphinx/themes/basic/static/searchtools.js:306 msgid "Search Results" msgstr "Keresési Eredmények" #: sphinx/themes/basic/search.html:49 -#: sphinx/themes/basic/static/searchtools.js:305 +#: sphinx/themes/basic/static/searchtools.js:308 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3376,12 +3381,12 @@ msgstr "Keresés folyamatban" msgid "Preparing search..." msgstr "Felkészülés a keresésre..." -#: sphinx/themes/basic/static/searchtools.js:307 +#: sphinx/themes/basic/static/searchtools.js:310 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "A keresés befejeződött, %s oldal egyezik a keresési felételeknek." -#: sphinx/themes/basic/static/searchtools.js:361 +#: sphinx/themes/basic/static/searchtools.js:364 msgid ", in " msgstr ", " diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.mo b/sphinx/locale/id/LC_MESSAGES/sphinx.mo index 005f710244823f93f1f2b8848353c99ff8fd8648..c8d3b5a10589e52478275d9854cdc1db39bf1627 100644 GIT binary patch delta 17 ZcmbPyk9qPv<_#~}m<&xfziQLW002zG2qORh delta 18 acmbPyk9qPv<_#~}CJVIlZT{9Kn*jh=?FjP# diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.po b/sphinx/locale/id/LC_MESSAGES/sphinx.po index 2c46902bd..903e8aff8 100644 --- a/sphinx/locale/id/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/id/LC_MESSAGES/sphinx.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" "PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Indonesian (http://www.transifex.com/sphinx-doc/sphinx-1/language/id/)\n" diff --git a/sphinx/locale/is/LC_MESSAGES/sphinx.mo b/sphinx/locale/is/LC_MESSAGES/sphinx.mo index c6b6ba060fedafd72ddeb86960057525451b2e49..6ed86059b37fc71ff85250556cb301794cd5cd4e 100644 GIT binary patch delta 15 WcmaDY`C4*AIXjb~>E=rIB31w~$OTCN delta 16 XcmaDY`C4*AIs4@K?0lPB+0$47JsJim diff --git a/sphinx/locale/is/LC_MESSAGES/sphinx.po b/sphinx/locale/is/LC_MESSAGES/sphinx.po index 8a7ffeee6..49ced7cf7 100644 --- a/sphinx/locale/is/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/is/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" "PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Icelandic (http://www.transifex.com/sphinx-doc/sphinx-1/language/is/)\n" diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.mo b/sphinx/locale/it/LC_MESSAGES/sphinx.mo index 5253a054f5658f3dcef64487bd7a66491db592b7..46ff8b6404a31b201cf13475f55f1063c076b2b8 100644 GIT binary patch delta 30 lcmaFq|I&Yhy99@!se*xlm4U@%e+fAj3ta\n" "Language-Team: Italian (http://www.transifex.com/sphinx-doc/sphinx-1/language/it/)\n" "MIME-Version: 1.0\n" @@ -630,7 +630,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:726 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:728 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "" @@ -640,7 +640,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:734 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:736 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -765,7 +765,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1117 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1119 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -888,7 +888,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1070 sphinx/builders/text.py:77 +#: sphinx/builders/html/__init__.py:1072 sphinx/builders/text.py:77 #: sphinx/builders/xml.py:91 #, python-format msgid "error writing file %s: %s" @@ -904,174 +904,174 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:144 +#: sphinx/builders/html/__init__.py:145 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:176 +#: sphinx/builders/html/__init__.py:177 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:372 +#: sphinx/builders/html/__init__.py:373 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:466 sphinx/builders/latex/__init__.py:187 +#: sphinx/builders/html/__init__.py:467 sphinx/builders/latex/__init__.py:187 #: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:233 #, python-format msgid "%b %d, %Y" msgstr "%d %b %Y" -#: sphinx/builders/html/__init__.py:485 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:486 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indice generale" -#: sphinx/builders/html/__init__.py:485 +#: sphinx/builders/html/__init__.py:486 msgid "index" msgstr "indice" -#: sphinx/builders/html/__init__.py:547 +#: sphinx/builders/html/__init__.py:549 msgid "next" msgstr "successivo" -#: sphinx/builders/html/__init__.py:556 +#: sphinx/builders/html/__init__.py:558 msgid "previous" msgstr "precedente" -#: sphinx/builders/html/__init__.py:650 +#: sphinx/builders/html/__init__.py:652 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:665 +#: sphinx/builders/html/__init__.py:667 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:744 +#: sphinx/builders/html/__init__.py:746 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:752 +#: sphinx/builders/html/__init__.py:754 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:784 sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:786 sphinx/builders/html/__init__.py:798 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:817 +#: sphinx/builders/html/__init__.py:819 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:833 +#: sphinx/builders/html/__init__.py:835 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:838 +#: sphinx/builders/html/__init__.py:840 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:844 +#: sphinx/builders/html/__init__.py:846 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:853 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:899 +#: sphinx/builders/html/__init__.py:901 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html/__init__.py:960 +#: sphinx/builders/html/__init__.py:962 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1053 +#: sphinx/builders/html/__init__.py:1055 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "" -#: sphinx/builders/html/__init__.py:1058 +#: sphinx/builders/html/__init__.py:1060 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1089 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1094 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1136 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1221 +#: sphinx/builders/html/__init__.py:1223 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1224 +#: sphinx/builders/html/__init__.py:1226 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1232 +#: sphinx/builders/html/__init__.py:1234 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1238 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1245 +#: sphinx/builders/html/__init__.py:1247 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1251 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1258 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1260 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1287 +#: sphinx/builders/html/__init__.py:1289 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "" -#: sphinx/builders/html/__init__.py:1313 +#: sphinx/builders/html/__init__.py:1315 #, python-format msgid "%s %s documentation" msgstr "%s %s documentazione" @@ -2819,7 +2819,7 @@ msgstr "" msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1678 +#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1682 #, python-format msgid "missing attribute %s in object %s" msgstr "" @@ -2839,71 +2839,76 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:964 +#: sphinx/ext/autodoc/__init__.py:917 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:968 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1018 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1021 +#: sphinx/ext/autodoc/__init__.py:1025 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1034 +#: sphinx/ext/autodoc/__init__.py:1038 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1100 +#: sphinx/ext/autodoc/__init__.py:1104 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1299 sphinx/ext/autodoc/__init__.py:1373 -#: sphinx/ext/autodoc/__init__.py:2726 +#: sphinx/ext/autodoc/__init__.py:1303 sphinx/ext/autodoc/__init__.py:1377 +#: sphinx/ext/autodoc/__init__.py:2734 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1564 +#: sphinx/ext/autodoc/__init__.py:1568 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1665 +#: sphinx/ext/autodoc/__init__.py:1669 #, python-format msgid "Bases: %s" msgstr " Basi: %s" -#: sphinx/ext/autodoc/__init__.py:1751 sphinx/ext/autodoc/__init__.py:1824 -#: sphinx/ext/autodoc/__init__.py:1843 +#: sphinx/ext/autodoc/__init__.py:1755 sphinx/ext/autodoc/__init__.py:1828 +#: sphinx/ext/autodoc/__init__.py:1847 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1885 +#: sphinx/ext/autodoc/__init__.py:1889 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2118 sphinx/ext/autodoc/__init__.py:2212 +#: sphinx/ext/autodoc/__init__.py:2122 sphinx/ext/autodoc/__init__.py:2216 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2340 +#: sphinx/ext/autodoc/__init__.py:2348 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/__init__.py:2769 +#: sphinx/ext/autodoc/__init__.py:2777 msgid "" "autodoc_member_order now accepts \"alphabetical\" instead of \"alphabetic\"." " Please update your setting." @@ -3304,12 +3309,12 @@ msgid "search" msgstr "cerca" #: sphinx/themes/basic/search.html:47 -#: sphinx/themes/basic/static/searchtools.js:303 +#: sphinx/themes/basic/static/searchtools.js:306 msgid "Search Results" msgstr "Risultati della ricerca" #: sphinx/themes/basic/search.html:49 -#: sphinx/themes/basic/static/searchtools.js:305 +#: sphinx/themes/basic/static/searchtools.js:308 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3375,12 +3380,12 @@ msgstr "Cerca" msgid "Preparing search..." msgstr "Preparo la ricerca..." -#: sphinx/themes/basic/static/searchtools.js:307 +#: sphinx/themes/basic/static/searchtools.js:310 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Ricerca completata, trovata/e %s pagina/e corrispondenti." -#: sphinx/themes/basic/static/searchtools.js:361 +#: sphinx/themes/basic/static/searchtools.js:364 msgid ", in " msgstr ", in " diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.mo b/sphinx/locale/ja/LC_MESSAGES/sphinx.mo index 66e86bbed7a8767f12ade4931670e3ccf2274e7f..1d694df05a28e4bb3bdb4fbfbb195da4022e6074 100644 GIT binary patch delta 17 ZcmX?nkLB<^mJP=yGZ~t0J~6p^HULsZ2;cw! delta 18 acmX?nkLB<^mJP=yPkuL\n" "Language-Team: Japanese (http://www.transifex.com/sphinx-doc/sphinx-1/language/ja/)\n" diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.mo b/sphinx/locale/ko/LC_MESSAGES/sphinx.mo index 3afa03cf072b68d3dbfd67ce95df58be2ed2d467..23baa93c811323db0a106ae7a0e3e3760d824ea6 100644 GIT binary patch delta 12135 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

O|}&`_$j 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 K^9#EUPyau<\n" "Language-Team: Korean (http://www.transifex.com/sphinx-doc/sphinx-1/language/ko/)\n" "MIME-Version: 1.0\n" @@ -2839,7 +2839,7 @@ msgstr "%r의 자동 문서화를 위해 가져올 모듈을 알 수 없습니 #: sphinx/ext/autodoc/__init__.py:917 #, python-format msgid "A mocked object is detected: %r" -msgstr "" +msgstr "모의 객체가 감지되었습니다: %r" #: sphinx/ext/autodoc/__init__.py:968 #, python-format diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.mo b/sphinx/locale/lt/LC_MESSAGES/sphinx.mo index c9b1b6d830f4c09ee547c75492a8890ad63847ed..2d606a61cf3ce554865d3474a328cecb35661235 100644 GIT binary patch delta 30 mcmexk{>Oa70Rav}Qw0M9D+7zkCj{hJEOZSlHop=O;syY!AqkrR delta 30 mcmexk{>Oa70RavJLj?l^D+9~PCj{hJ%yo@SH@^}P;syYzxe1j3 diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.po b/sphinx/locale/lt/LC_MESSAGES/sphinx.po index 242a394c6..64a29e651 100644 --- a/sphinx/locale/lt/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/lt/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-01 00:09+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Lithuanian (http://www.transifex.com/sphinx-doc/sphinx-1/language/lt/)\n" "MIME-Version: 1.0\n" @@ -626,7 +626,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:726 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:728 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "" @@ -636,7 +636,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:734 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:736 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -761,7 +761,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1117 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1119 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -884,7 +884,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1070 sphinx/builders/text.py:77 +#: sphinx/builders/html/__init__.py:1072 sphinx/builders/text.py:77 #: sphinx/builders/xml.py:91 #, python-format msgid "error writing file %s: %s" @@ -900,174 +900,174 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:144 +#: sphinx/builders/html/__init__.py:145 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:176 +#: sphinx/builders/html/__init__.py:177 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:372 +#: sphinx/builders/html/__init__.py:373 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:466 sphinx/builders/latex/__init__.py:187 +#: sphinx/builders/html/__init__.py:467 sphinx/builders/latex/__init__.py:187 #: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:233 #, python-format msgid "%b %d, %Y" msgstr "%Y-%m-%d" -#: sphinx/builders/html/__init__.py:485 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:486 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Bendras indeksas" -#: sphinx/builders/html/__init__.py:485 +#: sphinx/builders/html/__init__.py:486 msgid "index" msgstr "indeksas" -#: sphinx/builders/html/__init__.py:547 +#: sphinx/builders/html/__init__.py:549 msgid "next" msgstr "kitas" -#: sphinx/builders/html/__init__.py:556 +#: sphinx/builders/html/__init__.py:558 msgid "previous" msgstr "praeitas" -#: sphinx/builders/html/__init__.py:650 +#: sphinx/builders/html/__init__.py:652 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:665 +#: sphinx/builders/html/__init__.py:667 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:744 +#: sphinx/builders/html/__init__.py:746 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:752 +#: sphinx/builders/html/__init__.py:754 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:784 sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:786 sphinx/builders/html/__init__.py:798 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:817 +#: sphinx/builders/html/__init__.py:819 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:833 +#: sphinx/builders/html/__init__.py:835 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:838 +#: sphinx/builders/html/__init__.py:840 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:844 +#: sphinx/builders/html/__init__.py:846 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:853 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:899 +#: sphinx/builders/html/__init__.py:901 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html/__init__.py:960 +#: sphinx/builders/html/__init__.py:962 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1053 +#: sphinx/builders/html/__init__.py:1055 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "" -#: sphinx/builders/html/__init__.py:1058 +#: sphinx/builders/html/__init__.py:1060 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1089 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1094 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1136 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1221 +#: sphinx/builders/html/__init__.py:1223 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1224 +#: sphinx/builders/html/__init__.py:1226 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1232 +#: sphinx/builders/html/__init__.py:1234 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1238 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1245 +#: sphinx/builders/html/__init__.py:1247 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1251 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1258 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1260 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1287 +#: sphinx/builders/html/__init__.py:1289 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "" -#: sphinx/builders/html/__init__.py:1313 +#: sphinx/builders/html/__init__.py:1315 #, python-format msgid "%s %s documentation" msgstr "" @@ -2815,7 +2815,7 @@ msgstr "" msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1678 +#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1682 #, python-format msgid "missing attribute %s in object %s" msgstr "" @@ -2835,71 +2835,76 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:964 +#: sphinx/ext/autodoc/__init__.py:917 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:968 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1018 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1021 +#: sphinx/ext/autodoc/__init__.py:1025 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1034 +#: sphinx/ext/autodoc/__init__.py:1038 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1100 +#: sphinx/ext/autodoc/__init__.py:1104 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1299 sphinx/ext/autodoc/__init__.py:1373 -#: sphinx/ext/autodoc/__init__.py:2726 +#: sphinx/ext/autodoc/__init__.py:1303 sphinx/ext/autodoc/__init__.py:1377 +#: sphinx/ext/autodoc/__init__.py:2734 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1564 +#: sphinx/ext/autodoc/__init__.py:1568 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1665 +#: sphinx/ext/autodoc/__init__.py:1669 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1751 sphinx/ext/autodoc/__init__.py:1824 -#: sphinx/ext/autodoc/__init__.py:1843 +#: sphinx/ext/autodoc/__init__.py:1755 sphinx/ext/autodoc/__init__.py:1828 +#: sphinx/ext/autodoc/__init__.py:1847 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1885 +#: sphinx/ext/autodoc/__init__.py:1889 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2118 sphinx/ext/autodoc/__init__.py:2212 +#: sphinx/ext/autodoc/__init__.py:2122 sphinx/ext/autodoc/__init__.py:2216 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2340 +#: sphinx/ext/autodoc/__init__.py:2348 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/__init__.py:2769 +#: sphinx/ext/autodoc/__init__.py:2777 msgid "" "autodoc_member_order now accepts \"alphabetical\" instead of \"alphabetic\"." " Please update your setting." @@ -3300,12 +3305,12 @@ msgid "search" msgstr "ieškoti" #: sphinx/themes/basic/search.html:47 -#: sphinx/themes/basic/static/searchtools.js:303 +#: sphinx/themes/basic/static/searchtools.js:306 msgid "Search Results" msgstr "Paieškos rezultatai" #: sphinx/themes/basic/search.html:49 -#: sphinx/themes/basic/static/searchtools.js:305 +#: sphinx/themes/basic/static/searchtools.js:308 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3371,12 +3376,12 @@ msgstr "" msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:307 +#: sphinx/themes/basic/static/searchtools.js:310 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:361 +#: sphinx/themes/basic/static/searchtools.js:364 msgid ", in " msgstr "" diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.mo b/sphinx/locale/lv/LC_MESSAGES/sphinx.mo index daa0ef21ffc78419157c6d785571e41faeeb75c2..1ea345fbe0e46312d6c56355972a944c5c173f3c 100644 GIT binary patch delta 15 WcmcaE=9vY%TyYaRpZZ delta 15 Wcmca\n" "Language-Team: Latvian (http://www.transifex.com/sphinx-doc/sphinx-1/language/lv/)\n" diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.mo b/sphinx/locale/mk/LC_MESSAGES/sphinx.mo index 34c7bd0002c8a309f177b039067b15ea937c25f1..336916d57b30a33d595df8edd0dbb9e7f030bfd1 100644 GIT binary patch delta 23 fcmX@hf0lp4O=c!T)5*7)RVH6&7TC\n" "Language-Team: Macedonian (http://www.transifex.com/sphinx-doc/sphinx-1/language/mk/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo index 54a91f1cb57d7f9969ef7158a290e25bb45bb2b9..5d259e5aa704c6e4496464f7bb9d71d1fe7660d1 100644 GIT binary patch delta 23 ecmX?TdeC%(xFD0E>10VkmC2%l0-JpWOE>{m@CIc7 delta 25 gcmX?TdeC%(xZq@aLB7eVf)Xs|x<;m(9R(XW0cTDI^Z)<= diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po index d07b90140..42f3cd794 100644 --- a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/sphinx-doc/sphinx-1/language/nb_NO/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.mo b/sphinx/locale/ne/LC_MESSAGES/sphinx.mo index d83c01310a72785e1166ca8c91d00a4abeb3ad76..92de879108080ddb0f971d4137a37a80a98bca6a 100644 GIT binary patch delta 23 fcmbQ~Hq&jxF##q+)5#|UR3;x05ZL@jKvoC\n" "Language-Team: Nepali (http://www.transifex.com/sphinx-doc/sphinx-1/language/ne/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.mo b/sphinx/locale/nl/LC_MESSAGES/sphinx.mo index 6c0b3b5ae87fc42c1cfe542c5366a4a2c55a23ec..2fd0286966c2b05bf1eb23ab8e9294db7f09e14b 100644 GIT binary patch delta 17 YcmdlplX1^X#trT|OopbLJ#~r|06h5x^8f$< delta 18 acmdlplX1^X#trT|lk;`>Hizn@D*ymUX9mXr diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.po b/sphinx/locale/nl/LC_MESSAGES/sphinx.po index 15751c82d..37ab37e00 100644 --- a/sphinx/locale/nl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nl/LC_MESSAGES/sphinx.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" "PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Dutch (http://www.transifex.com/sphinx-doc/sphinx-1/language/nl/)\n" diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.mo b/sphinx/locale/pl/LC_MESSAGES/sphinx.mo index 5900a0e7f273f59188a376d7f37b42afa3621e1f..dfcc090a1d1caf9a9cf67d20bb8f75f1036558c6 100644 GIT binary patch delta 32 ocmezTit+O+#trFC9EPR}1_o9J7L)Ux\n" "Language-Team: Polish (http://www.transifex.com/sphinx-doc/sphinx-1/language/pl/)\n" "MIME-Version: 1.0\n" @@ -629,7 +629,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:726 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:728 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "kopiowanie obrazków..." @@ -639,7 +639,7 @@ msgstr "kopiowanie obrazków..." msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:734 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:736 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -764,7 +764,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1117 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1119 #, python-format msgid "invalid css_file: %r, ignored" msgstr "nieprawidłowy css_file: %r, zignorowano" @@ -887,7 +887,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "Pliki tekstowe są w %(outdir)s." -#: sphinx/builders/html/__init__.py:1070 sphinx/builders/text.py:77 +#: sphinx/builders/html/__init__.py:1072 sphinx/builders/text.py:77 #: sphinx/builders/xml.py:91 #, python-format msgid "error writing file %s: %s" @@ -903,174 +903,174 @@ msgstr "Pliki XML znajdują się w %(outdir)s." msgid "The pseudo-XML files are in %(outdir)s." msgstr "Pliki pseudo-XML są w %(outdir)s." -#: sphinx/builders/html/__init__.py:144 +#: sphinx/builders/html/__init__.py:145 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:176 +#: sphinx/builders/html/__init__.py:177 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "Strony HTML są w %(outdir)s." -#: sphinx/builders/html/__init__.py:372 +#: sphinx/builders/html/__init__.py:373 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:466 sphinx/builders/latex/__init__.py:187 +#: sphinx/builders/html/__init__.py:467 sphinx/builders/latex/__init__.py:187 #: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:233 #, python-format msgid "%b %d, %Y" msgstr "%d %b %Y" -#: sphinx/builders/html/__init__.py:485 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:486 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indeks ogólny" -#: sphinx/builders/html/__init__.py:485 +#: sphinx/builders/html/__init__.py:486 msgid "index" msgstr "indeks" -#: sphinx/builders/html/__init__.py:547 +#: sphinx/builders/html/__init__.py:549 msgid "next" msgstr "dalej" -#: sphinx/builders/html/__init__.py:556 +#: sphinx/builders/html/__init__.py:558 msgid "previous" msgstr "wstecz" -#: sphinx/builders/html/__init__.py:650 +#: sphinx/builders/html/__init__.py:652 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:665 +#: sphinx/builders/html/__init__.py:667 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:744 +#: sphinx/builders/html/__init__.py:746 msgid "copying downloadable files... " msgstr "kopiowanie plików do pobrania..." -#: sphinx/builders/html/__init__.py:752 +#: sphinx/builders/html/__init__.py:754 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:784 sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:786 sphinx/builders/html/__init__.py:798 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:817 +#: sphinx/builders/html/__init__.py:819 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:833 +#: sphinx/builders/html/__init__.py:835 #, python-format msgid "cannot copy static file %r" msgstr "nie można skopiować pliku statycznego %r" -#: sphinx/builders/html/__init__.py:838 +#: sphinx/builders/html/__init__.py:840 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:844 +#: sphinx/builders/html/__init__.py:846 #, python-format msgid "cannot copy extra file %r" msgstr "nie można skopiować dodatkowego pliku %r" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:853 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:899 +#: sphinx/builders/html/__init__.py:901 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html/__init__.py:960 +#: sphinx/builders/html/__init__.py:962 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1053 +#: sphinx/builders/html/__init__.py:1055 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "" -#: sphinx/builders/html/__init__.py:1058 +#: sphinx/builders/html/__init__.py:1060 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "Wystąpił błąd podczas renderowania strony %s.\nPowód: %r" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1089 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1094 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1136 #, python-format msgid "invalid js_file: %r, ignored" msgstr "nieprawidłowy js_file: %r, zignorowano" -#: sphinx/builders/html/__init__.py:1221 +#: sphinx/builders/html/__init__.py:1223 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1224 +#: sphinx/builders/html/__init__.py:1226 #, python-format msgid "Unknown math_renderer %r is given." msgstr "Podano nieznany math_renderer %r." -#: sphinx/builders/html/__init__.py:1232 +#: sphinx/builders/html/__init__.py:1234 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1238 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1245 +#: sphinx/builders/html/__init__.py:1247 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1251 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1258 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1260 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "favicon file %r does not exist" msgstr "plik favicon %r nie istnieje" -#: sphinx/builders/html/__init__.py:1287 +#: sphinx/builders/html/__init__.py:1289 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "" -#: sphinx/builders/html/__init__.py:1313 +#: sphinx/builders/html/__init__.py:1315 #, python-format msgid "%s %s documentation" msgstr "%s %s - dokumentacja" @@ -2818,7 +2818,7 @@ msgstr "" msgid "error while formatting arguments for %s: %s" msgstr "błąd podczas formatowania argumentów dla %s: %s" -#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1678 +#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1682 #, python-format msgid "missing attribute %s in object %s" msgstr "brakujący atrybut %s w obiekcie %s" @@ -2838,71 +2838,76 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:964 +#: sphinx/ext/autodoc/__init__.py:917 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:968 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1018 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1021 +#: sphinx/ext/autodoc/__init__.py:1025 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1034 +#: sphinx/ext/autodoc/__init__.py:1038 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1100 +#: sphinx/ext/autodoc/__init__.py:1104 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1299 sphinx/ext/autodoc/__init__.py:1373 -#: sphinx/ext/autodoc/__init__.py:2726 +#: sphinx/ext/autodoc/__init__.py:1303 sphinx/ext/autodoc/__init__.py:1377 +#: sphinx/ext/autodoc/__init__.py:2734 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1564 +#: sphinx/ext/autodoc/__init__.py:1568 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1665 +#: sphinx/ext/autodoc/__init__.py:1669 #, python-format msgid "Bases: %s" msgstr "Klasy bazowe: %s" -#: sphinx/ext/autodoc/__init__.py:1751 sphinx/ext/autodoc/__init__.py:1824 -#: sphinx/ext/autodoc/__init__.py:1843 +#: sphinx/ext/autodoc/__init__.py:1755 sphinx/ext/autodoc/__init__.py:1828 +#: sphinx/ext/autodoc/__init__.py:1847 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1885 +#: sphinx/ext/autodoc/__init__.py:1889 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2118 sphinx/ext/autodoc/__init__.py:2212 +#: sphinx/ext/autodoc/__init__.py:2122 sphinx/ext/autodoc/__init__.py:2216 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2340 +#: sphinx/ext/autodoc/__init__.py:2348 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/__init__.py:2769 +#: sphinx/ext/autodoc/__init__.py:2777 msgid "" "autodoc_member_order now accepts \"alphabetical\" instead of \"alphabetic\"." " Please update your setting." @@ -3303,12 +3308,12 @@ msgid "search" msgstr "szukaj" #: sphinx/themes/basic/search.html:47 -#: sphinx/themes/basic/static/searchtools.js:303 +#: sphinx/themes/basic/static/searchtools.js:306 msgid "Search Results" msgstr "Wyniki wyszukiwania" #: sphinx/themes/basic/search.html:49 -#: sphinx/themes/basic/static/searchtools.js:305 +#: sphinx/themes/basic/static/searchtools.js:308 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3374,12 +3379,12 @@ msgstr "Wyszukiwanie" msgid "Preparing search..." msgstr "Inicjalizacja wyszukiwania..." -#: sphinx/themes/basic/static/searchtools.js:307 +#: sphinx/themes/basic/static/searchtools.js:310 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Wyszukiwanie zakończone. Liczba znalezionych stron pasujących do zapytania: %s." -#: sphinx/themes/basic/static/searchtools.js:361 +#: sphinx/themes/basic/static/searchtools.js:364 msgid ", in " msgstr ", w " diff --git a/sphinx/locale/pt/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt/LC_MESSAGES/sphinx.mo index 040d133b049761ccf37a02f04feb9cdfedcbd33d..4c6707b1998849ad6bbacf1c2bfeb5bc96478902 100644 GIT binary patch delta 19 bcmeyy{Ec}+2a}=c#4eSIZ2}wjSug?sP#gz= delta 21 dcmeyy{Ec}+$HWbM6Q@bAnClvuZrtR;2moZc2oL}O diff --git a/sphinx/locale/pt/LC_MESSAGES/sphinx.po b/sphinx/locale/pt/LC_MESSAGES/sphinx.po index 070990953..b8bf2cb2e 100644 --- a/sphinx/locale/pt/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Portuguese (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo index 6ad3636c8c2c6f60a271d12c24131a99dfb5e3d7..ae5f6c485d85f9a274bafc12ada67fcaad19bb30 100644 GIT binary patch delta 12150 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 delta 12058 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 diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po index 5deaf515d..185de83b3 100644 --- a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-01 00:09+0000\n" -"PO-Revision-Date: 2021-07-25 02:20+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-11 17:54+0000\n" "Last-Translator: Rafael Fontenelle \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -631,7 +631,7 @@ msgstr "preparando documentos" msgid "duplicated ToC entry found: %s" msgstr "entrada de tabela de conteúdos duplicada encontrada: %s" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:726 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:728 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "copiando imagens… " @@ -641,7 +641,7 @@ msgstr "copiando imagens… " msgid "cannot read image file %r: copying it instead" msgstr "não foi possível ler o arquivo de imagem %r: copiando-o" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:734 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:736 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -766,7 +766,7 @@ msgstr "o valor da configuração “epub_identifier” não deve estar vazio pa msgid "conf value \"version\" should not be empty for EPUB3" msgstr "o valor da configuração “version” não deve estar vazio para EPUB3" -#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1117 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1119 #, python-format msgid "invalid css_file: %r, ignored" msgstr "css_file inválido: %r, ignorado" @@ -889,7 +889,7 @@ msgstr "erro ao escrever o arquivo Makefile: %s" msgid "The text files are in %(outdir)s." msgstr "Os arquivos texto estão em %(outdir)s." -#: sphinx/builders/html/__init__.py:1070 sphinx/builders/text.py:77 +#: sphinx/builders/html/__init__.py:1072 sphinx/builders/text.py:77 #: sphinx/builders/xml.py:91 #, python-format msgid "error writing file %s: %s" @@ -905,174 +905,174 @@ msgstr "Os arquivos XML estão em %(outdir)s." msgid "The pseudo-XML files are in %(outdir)s." msgstr "Os arquivos pseudo-XML estão em %(outdir)s." -#: sphinx/builders/html/__init__.py:144 +#: sphinx/builders/html/__init__.py:145 #, python-format msgid "build info file is broken: %r" msgstr "arquivo de informações da compilação está quebrado: %r" -#: sphinx/builders/html/__init__.py:176 +#: sphinx/builders/html/__init__.py:177 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "As páginas HTML estão em %(outdir)s." -#: sphinx/builders/html/__init__.py:372 +#: sphinx/builders/html/__init__.py:373 #, python-format msgid "Failed to read build info file: %r" msgstr "Falha ao ler o arquivo de informações de compilação: %r" -#: sphinx/builders/html/__init__.py:466 sphinx/builders/latex/__init__.py:187 +#: sphinx/builders/html/__init__.py:467 sphinx/builders/latex/__init__.py:187 #: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:233 #, python-format msgid "%b %d, %Y" msgstr "%d %b %Y" -#: sphinx/builders/html/__init__.py:485 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:486 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Índice Geral" -#: sphinx/builders/html/__init__.py:485 +#: sphinx/builders/html/__init__.py:486 msgid "index" msgstr "índice" -#: sphinx/builders/html/__init__.py:547 +#: sphinx/builders/html/__init__.py:549 msgid "next" msgstr "próximo" -#: sphinx/builders/html/__init__.py:556 +#: sphinx/builders/html/__init__.py:558 msgid "previous" msgstr "anterior" -#: sphinx/builders/html/__init__.py:650 +#: sphinx/builders/html/__init__.py:652 msgid "generating indices" msgstr "gerando índices" -#: sphinx/builders/html/__init__.py:665 +#: sphinx/builders/html/__init__.py:667 msgid "writing additional pages" msgstr "escrevendo páginas adicionais" -#: sphinx/builders/html/__init__.py:744 +#: sphinx/builders/html/__init__.py:746 msgid "copying downloadable files... " msgstr "copiando arquivos baixáveis… " -#: sphinx/builders/html/__init__.py:752 +#: sphinx/builders/html/__init__.py:754 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "não foi possível copiar o arquivo baixável %r: %s" -#: sphinx/builders/html/__init__.py:784 sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:786 sphinx/builders/html/__init__.py:798 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "Falha ao copiar um arquivo em html_static_file: %s: %r" -#: sphinx/builders/html/__init__.py:817 +#: sphinx/builders/html/__init__.py:819 msgid "copying static files" msgstr "copiando arquivos estáticos" -#: sphinx/builders/html/__init__.py:833 +#: sphinx/builders/html/__init__.py:835 #, python-format msgid "cannot copy static file %r" msgstr "não foi possível copiar o arquivo estático %r" -#: sphinx/builders/html/__init__.py:838 +#: sphinx/builders/html/__init__.py:840 msgid "copying extra files" msgstr "copiando arquivos extras" -#: sphinx/builders/html/__init__.py:844 +#: sphinx/builders/html/__init__.py:846 #, python-format msgid "cannot copy extra file %r" msgstr "não foi possível copiar o arquivo extra %r" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:853 #, python-format msgid "Failed to write build info file: %r" msgstr "Falha ao escrever o arquivo de informações de compilação: %r" -#: sphinx/builders/html/__init__.py:899 +#: sphinx/builders/html/__init__.py:901 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "não foi possível carregar o índice de pesquisa, mas nem todos os documentos serão compilados: o índice ficará incompleto." -#: sphinx/builders/html/__init__.py:960 +#: sphinx/builders/html/__init__.py:962 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "a página %s corresponde a dois padrões em html_sidebars: %r e %r" -#: sphinx/builders/html/__init__.py:1053 +#: sphinx/builders/html/__init__.py:1055 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "ocorreu um erro Unicode ao renderizar a página %s. Verifique se todos os valores de configuração que contêm conteúdo não ASCII são strings Unicode." -#: sphinx/builders/html/__init__.py:1058 +#: sphinx/builders/html/__init__.py:1060 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "Ocorreu um erro ao renderizar a página %s.\nMotivo: %r" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1089 msgid "dumping object inventory" msgstr "despejando inventário de objetos" -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1094 #, python-format msgid "dumping search index in %s" msgstr "despejando índice de pesquisa em %s" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1136 #, python-format msgid "invalid js_file: %r, ignored" msgstr "js_file inválido: %r, ignorado" -#: sphinx/builders/html/__init__.py:1221 +#: sphinx/builders/html/__init__.py:1223 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "Muitos math_renders estão registrados, mas nenhum math_renderer está selecionado." -#: sphinx/builders/html/__init__.py:1224 +#: sphinx/builders/html/__init__.py:1226 #, python-format msgid "Unknown math_renderer %r is given." msgstr "math_renderer desconhecido %r é fornecido." -#: sphinx/builders/html/__init__.py:1232 +#: sphinx/builders/html/__init__.py:1234 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "a entrada de html_extra_path %r não existe" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1238 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "entrada de html_extra_path %r está posicionada dentro de outdir" -#: sphinx/builders/html/__init__.py:1245 +#: sphinx/builders/html/__init__.py:1247 #, python-format msgid "html_static_path entry %r does not exist" msgstr "a entrada de html_static_path %r não existe" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1251 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "entrada de html_static_path %r está posicionada dento de outdir" -#: sphinx/builders/html/__init__.py:1258 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1260 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "o arquivo logo %r não existe" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "favicon file %r does not exist" msgstr "o arquivo favicon %r não existe" -#: sphinx/builders/html/__init__.py:1287 +#: sphinx/builders/html/__init__.py:1289 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "html_add_permalinks foi descontinuado desde v3.5.0. Use html_permalinks e html_permalinks_icon." -#: sphinx/builders/html/__init__.py:1313 +#: sphinx/builders/html/__init__.py:1315 #, python-format msgid "%s %s documentation" msgstr "documentação %s %s" @@ -2820,7 +2820,7 @@ msgstr "assinatura inválida para auto%s (%r)" msgid "error while formatting arguments for %s: %s" msgstr "erro ao formatar argumentos para %s: %s" -#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1678 +#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1682 #, python-format msgid "missing attribute %s in object %s" msgstr "faltando atributo %s no objeto %s" @@ -2840,71 +2840,76 @@ msgid "" "explicit module name)" msgstr "não sei qual módulo importar para documentação automática %r (tente colocar uma diretiva “module” ou “currentmodule” no documento ou forneça um nome explícito para o módulo)" -#: sphinx/ext/autodoc/__init__.py:964 +#: sphinx/ext/autodoc/__init__.py:917 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "Um objeto simulado foi detectado: %r" + +#: sphinx/ext/autodoc/__init__.py:968 #, python-format msgid "error while formatting signature for %s: %s" msgstr "erro ao formatar assinatura para %s: %s" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1018 msgid "\"::\" in automodule name doesn't make sense" msgstr "“::” no nome de automodule não faz sentido" -#: sphinx/ext/autodoc/__init__.py:1021 +#: sphinx/ext/autodoc/__init__.py:1025 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "argumentos de assinatura ou anotação de retorno fornecidos para automodule %s" -#: sphinx/ext/autodoc/__init__.py:1034 +#: sphinx/ext/autodoc/__init__.py:1038 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "__all__ deve ser uma lista de strings, não %r (no módulo %s) -- ignorando __all__" -#: sphinx/ext/autodoc/__init__.py:1100 +#: sphinx/ext/autodoc/__init__.py:1104 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "faltando atributo mencionado na opção :members: : módulo %s, atributo %s" -#: sphinx/ext/autodoc/__init__.py:1299 sphinx/ext/autodoc/__init__.py:1373 -#: sphinx/ext/autodoc/__init__.py:2726 +#: sphinx/ext/autodoc/__init__.py:1303 sphinx/ext/autodoc/__init__.py:1377 +#: sphinx/ext/autodoc/__init__.py:2734 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "Falha ao obter uma assinatura de função para %s: %s" -#: sphinx/ext/autodoc/__init__.py:1564 +#: sphinx/ext/autodoc/__init__.py:1568 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "Falha ao obter uma assinatura de construtor para %s: %s" -#: sphinx/ext/autodoc/__init__.py:1665 +#: sphinx/ext/autodoc/__init__.py:1669 #, python-format msgid "Bases: %s" msgstr "Base: %s" -#: sphinx/ext/autodoc/__init__.py:1751 sphinx/ext/autodoc/__init__.py:1824 -#: sphinx/ext/autodoc/__init__.py:1843 +#: sphinx/ext/autodoc/__init__.py:1755 sphinx/ext/autodoc/__init__.py:1828 +#: sphinx/ext/autodoc/__init__.py:1847 #, python-format msgid "alias of %s" msgstr "apelido de %s" -#: sphinx/ext/autodoc/__init__.py:1885 +#: sphinx/ext/autodoc/__init__.py:1889 #, python-format msgid "alias of TypeVar(%s)" msgstr "apelido de TypeVar(%s)" -#: sphinx/ext/autodoc/__init__.py:2118 sphinx/ext/autodoc/__init__.py:2212 +#: sphinx/ext/autodoc/__init__.py:2122 sphinx/ext/autodoc/__init__.py:2216 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "Falha ao obter uma assinatura de método para %s: %s" -#: sphinx/ext/autodoc/__init__.py:2340 +#: sphinx/ext/autodoc/__init__.py:2348 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "__slots__ inválido encontrado em %s. Ignorado." -#: sphinx/ext/autodoc/__init__.py:2769 +#: sphinx/ext/autodoc/__init__.py:2777 msgid "" "autodoc_member_order now accepts \"alphabetical\" instead of \"alphabetic\"." " Please update your setting." @@ -3305,12 +3310,12 @@ msgid "search" msgstr "buscar" #: sphinx/themes/basic/search.html:47 -#: sphinx/themes/basic/static/searchtools.js:303 +#: sphinx/themes/basic/static/searchtools.js:306 msgid "Search Results" msgstr "Resultados da Busca" #: sphinx/themes/basic/search.html:49 -#: sphinx/themes/basic/static/searchtools.js:305 +#: sphinx/themes/basic/static/searchtools.js:308 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3376,12 +3381,12 @@ msgstr "Buscando" msgid "Preparing search..." msgstr "Preparando a busca..." -#: sphinx/themes/basic/static/searchtools.js:307 +#: sphinx/themes/basic/static/searchtools.js:310 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Busca concluída. %s página(s) que atendem a consulta." -#: sphinx/themes/basic/static/searchtools.js:361 +#: sphinx/themes/basic/static/searchtools.js:364 msgid ", in " msgstr ", em " diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo index a98575718b14bd4f733c492e17e769b0e3e37f2d..03610fdf5003cb45a7bfee30e1740c9383df2935 100644 GIT binary patch delta 23 fcmbQ^Fvnp-yfBlY>EuLVmC3Qf0-L7_xAOo1UZ)3d delta 25 hcmbQ^Fvnp-yzu09VZO<^!V)azx<;m(JB26n0043o2mSy6 diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po index cbef5f3a6..5325de089 100644 --- a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt_PT/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/ro/LC_MESSAGES/sphinx.mo b/sphinx/locale/ro/LC_MESSAGES/sphinx.mo index adc229cd6004105bc764f6f33eb4a3d36245a544..0211e3c237f52a295dc8d543789b44d7f3800551 100644 GIT binary patch delta 14 VcmX@)cF1jmgD8`s>0&2QJ^(4<1cm?r delta 16 XcmX@)cF1jmgXrW8QNGQ7qF;CcI)esF diff --git a/sphinx/locale/ro/LC_MESSAGES/sphinx.po b/sphinx/locale/ro/LC_MESSAGES/sphinx.po index d2a94a777..04a121cb4 100644 --- a/sphinx/locale/ro/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ro/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" "PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Romanian (http://www.transifex.com/sphinx-doc/sphinx-1/language/ro/)\n" diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.mo b/sphinx/locale/ru/LC_MESSAGES/sphinx.mo index dc573c20f6a1e12a07d29663728403bed43c307d..83080f8947cee094bbbe0886e5b2acbaad91632c 100644 GIT binary patch delta 17 YcmX@s#CWWUaf78ilcDKmYk6)Z06As_Jpcdz delta 17 YcmX@s#CWWUaf78ilYzx%Yk6)Z06B35KL7v# diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.po b/sphinx/locale/ru/LC_MESSAGES/sphinx.po index 270292d3c..493f296ec 100644 --- a/sphinx/locale/ru/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ru/LC_MESSAGES/sphinx.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" "PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Russian (http://www.transifex.com/sphinx-doc/sphinx-1/language/ru/)\n" diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.mo b/sphinx/locale/si/LC_MESSAGES/sphinx.mo index 04e9dc3a0ae35cb0d78472c6ad42fe6968a96693..37993c6725ef75c6a7dba12462961cbedfaeb5e1 100644 GIT binary patch delta 30 lcmeB|>6h8CpN+%NRKdW&%D`gsaW**?3ta6h8CpN+%7P{F{!%D{5+aW**?b6q3T%`e&1*a3-?2y_4d diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.po b/sphinx/locale/si/LC_MESSAGES/sphinx.po index 05d1ef440..74b2f7d1b 100644 --- a/sphinx/locale/si/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/si/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-01 00:09+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Sinhala (http://www.transifex.com/sphinx-doc/sphinx-1/language/si/)\n" "MIME-Version: 1.0\n" @@ -626,7 +626,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:726 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:728 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "" @@ -636,7 +636,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:734 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:736 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -761,7 +761,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1117 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1119 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -884,7 +884,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1070 sphinx/builders/text.py:77 +#: sphinx/builders/html/__init__.py:1072 sphinx/builders/text.py:77 #: sphinx/builders/xml.py:91 #, python-format msgid "error writing file %s: %s" @@ -900,174 +900,174 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:144 +#: sphinx/builders/html/__init__.py:145 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:176 +#: sphinx/builders/html/__init__.py:177 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:372 +#: sphinx/builders/html/__init__.py:373 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:466 sphinx/builders/latex/__init__.py:187 +#: sphinx/builders/html/__init__.py:467 sphinx/builders/latex/__init__.py:187 #: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:233 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html/__init__.py:485 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:486 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:485 +#: sphinx/builders/html/__init__.py:486 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:547 +#: sphinx/builders/html/__init__.py:549 msgid "next" msgstr "ඊළඟ" -#: sphinx/builders/html/__init__.py:556 +#: sphinx/builders/html/__init__.py:558 msgid "previous" msgstr "පෙර" -#: sphinx/builders/html/__init__.py:650 +#: sphinx/builders/html/__init__.py:652 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:665 +#: sphinx/builders/html/__init__.py:667 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:744 +#: sphinx/builders/html/__init__.py:746 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:752 +#: sphinx/builders/html/__init__.py:754 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:784 sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:786 sphinx/builders/html/__init__.py:798 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:817 +#: sphinx/builders/html/__init__.py:819 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:833 +#: sphinx/builders/html/__init__.py:835 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:838 +#: sphinx/builders/html/__init__.py:840 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:844 +#: sphinx/builders/html/__init__.py:846 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:853 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:899 +#: sphinx/builders/html/__init__.py:901 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html/__init__.py:960 +#: sphinx/builders/html/__init__.py:962 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1053 +#: sphinx/builders/html/__init__.py:1055 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "" -#: sphinx/builders/html/__init__.py:1058 +#: sphinx/builders/html/__init__.py:1060 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1089 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1094 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1136 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1221 +#: sphinx/builders/html/__init__.py:1223 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1224 +#: sphinx/builders/html/__init__.py:1226 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1232 +#: sphinx/builders/html/__init__.py:1234 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1238 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1245 +#: sphinx/builders/html/__init__.py:1247 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1251 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1258 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1260 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1287 +#: sphinx/builders/html/__init__.py:1289 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "" -#: sphinx/builders/html/__init__.py:1313 +#: sphinx/builders/html/__init__.py:1315 #, python-format msgid "%s %s documentation" msgstr "%s %s ලේඛණය" @@ -2815,7 +2815,7 @@ msgstr "" msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1678 +#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1682 #, python-format msgid "missing attribute %s in object %s" msgstr "" @@ -2835,71 +2835,76 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:964 +#: sphinx/ext/autodoc/__init__.py:917 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:968 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1018 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1021 +#: sphinx/ext/autodoc/__init__.py:1025 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1034 +#: sphinx/ext/autodoc/__init__.py:1038 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1100 +#: sphinx/ext/autodoc/__init__.py:1104 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1299 sphinx/ext/autodoc/__init__.py:1373 -#: sphinx/ext/autodoc/__init__.py:2726 +#: sphinx/ext/autodoc/__init__.py:1303 sphinx/ext/autodoc/__init__.py:1377 +#: sphinx/ext/autodoc/__init__.py:2734 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1564 +#: sphinx/ext/autodoc/__init__.py:1568 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1665 +#: sphinx/ext/autodoc/__init__.py:1669 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1751 sphinx/ext/autodoc/__init__.py:1824 -#: sphinx/ext/autodoc/__init__.py:1843 +#: sphinx/ext/autodoc/__init__.py:1755 sphinx/ext/autodoc/__init__.py:1828 +#: sphinx/ext/autodoc/__init__.py:1847 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1885 +#: sphinx/ext/autodoc/__init__.py:1889 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2118 sphinx/ext/autodoc/__init__.py:2212 +#: sphinx/ext/autodoc/__init__.py:2122 sphinx/ext/autodoc/__init__.py:2216 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2340 +#: sphinx/ext/autodoc/__init__.py:2348 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/__init__.py:2769 +#: sphinx/ext/autodoc/__init__.py:2777 msgid "" "autodoc_member_order now accepts \"alphabetical\" instead of \"alphabetic\"." " Please update your setting." @@ -3300,12 +3305,12 @@ msgid "search" msgstr "සොයන්න" #: sphinx/themes/basic/search.html:47 -#: sphinx/themes/basic/static/searchtools.js:303 +#: sphinx/themes/basic/static/searchtools.js:306 msgid "Search Results" msgstr "සෙවුම් ප්‍රතිඵල" #: sphinx/themes/basic/search.html:49 -#: sphinx/themes/basic/static/searchtools.js:305 +#: sphinx/themes/basic/static/searchtools.js:308 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3371,12 +3376,12 @@ msgstr "සොයමින්..." msgid "Preparing search..." msgstr "සෙවුම සූදානම් කරමින්...." -#: sphinx/themes/basic/static/searchtools.js:307 +#: sphinx/themes/basic/static/searchtools.js:310 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:361 +#: sphinx/themes/basic/static/searchtools.js:364 msgid ", in " msgstr "" diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.mo b/sphinx/locale/sk/LC_MESSAGES/sphinx.mo index 6365fe16ea6ff7bf586552df7186d84339d5f18b..2262587cfc0fa2f4c7eeaf92a3fbe1f1ecfd272e 100644 GIT binary patch delta 32 ocmex6o8|9pmJP{MISfq|3=FIcEGB19m1D8cHL%#+JGGz!0L&8$umAu6 delta 32 ocmex6o8|9pmJP{MISdRH3=FIcEGK7Am18m2H8S1YJGGz!0L!ZjssI20 diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.po b/sphinx/locale/sk/LC_MESSAGES/sphinx.po index 289b31003..5fefffe96 100644 --- a/sphinx/locale/sk/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sk/LC_MESSAGES/sphinx.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-01 00:09+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Slovak (http://www.transifex.com/sphinx-doc/sphinx-1/language/sk/)\n" "MIME-Version: 1.0\n" @@ -628,7 +628,7 @@ msgstr "príprava dokumentov" msgid "duplicated ToC entry found: %s" msgstr "nájdená duplicitná položka Obsahu: %s" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:726 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:728 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "kopírovanie obrázkov…" @@ -638,7 +638,7 @@ msgstr "kopírovanie obrázkov…" msgid "cannot read image file %r: copying it instead" msgstr "nemožno čítať súbor obrázku %r: jeho kopírovanie namiesto toho" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:734 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:736 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -763,7 +763,7 @@ msgstr "konfiguračná hodnota „epub_identifier” nesmie byť prázdna pri EP msgid "conf value \"version\" should not be empty for EPUB3" msgstr "konfiguračná hodnota „version” nesmie byť prázdna pri EPUB3" -#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1117 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1119 #, python-format msgid "invalid css_file: %r, ignored" msgstr "neplatný css_file: %r, ignorovaný" @@ -886,7 +886,7 @@ msgstr "chyba zápisu súboru Makefile: %s" msgid "The text files are in %(outdir)s." msgstr "Textové súbory sú v %(outdir)s." -#: sphinx/builders/html/__init__.py:1070 sphinx/builders/text.py:77 +#: sphinx/builders/html/__init__.py:1072 sphinx/builders/text.py:77 #: sphinx/builders/xml.py:91 #, python-format msgid "error writing file %s: %s" @@ -902,174 +902,174 @@ msgstr "Súbory XML sú v %(outdir)s." msgid "The pseudo-XML files are in %(outdir)s." msgstr "Súbory pseudo-XML sú v %(outdir)s." -#: sphinx/builders/html/__init__.py:144 +#: sphinx/builders/html/__init__.py:145 #, python-format msgid "build info file is broken: %r" msgstr "súbor info zostavenia je poškodený: %r" -#: sphinx/builders/html/__init__.py:176 +#: sphinx/builders/html/__init__.py:177 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "Stránky HTML sú v %(outdir)s." -#: sphinx/builders/html/__init__.py:372 +#: sphinx/builders/html/__init__.py:373 #, python-format msgid "Failed to read build info file: %r" msgstr "Čítanie súboru zostavenia info zlyhalo: %r" -#: sphinx/builders/html/__init__.py:466 sphinx/builders/latex/__init__.py:187 +#: sphinx/builders/html/__init__.py:467 sphinx/builders/latex/__init__.py:187 #: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:233 #, python-format msgid "%b %d, %Y" msgstr "%d. %b %Y" -#: sphinx/builders/html/__init__.py:485 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:486 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Všeobecný index" -#: sphinx/builders/html/__init__.py:485 +#: sphinx/builders/html/__init__.py:486 msgid "index" msgstr "index" -#: sphinx/builders/html/__init__.py:547 +#: sphinx/builders/html/__init__.py:549 msgid "next" msgstr "ďalší" -#: sphinx/builders/html/__init__.py:556 +#: sphinx/builders/html/__init__.py:558 msgid "previous" msgstr "predošlý" -#: sphinx/builders/html/__init__.py:650 +#: sphinx/builders/html/__init__.py:652 msgid "generating indices" msgstr "generovanie indexov" -#: sphinx/builders/html/__init__.py:665 +#: sphinx/builders/html/__init__.py:667 msgid "writing additional pages" msgstr "zapisovanie dodatočných stránok" -#: sphinx/builders/html/__init__.py:744 +#: sphinx/builders/html/__init__.py:746 msgid "copying downloadable files... " msgstr "kopírovanie súborov na stiahnutie…" -#: sphinx/builders/html/__init__.py:752 +#: sphinx/builders/html/__init__.py:754 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "nemožno kopírovať súbor na stiahnutie %r: %s" -#: sphinx/builders/html/__init__.py:784 sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:786 sphinx/builders/html/__init__.py:798 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "Kopírovanie súboru v html_static_file zlyhalo: %s: %r" -#: sphinx/builders/html/__init__.py:817 +#: sphinx/builders/html/__init__.py:819 msgid "copying static files" msgstr "kopírovanie statických súborov" -#: sphinx/builders/html/__init__.py:833 +#: sphinx/builders/html/__init__.py:835 #, python-format msgid "cannot copy static file %r" msgstr "nemožno kopírovať statický súbor %r" -#: sphinx/builders/html/__init__.py:838 +#: sphinx/builders/html/__init__.py:840 msgid "copying extra files" msgstr "kopírovanie extra súborov" -#: sphinx/builders/html/__init__.py:844 +#: sphinx/builders/html/__init__.py:846 #, python-format msgid "cannot copy extra file %r" msgstr "nemožno kopírovať extra súbor %r" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:853 #, python-format msgid "Failed to write build info file: %r" msgstr "Zápis súboru zostavenia info zlyhal: %r" -#: sphinx/builders/html/__init__.py:899 +#: sphinx/builders/html/__init__.py:901 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "index hľadania nemožno načítať, ale nebudú zostavované všetky dokumenty, takže index nebude kompletný." -#: sphinx/builders/html/__init__.py:960 +#: sphinx/builders/html/__init__.py:962 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "stránka %s vyhovuje dvom vzorom v html_sidebars: %r a %r" -#: sphinx/builders/html/__init__.py:1053 +#: sphinx/builders/html/__init__.py:1055 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "pri spracovaní stránky %s nastala chyba Unicode. Prosím, zaistite, že všetky konfiguračné hodnoty, ktoré obsahujú nieASCII hodnotu sú reťazce Unicode." -#: sphinx/builders/html/__init__.py:1058 +#: sphinx/builders/html/__init__.py:1060 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "Nastala chyba pri spracovaní stránky %s.\nPríčina: %r" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1089 msgid "dumping object inventory" msgstr "generovanie inventára objektov…" -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1094 #, python-format msgid "dumping search index in %s" msgstr "generovanie indexu hľadania v %s" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1136 #, python-format msgid "invalid js_file: %r, ignored" msgstr "neplatné js_file: %r, ignorované" -#: sphinx/builders/html/__init__.py:1221 +#: sphinx/builders/html/__init__.py:1223 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "Zaregistrovaných je viac math_renderer, ale žiadny nie je zvolený." -#: sphinx/builders/html/__init__.py:1224 +#: sphinx/builders/html/__init__.py:1226 #, python-format msgid "Unknown math_renderer %r is given." msgstr "Zdaný neznámy math_renderer %r." -#: sphinx/builders/html/__init__.py:1232 +#: sphinx/builders/html/__init__.py:1234 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "položka „html_extra_path entry” %r neexistuje" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1238 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "položka html_extra_path %r je umiestnené vo vnútri výstupného adresára" -#: sphinx/builders/html/__init__.py:1245 +#: sphinx/builders/html/__init__.py:1247 #, python-format msgid "html_static_path entry %r does not exist" msgstr "položka „html_static_path” %r neexistuje" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1251 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "položka html_static_path %r je umiestnené vo vnútri výstupného adresára" -#: sphinx/builders/html/__init__.py:1258 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1260 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "súbor loga %r neexistuje" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "favicon file %r does not exist" msgstr "súbor favicon %r neexistuje" -#: sphinx/builders/html/__init__.py:1287 +#: sphinx/builders/html/__init__.py:1289 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "html_add_permalinks bolo označené za zastarané od v3.5.0. Prosím, použite namiesto toho html_permalinks a html_permalinks_icon." -#: sphinx/builders/html/__init__.py:1313 +#: sphinx/builders/html/__init__.py:1315 #, python-format msgid "%s %s documentation" msgstr "Dokumentácia %s %s" @@ -2817,7 +2817,7 @@ msgstr "" msgid "error while formatting arguments for %s: %s" msgstr "chyba formátovania argumentov %s: %s" -#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1678 +#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1682 #, python-format msgid "missing attribute %s in object %s" msgstr "chýba atribút %s objektu %s" @@ -2837,71 +2837,76 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:964 +#: sphinx/ext/autodoc/__init__.py:917 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:968 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1018 msgid "\"::\" in automodule name doesn't make sense" msgstr "„::” v automodule nedáva zmysel" -#: sphinx/ext/autodoc/__init__.py:1021 +#: sphinx/ext/autodoc/__init__.py:1025 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1034 +#: sphinx/ext/autodoc/__init__.py:1038 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "__all__ má byť zoznam reťazcov, nie %r (v module %s) -- ignorované __all__" -#: sphinx/ext/autodoc/__init__.py:1100 +#: sphinx/ext/autodoc/__init__.py:1104 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "chýbajúci atribút spomenutý vo voľbe :members: : modul %s, atribút %s" -#: sphinx/ext/autodoc/__init__.py:1299 sphinx/ext/autodoc/__init__.py:1373 -#: sphinx/ext/autodoc/__init__.py:2726 +#: sphinx/ext/autodoc/__init__.py:1303 sphinx/ext/autodoc/__init__.py:1377 +#: sphinx/ext/autodoc/__init__.py:2734 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1564 +#: sphinx/ext/autodoc/__init__.py:1568 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1665 +#: sphinx/ext/autodoc/__init__.py:1669 #, python-format msgid "Bases: %s" msgstr "Základ: %s" -#: sphinx/ext/autodoc/__init__.py:1751 sphinx/ext/autodoc/__init__.py:1824 -#: sphinx/ext/autodoc/__init__.py:1843 +#: sphinx/ext/autodoc/__init__.py:1755 sphinx/ext/autodoc/__init__.py:1828 +#: sphinx/ext/autodoc/__init__.py:1847 #, python-format msgid "alias of %s" msgstr "alias pre %s" -#: sphinx/ext/autodoc/__init__.py:1885 +#: sphinx/ext/autodoc/__init__.py:1889 #, python-format msgid "alias of TypeVar(%s)" msgstr "alias pre TypeVar(%s)" -#: sphinx/ext/autodoc/__init__.py:2118 sphinx/ext/autodoc/__init__.py:2212 +#: sphinx/ext/autodoc/__init__.py:2122 sphinx/ext/autodoc/__init__.py:2216 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2340 +#: sphinx/ext/autodoc/__init__.py:2348 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "Neplatné __slots__ nájdené v %s. Ignorované." -#: sphinx/ext/autodoc/__init__.py:2769 +#: sphinx/ext/autodoc/__init__.py:2777 msgid "" "autodoc_member_order now accepts \"alphabetical\" instead of \"alphabetic\"." " Please update your setting." @@ -3302,12 +3307,12 @@ msgid "search" msgstr "hľadať" #: sphinx/themes/basic/search.html:47 -#: sphinx/themes/basic/static/searchtools.js:303 +#: sphinx/themes/basic/static/searchtools.js:306 msgid "Search Results" msgstr "Výsledky hľadania" #: sphinx/themes/basic/search.html:49 -#: sphinx/themes/basic/static/searchtools.js:305 +#: sphinx/themes/basic/static/searchtools.js:308 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3373,12 +3378,12 @@ msgstr "Hľadanie" msgid "Preparing search..." msgstr "Príprava hľadania..." -#: sphinx/themes/basic/static/searchtools.js:307 +#: sphinx/themes/basic/static/searchtools.js:310 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Hľadanie dokončené, nájdené %s strana(y), ktoré vyhovujú hľadanému výrazu." -#: sphinx/themes/basic/static/searchtools.js:361 +#: sphinx/themes/basic/static/searchtools.js:364 msgid ", in " msgstr ", v " diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.mo b/sphinx/locale/sl/LC_MESSAGES/sphinx.mo index 414d6bdc995b2bc70872767dcf6f24ef0545be9a..262e0afc1f021508bae504d6ae3a3d07446df578 100644 GIT binary patch delta 15 WcmeyM^+9WcIWLo;>1In_a}EG7V+6?n delta 16 XcmeyM^+9WcIq&3nUcSw)yxJT9Inf1f diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.po b/sphinx/locale/sl/LC_MESSAGES/sphinx.po index d52fe8790..fc8585aac 100644 --- a/sphinx/locale/sl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sl/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" "PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Slovenian (http://www.transifex.com/sphinx-doc/sphinx-1/language/sl/)\n" diff --git a/sphinx/locale/sphinx.pot b/sphinx/locale/sphinx.pot index 6a1120990..69127f851 100644 --- a/sphinx/locale/sphinx.pot +++ b/sphinx/locale/sphinx.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx 4.2.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx/locale/sq/LC_MESSAGES/sphinx.mo b/sphinx/locale/sq/LC_MESSAGES/sphinx.mo index af8eecde1ca19d176a119e81a01d28efde3284b3..4bc89fbb4e12d172726272111a4a8dc10372a8de 100644 GIT binary patch delta 11784 zcmZwNXLME7x`*+#A%#FlC8R)LCzJpw1VTumBm_bWNDIA4goK)e6p-kVg&+b35kx`o z$R&WNH;5uO6akeYVg*5@s2~VRw}9wT&hy`Mjd8zR#~J?SJNMeNytAw%o)>@gx^mIW z{x-zxX^Vdj*RiaoSlL+7|NZkxf@MAGvaC<>37*MMvaG9od_LK-a;ZPk!LrJUBT_7D zCRSrZ`~$twr;}y1Lw{V3Y1j=9V47vwmRG7}^`)XKX5k`?#r^1qm#`lGg01i`)Iei8 zTUK-Ijxjg^)!}>$#YZt1*I^KDMYZ=HHo$`zO8?eT3XQ3_h(+n^NeTnZuWn=`hO4c~X<=BUKFWMSOy)I^CZe&@l6jVo( zQA;x)*We+%4-2|lRv7L>4e+EB2eYtl;y6@>`Z^9pWpo^BDQ94Jtn5bq_23RF+TeSR zKVmcDK%UCNB-9s6P@C(1)S53s?THsqGyW7cuw%&nvM!?=-87=_^*}B0AdJF^S++^- zgH))4XHf&%jB0qB<5w6>{3o)kRz$X0>%pkaIt7Q~W2n7y27T~4*2i0@jJkRlqwyZ% z44ZM{9zyM@9jGNZ zh#KH=WII{*B?@HQilKFFl6z4dt>j9iO5{bO2qyck8@F*ZZpQ=35-Rnx2bP| zibo>*%z6M@;2WrceuFVO|7V>C>h^KYGrDW)n$+XD^^;xCrau zT4YYvzfl*@_s-`H`dOA2adS*@ae^>O=YLdx)6rr~;(?XujeAj>>44*DRAzobb(lu} zf5tr2@$EdoWTGeP^BFi6ZPea5<#-3R1mOcMYc%~^Z7GlnYawdwpGVE$4Q!5gummI7 zF=W|Vg8uj!>iJXH053cBw=t2}Ymhlr9kD*~SX9SFPCOUwHdHL6piQ(Dbv*W?Qgs~1 z;3-r_IuAB$*A)|pdtqZzS%!^>mkcrAe-0ZGZ$q`e3+v$pR7S6%2IMuA{A(=(IRd)V zTcgfpPsa(U3#!U-CF=Q?FcSA-YdneCtgc~}H4S@VN8E-ivvn4AAH?UIj81f%pHKeP z!3HYi+gOEPU?}z9d!jk2!x^Xv z%t0-Qy_iB{3M()kUqCf{6ldUf$SrE+jWPpy40Vp5!$j8peGDePKH5yg#fH%U{ZJh= zLwz2H%0ve8s5KDzpKZOszuQq!hqID`iP#9M-s;3}qxQsJ)Dj$;LjJ2ML`*gB z`OT=C>pbfGhD2yR zrjvhlbe9UUZ*^qLr{dGdKC%v@8{5oeA7DRhgKMx4?nMo(Ua?7iG%AC`F&$^1mTEI< zK<}b5xF09tWt)O#G@!)%#4{arp)7S=i#k3pVFP>@TjN1&iPta^LrYCNiKqKU_OiCkA=eZU7Vg_oL_rT6r zgioYJ878J|WkJb>!>Ft*1FsHF+J-&}af*jnd*ECp?j1*l9cLyhnNy74?}0N!)WfTFN5 zaYt;2{V)tGu^v8#8ptZtUfGAicp0@9{zgqCx{Ca3&3jXjlTf>JJ{IB@tU><=OzO9x zX7&SW#+Pt3{()NSp%0p?dO0ei?_m_4cIt0qC*s!sGVhwP|04gYSWJaRvygB zkZGtKwKOZS2|kab@O|vB=jNG#7osv%jS;v3<8i0s1&kyPChf{ZyiGx=&%<;ajstNy zvfS2bRO*J#H+y0->ZZFNHM4mbj%!iJYdhA*U$GhfgPk$@VRH)dQO~VMegAu#g4XIU z)S4zNFuS)W-a}lCTGNxLP5A>V^|vqyeHNPfR8;2rVncig6R;Xn@NMjdSFkCzd&KiY1b)JJo&N@pnTFF)S7L$V6R0n|hrW0obMXrLW5;T9{IW2Ocsj=7Mr?!o zQ3Jf@=)cTlsvYXN-snyL)-(#*M5X9C4UW4|yZI(|L7&IX=F4&HhiYgrYDN{<7oT=M z{}x*iUqDU3Z@KveCKywRN1)w{!ZHf=@k{i=)98<9u>)R1&D{Nj`7yf)`w+i`t?(u) z<>4!wpO74fV*>S6s6Da;6Y&F7hHk7N{~AE#N;7~7s1Z*?J@B{_zllD?C$S!$#Q^*n z_1qoQd5?Y4OrQ(uIA^09t8g%`LuKqT>i7k$BLDhg+g1Eg0CO-DpG0-E1%vPv)J*qc zL;MjnfZtFvtoxM7STbrr-B1}Ta_YBYJK~+FcF$u6ylPX>=4t-4Nzq8uQdD3F&ciTV ziJ|y{6Tgdr#9yMGJB!+^zoGV0lhq~@DcFfP9UEaWY9b3z8MR-eFp0t|s5J~-V?Id4 z2E?5(4zn>6r=m8~Ce%eziyFX3r~#Zp&9u%lCQihW#QE4Aw_+Mz#yq|MTdXx#a49Oa zRZhGZmD-i426tmJ{)9SKQR~c1(oqALfb?yZIr=?oQe5MB6vO!3``_kAyC&E~=YK8* z&G0EyYIb2fp2GZB)Kc|FWn= z0-Nak|3$$Y!~e&09F00A{ZIqCA9Z}5L!I-Tj;ByF`rC;^H<+6)6}8C*pgJCo>aYq` zzZsRWm(gxaVK0Tj_%$}eHZ|r(?1LG^W!MF4o%)NYJrKOnG!%)NX#z&zFvppwfiFT0 zv<92vTh8ZSZ6yCn;Z-U$BHvAB_eME(#6vDpiM811d0wq`81NRBh4}TC7#x21zvhq2 zsawr2D*G^s_6EIdHuH4U5|<&XYOTeg*m;|6et=lI&Fs>zP#+|`VlE0B{fIX@Zbj{l zH&Gp&!)W{)TVj(}%~EEgCe#}PaWwklG*o+YP^W9YO(C4ZGE{?`F&OutzW60-51e)C zeYczYAriHgEin-ju?okc8;_xu;ufm?z}HN>aj1(c1C@EZF9og1eb`VHsNMTGDrGg8 zg@>>W`t2|S>WE3iqp&_puo&ADKl!?u*$1dS@)`QzaqNj_9An<#_e`DtLJAtmhZw2{ zFcWX0GLrD7S&}~Z8Sy%ti__jR&!0m*e+$)4hqui!%tNL6VaI9=BYqk+uv+Y?^S^_F zQh6J-w)&g8j!Oc@;z;a`51=yiK5A(`#}@b<4#c|en3)bi4SW=)VFjw)TGSr+8XMtx z^ql`Y6qMSqcg@JUV+e6?RQ+gdiwjW4b1Qbo!>FaJzsu}_I2=nn9K&%tD)on)_zToP zE}`0M^d9*iMWH)|akvH_!QW6bt=erKT#Vkt+p!P6g~RbK7U1wbW}t7OGWk6!#Xn&W zyonK*ve#Tt12C9)(q8hf_y24v)ZjaqgF)|`H6Moe5O2Xu{2jYu@(1SqUW|S9Id;VB zn1Qh$nvTa|0`YnrfQM1-MC>zrW7t01q;5PFUHG6HwTlm8GTuh5b({Sr<>|;6toyMU zW*jgx8-+@F8G7MT9D&PG9bUjlbRRSs%EW;#HlR%*l@C^aWI8&CS;SwXQW$>7G~683 zVH)XIuLzXw8mc z90q=Fj!7CS1HG^e2cR0*jox?=)A3X6M+SVpFf$(fr8!>HP#KzsDflG%;{jA=j-sE= z{}l>K#Vw3Q|0Cx7wnshK--#zV&ci0uuXW-#us!h?I1H_$tUu)AK>QYGV8U0P8_#+M zI}qQ(X!^I>95XMG-WWwZ8MmN~N>%IQ=GbIoQ{s^rh?N+CkDwb@IrXojmS!Ke#AB$< z`6q^8$k!$_thKg5+GH0o3H`n?7f?FRC+>}X@gOQgK_|_*j>l5geiUkE zADuECo zz_H(&J@dKaFW8#;u1JoVOuX zVZ9&Cg9|X2xEeK+=dc@ofRSijGcFuE#?B8MPFHFPVE{46^jR|0$@! zGE{@FU{gGV>?7+(EW_PDnM@@AY;Me>*qM62%jO4?Y@|V}2zAcOu^!sk5SO3^uo``F z15VKSf04p^Dtxb)^STAK*1w?!mUz`PFavc8s?d!qP`iG+;{nViK83m;Vy>Bvx?uou zE{?{0oQ>PC9sOG^uba2mAS@3`vD6v3O~ghyo6yG z|BHE7^gs>hQEY%4F$uS!t+hWxArpuEYHp@w7(%?;@k>;L=TRN~iCr=5H*@n1#TLX1 zFb=n%_R43d=YPd`4EWvLfSI^}_?h3ye-8>xZkaER$7te37=xP}_oHTZ5q+@TZL=gD zP|s(f)^t2-$qF$KH{oEsjuSEa4-?nmAmU&CApbg6Id{xktp>*v-#~SE&!1)~R$?ge zH<*oAF&2~lGP{2WMiQ6daID7Bcos9U%YV#sb5P$~jmp?gn?e%`XRr<4!6=OV+ibRO z*pxUQ^;{Wt#>cTI?!!Q=_mA0R5tvFGhk6~4$7VPcHKE0*rTG}s(7sNg3x&A5<_nWB zi?{@}X4@Q3qV|N3`A5)~(60%oHdi&4jJIcDP;R7WQ;2!mWM&&3pjopk>DQqYJV zLZxIQw!#BA5wGBG99YNYnSp;@m*@RI2m`1ejuki=yW$B<#xQ;?Qainoj;xuEHQ0^# zI40}-H}ZCQ&U-GV@WDLP1Fzu>yn)(`<9uA6Q!o#;6i?w0d=<6H>iD`mOE?UJiT{OR zxEyudHlqf16q}=0JqAesR!a&Eus>=kMqoZZiL3D)q6b4f91?oIEYhpS`#315SR7!iJcJERghTl7Jr>15}s?kmTE>x<| zpi=J}ZO(rJHX|-Tz24`0>N$TqDQJzap{~+i&0L;eCi7AEz+!BV`%yFa9d*O~2lc#n zbMtu^Mib|v7fwPAd@8ErTAYj@qpte)ZZfCyKZ=4zIuA9&O{in|C+ZxB#<)B`zq?Tv zNjmC2nBrK4nZ(to3?4w;c*k%i){iyE_I}jNm!Sr@A8kGOF@;`u7d;n73v;&@q0W1i z<8stq*yOkq^$z$P-FObQsp_^g6G+Co#QjhM9EjQ@OHik!wk79ZDLq0(8GeJ2nAghX z`B|+HHKS70W}JuGTyJAT^lI($yd6VOySqK6Vt>?WnvcrZ>o^O4z+B9a^K3qAU7T%h zxRX?9O%vLfHBCizoQpaQ`PdOxpl-?!(T#Q5n%&<5Ly7z0ZXAz$uxUFpkkhD42gRFB zor`0LN7xj!*4t5g;A2#ZuA{EfkOZ@7#-KXh8Z_Pr~nl43-m9-r8bHit- zCAo}xJ|fASj%-wB?CBJmQ&@{S*E>-c&ikl_enmBq(%uYgBDN!5h`M05p;CVu_1taL z#ndv{Y~F0tZXbv`O>9=~KSHf>>yG9v zI1csvRMd_PjdI1S~zKjyQ*|{xw~L?WogCi;^Knxs(Yst zmK2s3R2I4`3M(t8l}t(6kv=mptxkv3RsA-#&FPSwnUWfx%s=%96jW3u=9d?gRLm@> zEG^G;=M+|yOq=1(nORs_;O=^#C(52xUOJ_`pt!JNYT2||Nu}jec5L7D!GKjcHzFgZ qOfRf-&nPIbES&jatr@1qmAB?b9anf%k8vZG(U`#C>7pds~|Jk2v%zTeAAK+5%>5y*BuY7ze!C~ucHPU+RT{R zn2zySfa-7}R>P?nicez*u0uUGv3o z63CuEgOH`iI%nRq8U8p&N68d*q7V^~&`i0Y^h zYH23oYTS#%uxBe{B5*fqfMss%VPWHltD`cM<=PIF(Qc@v9Dr?bcx&>n8(-!^ecbMP z24ji;#T<;~ZhdhOs<=j>)_e-8CRU?n`~hlUhmo=}=P?dLc!<8&2(=VBSQC5XI5xFo zxu6afp$4=9_23PzhcJft8nT?mFW0VhE~;4jVK00fRV$yPFJ8g`{1KJWo32&cQn17g z92)xKG#rA*Fc?$Y8B-5iq1LbnJ76((!5x@~h?>Z7WTTkzsG52iwFK{? z26zN1C*z!>L6%J@Pgjw2M|D)nzj(Gef~pDsj>e>6Hm2ZcRMD-#B>WT;@OSrmwN5tf zjFgudgNgVGYN(4UGS zyJi{&;)kgFk6{%&?_U22(}-_jeN5abGtcjgD?8p`jvLhuR){P^mhC592XZ zM(XvjYnO_t#7!`gR1U>(;%PnY_ZMST;tif1x@EqJZ>y zbyOxAARn35$p0L(ntvyA;SbEj81_s2jr3^_qh=mI#P0Ks zsCYc8$ezU{JdYYs#i90Ot&7cxi%?7Q0zQwg;BbdV?l4{;x`0#hK32rZMRprb!#LuZ zs0?jDE!jzo#;cfsKErKC^|2N45LBwyqdG1})tZNNXgm9(qkSAqLq*XFBQPI7!y?oJ z(nj(#3Kw8q3>#(le->&0BT&UzimIKburjW2<8^Ml1yvI}QA@CQ6!~97!*8^G&#yq8 zT&Ga`w?eUfU{h34wZ$0hi`o^FQ3GFqEpQFi#FOZczoNEXIZ~&l(il>Xg{X;tGKT!C zqu;nd)=dH>-xTK|b!6VhIIJJn!OC#_Rdyu5KwnS~4JgkC+SPzS_4lcte+=F`13DnGgMGeevf?LGcmbf*l z`W;NeZ&Cd^e(a@MG?GwX?11suA2pLF&#977e0VX z-1r=36NgW-KVZ5eOXiq0G?dbl*cfY;So1N6cs4e{rKqYugc|U9H@=JQiGwHG=k!KB z=LJ-TzChjoGb&R)Q|!ww5o5LgThXY-2Lmt+Ct!7)gW>o**2g!oHJ-x|jAX9{V-jXy zbF74;Q5}!RhPVK=H1A?Eoee~DKHXbR8ow za+=*%si=W8MRhO|Lvb!*9MmZPqF@u=pHM*|U z-9pub?`(U*MWJREht;tqYJ2s@09=W&_#!sL1E^ha2X$X=sr~*O)KaZ?XlPBpK<$Dn zSb%AB?3&I%4PYKB^=nWm-Qr$9i%RV^tctatv?p5{W)eS)t#JuzsgL6%yoyQa44i96 zG8eTJd$18+L{)FdJo~_0j3*wCn&DE^lI%cbqzu*36;$dI=iBFY$G*g~UC*L2oxZ^P z2Or1Gpy9)X6R2%?8kK>os1#*A#g7IoMpgTAjKSAYGdhYI=ntqh4qs>on2yS9KGwtG zs0l1W4RAX)(Ek61hK|IFPg@(IzAzXo<9zIhOHe1^DNM%yVsi{!WM97>us-o9)Bu;c z?m%VgI40oFs0mkjh8m)O6G}sC*uZrVh7&Kxmbe9d@dwxIs0aOlno-1Jd!#l;-8UN( zaRF)qTd@P~!lroFjnkK~{sCMlp-~BEVIV$zTy@1;9 zhfou^fZEQNF%F}jv%eWzp)$4@RjfNv-#hjk`R`8S2QH}ink=^+b-@tgo~W4)!>afc zY5=QHGkgV=v6H9)T|#BdZ-u>HfU1=Ns0qx+Mz|DJJ0CkVR2+YyG7+)T?)NxUwP#{A ze87zhF_^dn!|+K|v93ZLNFSgwaT=T8w-}DWtL#MTpfcJOi_qywLumN^$!atWz+8_%$4eA7C`rT&D@L{>^CU zfrBsw=i(sTiH$LMz1=qLP$%CsjKbBZRKMkZ{tjxXenDl#Y_LV0go^V}6Pkn?z4Zy<`WTgc@jjtcCqi z_f17*aOq3rUk`en3)OMI>nS|qA(gllcWpN2&k7vLud@A!d%teXqd4ph`P)qb6*2Geb z!F5;%_n{A7LQUuj2IE}}M8BQ(c@bEJxHf9SDGm)iusw$2Ak-HpqH18ad;L`mAbtUq2H zA-sUjKpM?H;MBwASQTr0Xm6~Cs_Gut8T;acxB-XaE!05!9{`J8ATxf@HqSpKmEWnN*+cjQ+t%y%x76yJ|fAMt0#>7jo1%8a` z_-{i3p|gR8QW1097GEA}Nd{p& z?#8Kj2DK#lpW9zX>oACTI|kr>^kxhj5ue58=+EBu!?vhQbVc1a99c5QOs0{MQ644gwJoW^AuRj?d=vEo_#$K(KvBu++MZ;KjO7gUGCP~V?~J#YbPX6H~# zcn62z|4W~M06vT-aWJNRNB-6E;_vLAUiYI8ntP~@nqRQRHXH{Mug4O7 zj;fhQE?S?(dc?c2KAuM{L8VJ912(`%a0B+ks{gTn5jn!4(VYurs4vv~uid9P_!4mu z4np6{_DCLqX~au01wTM#=&Bnx{@xB`5Vq&~JZyoVp>|QlA9#ghAZjAcMH+o*^txhy zNW6x+G5$xJx@6SAT48G(icz=`YvW!_z;7@Y|G_+L{geH>q=l%Z_ziVV{DoTkN*0dSC(8!qG^*n0fdp7GAZPIDt)xCtb6DwXy~45??|+(C50{=b`9F9E+-@B-8+! zVr9%hWwbMH(EfjwMm`rh{$kg9IclcIQ4a|C)$W2C7)RU?RrNhwM_@EGO-F&^W8v#;5uIEMHv>SfgKce~~#IEr`^>b&s3Y2TW4 zFoJj#cEFjafqa5h@FJ$;HPo6%{b65Di_vMsg->Z{d)#xa`lo$h9IB&cs9n($8{!g7 z#1AnEFQaNC;Fi6=A*K*_#X_8lbMO?l#eTQ#_txGf|1n(nm<#cE$<=em&MXmqxjquB z;&{~kPoPq~7PVBHFb^+b4@@by2hR*td;z;-`dz#Bv#>zd?~;FwF!e9n;nUce_;aj= z5%+9WH$YYS7*y3S#wgs558_emk1>DS)INr~?`_ogPNFh)8>2DmAA3$Tb!gP&!XS*q z=~xSwp>Euc&G0j9kLJETdOKhcVIORYMHqli`WXoD|)=Uq$lb*b5I>^alL@8 ziNpB0lz}}k3rjIm`+pw|-EafPVychFTa0Tkf_NWlDZa#>_zSA2+W30BXZ=zPC4LWe ze;I1K{Rh=yaAl9T7IIMo9D-GFKDMNP^Bj#n_yw-QL_hn$eW(W>M}6Tk>H#-UyCvM; zW}q1c5|^N^&&H1U686QPu{Y-M=e7E{9NXZ2bZXG}o5sT!Ud7IE0%}b^#&9e{73n3+ z#Cz`b^gxeyx3ots%_7v2J&zi|1?+~2Rc!_*;&S3=P!ov@@;KhA?!+JJRU}WN9`Kgy zEzBiu9&9_FhWg?*Ou&<oy!nTp`Tycn^}n zVK&vH@IgM9iP|P#qjwFf*^Y8iC*DBRfajtHycKKX4ODdpg?qez)XKyb#D#9W8nrt< zMrHCZhlV;zi?BBqqmJa4QTy{W_QL<5W}3J4!H&d(P)F@%*KMc{ccUKgE#~2U)Po<0vIFRj zzQhwz#r+uO;Bm~yz?$Bgam>Rs)Il+Z;G?LN&Ouf0VN~_jinj4Y)RG*&vI1e?zg{T@igxW1Xp=u(ij>r4cE}{EfYW$IT{4fr}KHbp6@A07ob99N+_{@XP>)gC<4k=Lf#gj&wI$*A$QeUH?y)P4WFb%;# zoPm1DEJW?5w^2*`J1S%MP)i<^;XT;+@4qzkz$Z|}v} z&FBDX05?#n4QOmLl!z+c&Td?YN_i=&=wHQ}8q%lk2j8Po\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 10:35+0000\n" +"Last-Translator: Besnik Bleta \n" "Language-Team: Albanian (http://www.transifex.com/sphinx-doc/sphinx-1/language/sq/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -2935,7 +2935,7 @@ msgstr "referenca vetëpërmbledhjeje përjashtuan dokumentin %r. U shpërfill." msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." -msgstr "" +msgstr "vetëpërmbledhje: s’u gjet kartelë stub %r. Kontrolloni rregullimin tuaj autosummary_generate." #: sphinx/ext/autosummary/__init__.py:299 msgid "A captioned autosummary requires :toctree: option. ignored." diff --git a/sphinx/locale/sr/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr/LC_MESSAGES/sphinx.mo index 565942f794aa1099c09dc2111100f72680cbbb6e..f33284d7d01d9178b2617c53091b5c12be4911a9 100644 GIT binary patch delta 24 fcmccab=_-&urQOM>10u16&4F!1B=bJ!csy2VB-d0 delta 25 gcmccab=_-&u<&GSVZO\n" "Language-Team: Serbian (http://www.transifex.com/sphinx-doc/sphinx-1/language/sr/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo index f4d644553aedcf7881deca540a4d8c7538132027..b5d4a5b41b01565671ddfb49f2b438209ca0381c 100644 GIT binary patch delta 13 Ucmcb}a*<_12a}=c#;)Ux03~|`E&u=k delta 13 Vcmcb}a*<_1$HWbM8>j7N1OO|i1{DAR diff --git a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po index 45efddac7..59547cb69 100644 --- a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" "PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Serbian (Latin) (http://www.transifex.com/sphinx-doc/sphinx-1/language/sr@latin/)\n" diff --git a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo index 526b54b11d921ae401f4e786ed18d77f4fcbc54c..b84c1c9e480fd7fc7566c81223c3170053e60e8c 100644 GIT binary patch delta 19 bcmX@Za)xC>2a}=c#4eSIZ2}wj^)UhfO9BUl delta 21 dcmX@Za)xC>$HWbM6Q@bAnClvuZrn7B5ddEM2owMS diff --git a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po index 7c79456a2..b9dc5c026 100644 --- a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Serbian (Serbia) (http://www.transifex.com/sphinx-doc/sphinx-1/language/sr_RS/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/sv/LC_MESSAGES/sphinx.mo b/sphinx/locale/sv/LC_MESSAGES/sphinx.mo index 7e6bba677c3a86be9f2f1206437a555cffe11391..056cb64893a091ac2fa29af6a2e90dce600f5abf 100644 GIT binary patch delta 23 fcmdmFy2*6IPXQ)F)5*UDR3?8H5ZJ6Q*vtt4b!!OQ delta 24 gcmdmFy2*6IPXQ(ai^;zQR9MV)jZ8Ny3-)sY0CS260ssI2 diff --git a/sphinx/locale/sv/LC_MESSAGES/sphinx.po b/sphinx/locale/sv/LC_MESSAGES/sphinx.po index c088a8942..a4a0d3f3a 100644 --- a/sphinx/locale/sv/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sv/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Swedish (http://www.transifex.com/sphinx-doc/sphinx-1/language/sv/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/ta/LC_MESSAGES/sphinx.mo b/sphinx/locale/ta/LC_MESSAGES/sphinx.mo index d689186c82291d16442a7cabebee6181ed2add06..b7ddec227cdd1431985488661c556b0fb4a861a0 100644 GIT binary patch delta 19 bcmey)@||VEHYP*Ui91v#ZV}k{rkfD}R>%mD delta 21 dcmey)@||VEwu$%nCLWPsG1oOR-S}WSBLHoc2_FCe diff --git a/sphinx/locale/ta/LC_MESSAGES/sphinx.po b/sphinx/locale/ta/LC_MESSAGES/sphinx.po index d6b3b8e32..dbbc3707d 100644 --- a/sphinx/locale/ta/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ta/LC_MESSAGES/sphinx.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Tamil (http://www.transifex.com/sphinx-doc/sphinx-1/language/ta/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/te/LC_MESSAGES/sphinx.mo b/sphinx/locale/te/LC_MESSAGES/sphinx.mo index efe03cefac4bf68d6971653a0177d4b21aa4b169..5e33a1358dbd1b30924cf0bf379f05c0c84df166 100644 GIT binary patch delta 27 jcmeyw{E2x&2Zy1lf`NgRfyKlLax50Q1{NDPIWPhMeGCXk delta 27 jcmeyw{E2x&2Zw>7f`NgRf#t*raxCV$My4A#IWPhMe69#V diff --git a/sphinx/locale/te/LC_MESSAGES/sphinx.po b/sphinx/locale/te/LC_MESSAGES/sphinx.po index cfa2a2b29..1ff0257b3 100644 --- a/sphinx/locale/te/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/te/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-01 00:09+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Telugu (http://www.transifex.com/sphinx-doc/sphinx-1/language/te/)\n" "MIME-Version: 1.0\n" @@ -625,7 +625,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:726 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:728 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "" @@ -635,7 +635,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:734 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:736 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -760,7 +760,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1117 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1119 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -883,7 +883,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1070 sphinx/builders/text.py:77 +#: sphinx/builders/html/__init__.py:1072 sphinx/builders/text.py:77 #: sphinx/builders/xml.py:91 #, python-format msgid "error writing file %s: %s" @@ -899,174 +899,174 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:144 +#: sphinx/builders/html/__init__.py:145 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:176 +#: sphinx/builders/html/__init__.py:177 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:372 +#: sphinx/builders/html/__init__.py:373 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:466 sphinx/builders/latex/__init__.py:187 +#: sphinx/builders/html/__init__.py:467 sphinx/builders/latex/__init__.py:187 #: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:233 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:485 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:486 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:485 +#: sphinx/builders/html/__init__.py:486 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:547 +#: sphinx/builders/html/__init__.py:549 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:556 +#: sphinx/builders/html/__init__.py:558 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:650 +#: sphinx/builders/html/__init__.py:652 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:665 +#: sphinx/builders/html/__init__.py:667 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:744 +#: sphinx/builders/html/__init__.py:746 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:752 +#: sphinx/builders/html/__init__.py:754 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:784 sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:786 sphinx/builders/html/__init__.py:798 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:817 +#: sphinx/builders/html/__init__.py:819 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:833 +#: sphinx/builders/html/__init__.py:835 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:838 +#: sphinx/builders/html/__init__.py:840 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:844 +#: sphinx/builders/html/__init__.py:846 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:853 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:899 +#: sphinx/builders/html/__init__.py:901 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html/__init__.py:960 +#: sphinx/builders/html/__init__.py:962 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1053 +#: sphinx/builders/html/__init__.py:1055 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "" -#: sphinx/builders/html/__init__.py:1058 +#: sphinx/builders/html/__init__.py:1060 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1089 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1094 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1136 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1221 +#: sphinx/builders/html/__init__.py:1223 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1224 +#: sphinx/builders/html/__init__.py:1226 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1232 +#: sphinx/builders/html/__init__.py:1234 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1238 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1245 +#: sphinx/builders/html/__init__.py:1247 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1251 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1258 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1260 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1287 +#: sphinx/builders/html/__init__.py:1289 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "" -#: sphinx/builders/html/__init__.py:1313 +#: sphinx/builders/html/__init__.py:1315 #, python-format msgid "%s %s documentation" msgstr "" @@ -2814,7 +2814,7 @@ msgstr "" msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1678 +#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1682 #, python-format msgid "missing attribute %s in object %s" msgstr "" @@ -2834,71 +2834,76 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:964 +#: sphinx/ext/autodoc/__init__.py:917 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:968 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1018 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1021 +#: sphinx/ext/autodoc/__init__.py:1025 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1034 +#: sphinx/ext/autodoc/__init__.py:1038 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1100 +#: sphinx/ext/autodoc/__init__.py:1104 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1299 sphinx/ext/autodoc/__init__.py:1373 -#: sphinx/ext/autodoc/__init__.py:2726 +#: sphinx/ext/autodoc/__init__.py:1303 sphinx/ext/autodoc/__init__.py:1377 +#: sphinx/ext/autodoc/__init__.py:2734 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1564 +#: sphinx/ext/autodoc/__init__.py:1568 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1665 +#: sphinx/ext/autodoc/__init__.py:1669 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1751 sphinx/ext/autodoc/__init__.py:1824 -#: sphinx/ext/autodoc/__init__.py:1843 +#: sphinx/ext/autodoc/__init__.py:1755 sphinx/ext/autodoc/__init__.py:1828 +#: sphinx/ext/autodoc/__init__.py:1847 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1885 +#: sphinx/ext/autodoc/__init__.py:1889 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2118 sphinx/ext/autodoc/__init__.py:2212 +#: sphinx/ext/autodoc/__init__.py:2122 sphinx/ext/autodoc/__init__.py:2216 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2340 +#: sphinx/ext/autodoc/__init__.py:2348 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/__init__.py:2769 +#: sphinx/ext/autodoc/__init__.py:2777 msgid "" "autodoc_member_order now accepts \"alphabetical\" instead of \"alphabetic\"." " Please update your setting." @@ -3299,12 +3304,12 @@ msgid "search" msgstr "" #: sphinx/themes/basic/search.html:47 -#: sphinx/themes/basic/static/searchtools.js:303 +#: sphinx/themes/basic/static/searchtools.js:306 msgid "Search Results" msgstr "" #: sphinx/themes/basic/search.html:49 -#: sphinx/themes/basic/static/searchtools.js:305 +#: sphinx/themes/basic/static/searchtools.js:308 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3370,12 +3375,12 @@ msgstr "" msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:307 +#: sphinx/themes/basic/static/searchtools.js:310 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:361 +#: sphinx/themes/basic/static/searchtools.js:364 msgid ", in " msgstr "" diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.mo b/sphinx/locale/tr/LC_MESSAGES/sphinx.mo index a1fb1b6c40481e449d1b8b72f5b48b6e84e19e23..c2f85d749eb43196075f8384908620db8a07f30f 100644 GIT binary patch delta 26 icmcb8n)&u=<_)E_OopbD%WG9wEOZSlHqWoM$p8SEP6|u_ delta 27 jcmcb8n)&u=<_)E_ljqj*O>VB0U@_M\n" "Language-Team: Turkish (http://www.transifex.com/sphinx-doc/sphinx-1/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo index 3c733611d7ab3ab8432a9e70f2e3d8647ceaccc3..a07fd47ca407d5c7a0c57dca10fbba19887a7fbb 100644 GIT binary patch delta 23 fcmeA-?Kj=\n" "Language-Team: Ukrainian (Ukraine) (http://www.transifex.com/sphinx-doc/sphinx-1/language/uk_UA/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/ur/LC_MESSAGES/sphinx.mo b/sphinx/locale/ur/LC_MESSAGES/sphinx.mo index 3a7ff23133dfbc6bcb79b92f30f8580d1b044d09..b7d68b4c2b1dea24941bfbba625d61895e803823 100644 GIT binary patch delta 19 bcmeys{DFBw2a}=c#4eSIZ2}wj88HF?PdEo} delta 21 dcmeys{DFBw$HWbM6Q@bAnClvuZro(Y2moWf2mSy6 diff --git a/sphinx/locale/ur/LC_MESSAGES/sphinx.po b/sphinx/locale/ur/LC_MESSAGES/sphinx.po index b6f0fc3ee..155bb3b5a 100644 --- a/sphinx/locale/ur/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ur/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Urdu (http://www.transifex.com/sphinx-doc/sphinx-1/language/ur/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.mo b/sphinx/locale/vi/LC_MESSAGES/sphinx.mo index ca1e9258bbace298509f346c69ce610749374381..e63e21b959dd25d1e39e566f036e41430bb7e95c 100644 GIT binary patch delta 23 fcmX@7cTR7^LS80A)5(i@RVL5p71(^8x119IZWsuR delta 25 hcmX@7cTR7^Lf*+IdHE)<=apbF*EKTTe44kJ699zP2^#\n" "Language-Team: Vietnamese (http://www.transifex.com/sphinx-doc/sphinx-1/language/vi/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/yue/LC_MESSAGES/sphinx.mo b/sphinx/locale/yue/LC_MESSAGES/sphinx.mo index a1a1c55d1bd8b07ec919d59d8d01208eafba4f3a..682b51a53cd851828159eb3fee6215e37bb2a05f 100644 GIT binary patch delta 19 bcmeys{DFBw2a}=c#4eSIZ2}wj88HF?PdEo} delta 21 dcmeys{DFBw$HWbM6Q@bAnClvuZro(Y2moWf2mSy6 diff --git a/sphinx/locale/yue/LC_MESSAGES/sphinx.po b/sphinx/locale/yue/LC_MESSAGES/sphinx.po index 7e037aa06..f42851640 100644 --- a/sphinx/locale/yue/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/yue/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Cantonese (http://www.transifex.com/sphinx-doc/sphinx-1/language/yue/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo index 72191390b77c5c98b193fff6257ceaa51396c580..ef7a38dd4b6bd03da93d5434a8343094ce62df8c 100644 GIT binary patch delta 25 jcmV+!0OtRo@dKdo1F(*h0x>m{kdq{njFS+v#FN})olgu% delta 27 lcmV+$0ObFm@dKdo1F(*hleUu%lbn+n1UD@*HM6*r=w!Rm4A%ev diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po index 822e92c9a..55daac6f8 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po @@ -22,8 +22,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Chinese (China) (http://www.transifex.com/sphinx-doc/sphinx-1/language/zh_CN/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo index 788defeaff4dc8cc6d2935198a631da71f4720fe..1bd4d5d53070c74b8a12720c08083c6dee5d0fac 100644 GIT binary patch delta 27 jcmeyz{EvA;2Zy1lf`NgRfyKlLax50Q1{NDP`7i7f`NgRf#t*raxCV$My4A#`7iMnZ diff --git a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po index 3e325f126..80fda62cd 100644 --- a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-01 00:09+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/sphinx-doc/sphinx-1/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -625,7 +625,7 @@ msgstr "" msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:726 +#: sphinx/builders/_epub_base.py:405 sphinx/builders/html/__init__.py:728 #: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:176 msgid "copying images... " msgstr "" @@ -635,7 +635,7 @@ msgstr "" msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:734 +#: sphinx/builders/_epub_base.py:418 sphinx/builders/html/__init__.py:736 #: sphinx/builders/latex/__init__.py:429 sphinx/builders/texinfo.py:186 #, python-format msgid "cannot copy image file %r: %s" @@ -760,7 +760,7 @@ msgstr "" msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1117 +#: sphinx/builders/epub3.py:235 sphinx/builders/html/__init__.py:1119 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" @@ -883,7 +883,7 @@ msgstr "" msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:1070 sphinx/builders/text.py:77 +#: sphinx/builders/html/__init__.py:1072 sphinx/builders/text.py:77 #: sphinx/builders/xml.py:91 #, python-format msgid "error writing file %s: %s" @@ -899,174 +899,174 @@ msgstr "" msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:144 +#: sphinx/builders/html/__init__.py:145 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html/__init__.py:176 +#: sphinx/builders/html/__init__.py:177 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html/__init__.py:372 +#: sphinx/builders/html/__init__.py:373 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:466 sphinx/builders/latex/__init__.py:187 +#: sphinx/builders/html/__init__.py:467 sphinx/builders/latex/__init__.py:187 #: sphinx/transforms/__init__.py:116 sphinx/writers/manpage.py:102 #: sphinx/writers/texinfo.py:233 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html/__init__.py:485 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html/__init__.py:486 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html/__init__.py:485 +#: sphinx/builders/html/__init__.py:486 msgid "index" msgstr "" -#: sphinx/builders/html/__init__.py:547 +#: sphinx/builders/html/__init__.py:549 msgid "next" msgstr "" -#: sphinx/builders/html/__init__.py:556 +#: sphinx/builders/html/__init__.py:558 msgid "previous" msgstr "" -#: sphinx/builders/html/__init__.py:650 +#: sphinx/builders/html/__init__.py:652 msgid "generating indices" msgstr "" -#: sphinx/builders/html/__init__.py:665 +#: sphinx/builders/html/__init__.py:667 msgid "writing additional pages" msgstr "" -#: sphinx/builders/html/__init__.py:744 +#: sphinx/builders/html/__init__.py:746 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html/__init__.py:752 +#: sphinx/builders/html/__init__.py:754 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html/__init__.py:784 sphinx/builders/html/__init__.py:796 +#: sphinx/builders/html/__init__.py:786 sphinx/builders/html/__init__.py:798 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: sphinx/builders/html/__init__.py:817 +#: sphinx/builders/html/__init__.py:819 msgid "copying static files" msgstr "" -#: sphinx/builders/html/__init__.py:833 +#: sphinx/builders/html/__init__.py:835 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html/__init__.py:838 +#: sphinx/builders/html/__init__.py:840 msgid "copying extra files" msgstr "" -#: sphinx/builders/html/__init__.py:844 +#: sphinx/builders/html/__init__.py:846 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html/__init__.py:851 +#: sphinx/builders/html/__init__.py:853 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html/__init__.py:899 +#: sphinx/builders/html/__init__.py:901 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html/__init__.py:960 +#: sphinx/builders/html/__init__.py:962 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html/__init__.py:1053 +#: sphinx/builders/html/__init__.py:1055 #, python-format msgid "" "a Unicode error occurred when rendering the page %s. Please make sure all " "config values that contain non-ASCII content are Unicode strings." msgstr "" -#: sphinx/builders/html/__init__.py:1058 +#: sphinx/builders/html/__init__.py:1060 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html/__init__.py:1087 +#: sphinx/builders/html/__init__.py:1089 msgid "dumping object inventory" msgstr "" -#: sphinx/builders/html/__init__.py:1092 +#: sphinx/builders/html/__init__.py:1094 #, python-format msgid "dumping search index in %s" msgstr "" -#: sphinx/builders/html/__init__.py:1134 +#: sphinx/builders/html/__init__.py:1136 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html/__init__.py:1221 +#: sphinx/builders/html/__init__.py:1223 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html/__init__.py:1224 +#: sphinx/builders/html/__init__.py:1226 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html/__init__.py:1232 +#: sphinx/builders/html/__init__.py:1234 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1236 +#: sphinx/builders/html/__init__.py:1238 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1245 +#: sphinx/builders/html/__init__.py:1247 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1249 +#: sphinx/builders/html/__init__.py:1251 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: sphinx/builders/html/__init__.py:1258 sphinx/builders/latex/__init__.py:433 +#: sphinx/builders/html/__init__.py:1260 sphinx/builders/latex/__init__.py:433 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1267 +#: sphinx/builders/html/__init__.py:1269 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html/__init__.py:1287 +#: sphinx/builders/html/__init__.py:1289 msgid "" "html_add_permalinks has been deprecated since v3.5.0. Please use " "html_permalinks and html_permalinks_icon instead." msgstr "" -#: sphinx/builders/html/__init__.py:1313 +#: sphinx/builders/html/__init__.py:1315 #, python-format msgid "%s %s documentation" msgstr "" @@ -2814,7 +2814,7 @@ msgstr "" msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1678 +#: sphinx/ext/autodoc/__init__.py:663 sphinx/ext/autodoc/__init__.py:1682 #, python-format msgid "missing attribute %s in object %s" msgstr "" @@ -2834,71 +2834,76 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:964 +#: sphinx/ext/autodoc/__init__.py:917 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:968 #, python-format msgid "error while formatting signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1014 +#: sphinx/ext/autodoc/__init__.py:1018 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1021 +#: sphinx/ext/autodoc/__init__.py:1025 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1034 +#: sphinx/ext/autodoc/__init__.py:1038 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1100 +#: sphinx/ext/autodoc/__init__.py:1104 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1299 sphinx/ext/autodoc/__init__.py:1373 -#: sphinx/ext/autodoc/__init__.py:2726 +#: sphinx/ext/autodoc/__init__.py:1303 sphinx/ext/autodoc/__init__.py:1377 +#: sphinx/ext/autodoc/__init__.py:2734 #, python-format msgid "Failed to get a function signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1564 +#: sphinx/ext/autodoc/__init__.py:1568 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1665 +#: sphinx/ext/autodoc/__init__.py:1669 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1751 sphinx/ext/autodoc/__init__.py:1824 -#: sphinx/ext/autodoc/__init__.py:1843 +#: sphinx/ext/autodoc/__init__.py:1755 sphinx/ext/autodoc/__init__.py:1828 +#: sphinx/ext/autodoc/__init__.py:1847 #, python-format msgid "alias of %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1885 +#: sphinx/ext/autodoc/__init__.py:1889 #, python-format msgid "alias of TypeVar(%s)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2118 sphinx/ext/autodoc/__init__.py:2212 +#: sphinx/ext/autodoc/__init__.py:2122 sphinx/ext/autodoc/__init__.py:2216 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:2340 +#: sphinx/ext/autodoc/__init__.py:2348 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: sphinx/ext/autodoc/__init__.py:2769 +#: sphinx/ext/autodoc/__init__.py:2777 msgid "" "autodoc_member_order now accepts \"alphabetical\" instead of \"alphabetic\"." " Please update your setting." @@ -3299,12 +3304,12 @@ msgid "search" msgstr "" #: sphinx/themes/basic/search.html:47 -#: sphinx/themes/basic/static/searchtools.js:303 +#: sphinx/themes/basic/static/searchtools.js:306 msgid "Search Results" msgstr "" #: sphinx/themes/basic/search.html:49 -#: sphinx/themes/basic/static/searchtools.js:305 +#: sphinx/themes/basic/static/searchtools.js:308 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3370,12 +3375,12 @@ msgstr "" msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:307 +#: sphinx/themes/basic/static/searchtools.js:310 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:361 +#: sphinx/themes/basic/static/searchtools.js:364 msgid ", in " msgstr "" diff --git a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo index 2dcf850b9939bcd87925b1cae0ea5ee268548893..37cc984aa1fbf4e3731d61475d563b607cedecec 100644 GIT binary patch delta 19 acmeBW>1CPF!DMJUu}fuQo503>{)_-Ys0PRY delta 21 dcmeBW>1CPFF>wRm#Ay;N=DJ3v8#hHW0svH{2Uh?9 diff --git a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po index 3a62887c0..f7b159045 100644 --- a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" -"PO-Revision-Date: 2021-07-25 00:08+0000\n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" "Last-Translator: Komiya Takeshi \n" "Language-Team: Chinese (Taiwan) (Big5) (http://www.transifex.com/sphinx-doc/sphinx-1/language/zh_TW.Big5/)\n" "MIME-Version: 1.0\n" diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo index 5f3655ce75a4015f56cb960cb336fe02c19dfca7..9b7f3a29f04d75dd4c3e9d758c944ce36879e31e 100644 GIT binary patch delta 1840 zcmXxkZD^Hc9LMp?r`bH4ZD~#|&yG$lb!R$UOkEC3Ovz;l6Jsx;TNF2rbG0o=N^c!# zL_I<;sN`2Fqv_3Cr||JQZ>uc!N*&S-aZ z{Apf%X;27V=@4EFA>=Y4ihz6TXD!u^6w}Ud$){8&f!FV$xq|OHp+y zaU{Nj<8j5r5Qmp(d_qDKx1$Q}MlG}-$Kf#?h28d!^N$^;*li*GrC5SltieS%8Moq} z_&rX;EoC7T;GwcOgyA$!kL6#Z7BBxlaO9L^LK?NR3eH`U|(1KVf+L2W2Z zP3jiexP*pIo<h}BbtAu^7QT#JX1M46AzU-- z#bFE$oj8LUn6>kre-HD>H=q`Zoc|oB6K_K;cpNqEg8kk0pz7bUy~yo{zJY$;zvT7g zt<$Ii)u^kkb-uy2*-m@Vp0zjaBg`^Ce_FD!YSaeaMJ>D%^$mQfJnM&DG_-J+J)jQa z!;ViQztC{b@mCDQT4vVq4ye}TsG@(@N~0}jJAsNZuA z)xQx_*nzr<9jFZ+!2&#qI?=Dr_c(vc`CjLrIsVrcWVwG8dX)#$&dX47)>a|U8EQ~( zx7vPZCVN2e^#|cpr=K398;u{v>pO6zW$}f&=TsG&G?K^%cM6xZXynf$LEl z{0wzc&C?t2#0(xr-OL}T@efdcV120ishNpmQT2tNu5|t* z)Xn9b-;DZ(wmJUhM0erL;=z?~?CDQW-t$+wXjWa+)}F0zjn=oVi`rXS=Vg|*G&gOG gGWAhzOVwO&eQNQ$fs!P=o`8f^jB8&AG{DrZu>Q z$Vx;+!SF>XsA#<~AF|Yt2%}gtN+D{m<{MvV6A6bxKH&Ga`?nYST>t-d-T&+9zR!W; z-r||TWc2H>5Wbig!t)`7)=UUVd=DpMH@<*JFoECV7`%)r{N48BNaFu+6h1=rKQ}41 z5>+RM6}S*5;HpU>3NO-lmxLbNg(|ccHPIog#IJBHUbTNa|F7c&t1YL$631f}=i&mK ziXUPh9>wYS!ITin@c5L7Rnj<1LK9xXEMCJj4mw{>6`f4RW>E{R#ae7a?RbOxccM;o z7gphZ=TD)PxO==iy7l%dmj0?!Sy$$WN$~>UI8>9kBON z^Zf6)v?i_}rD$m9X;h({;|32{>Ufpo7Q4xA#c@3MKI$s>q3Rt+oyhm7iF=U441Ml@ zg3K3%(VVw-JOMQ@Ya5+^1C!(nsEO7(--$DbBh-XnqsCpaKighZ{TsF)IrK0v)X)8= zrp0%iMir<>9d(oQ1-r%Wwnywmd)?l_JkOU*j~7;tTEJq|#H&&7z;@-CKkT8Qi9fer zs)P81<8#Ot8ZJ5h2lYAiqs9%|VH`&zaRq7vOK>E%;8JXJd;xXRKVqZ-e>l;HbBJ%F z7F3msooaKa31>TAfGdcXI6i=?cNmA`G3QU&Z&1&Fho9ip9QQwh#)_FClwtuB_zvoO zZbkKX;VA4zoy4c81)jt*JdN7X56<^Gf5Z8H=kGawV3T>yUxmhTVOn_=D$d$kh9LrkC68#oI>sNPt*qf!ZN&xqwy}P-c!^D68u=`D@ozdJP{2&P>Xtt=Q>_#*P;e) zL@lrbwbPxbJN^tacmj1Yzo5q7Lj8aZpz0@P#g0MsSKFwDh6?9xBkI9L9(jXBM?>-_)LYtD}8GW?oV4g+u>0u0Ox7`qk7ks35-8 diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po index b1dbb15b5..d1e6cd843 100644 --- a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-08-08 00:08+0000\n" -"PO-Revision-Date: 2021-07-29 15:08+0000\n" -"Last-Translator: Alvin Wong \n" +"POT-Creation-Date: 2021-08-15 00:08+0000\n" +"PO-Revision-Date: 2021-08-08 00:08+0000\n" +"Last-Translator: Komiya Takeshi \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/sphinx-doc/sphinx-1/language/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" From bde6c8d2effc56dc8b9098abee796167f972c306 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Wed, 18 Aug 2021 01:50:08 +0900 Subject: [PATCH 05/11] Fix test: Tests has been broken with pygments-2.10+ --- tests/test_intl.py | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/tests/test_intl.py b/tests/test_intl.py index 7791b4aee..30beb1135 100644 --- a/tests/test_intl.py +++ b/tests/test_intl.py @@ -12,6 +12,7 @@ import os import re +import pygments import pytest from babel.messages import mofile, pofile from babel.messages.catalog import Catalog @@ -30,6 +31,8 @@ sphinx_intl = pytest.mark.sphinx( }, ) +pygments_version = tuple(int(v) for v in pygments.__version__.split('.')) + def read_po(pathname): with pathname.open() as f: @@ -1060,8 +1063,13 @@ def test_additional_targets_should_not_be_translated(app): assert_count(expected_expr, result, 1) # C code block with lang should not be translated but be *C* highlighted - expected_expr = ("""#include """ - """<stdio.h>""") + if pygments_version < (2, 10, 0): + expected_expr = ("""#include """ + """<stdio.h>""") + else: + expected_expr = ("""#include""" + """ """ + """<stdio.h>""") assert_count(expected_expr, result, 1) # literal block in list item should not be translated @@ -1138,8 +1146,13 @@ def test_additional_targets_should_be_translated(app): assert_count(expected_expr, result, 1) # C code block with lang should be translated and be *C* highlighted - expected_expr = ("""#include """ - """<STDIO.H>""") + if pygments_version < (2, 10, 0): + expected_expr = ("""#include """ + """<STDIO.H>""") + else: + expected_expr = ("""#include""" + """ """ + """<STDIO.H>""") assert_count(expected_expr, result, 1) # literal block in list item should be translated From c5962b70bdabf4ccd4e1fbadd9a2bc0d8a1fc61f Mon Sep 17 00:00:00 2001 From: Jakob Lykke Andersen Date: Sat, 14 Aug 2021 15:59:11 +0200 Subject: [PATCH 06/11] C, update fundamental types, including GNU exts Fixes sphinx-doc/sphinx#9535 --- CHANGES | 1 + sphinx/domains/c.py | 70 +++++++++++++++++++----------------------- tests/test_domain_c.py | 52 +++++++++++++++++++++++++++++++ 3 files changed, 85 insertions(+), 38 deletions(-) diff --git a/CHANGES b/CHANGES index 26282a807..df321b47f 100644 --- a/CHANGES +++ b/CHANGES @@ -19,6 +19,7 @@ Features added template variable ``sphinx_version_tuple`` * #9445: py domain: ``:py:property:`` directive supports ``:classmethod:`` option to describe the class property +* #9535: C, support more fundamental types, including GNU extensions. Bugs fixed ---------- diff --git a/sphinx/domains/c.py b/sphinx/domains/c.py index d79172b05..ff592d0de 100644 --- a/sphinx/domains/c.py +++ b/sphinx/domains/c.py @@ -92,6 +92,33 @@ _id_prefix = [None, 'c.', 'Cv2.'] _string_re = re.compile(r"[LuU8]?('([^'\\]*(?:\\.[^'\\]*)*)'" r'|"([^"\\]*(?:\\.[^"\\]*)*)")', re.S) +_simple_type_sepcifiers_re = re.compile(r"""(?x) + \b( + void|_Bool|bool + # Integer + # ------- + |((signed|unsigned)\s+)?(char|( + ((long\s+long|long)\s+)?int + )) + |__uint128|__int128 + # extensions + |((signed|unsigned)\s+)?__int(8|16|32|64|128) + # Floating-point + # -------------- + |(float|double|long\s+double)(\s+(_Complex|complex|_Imaginary|imaginary))? + |_Decimal(32|64|128) + # extensions + |__float80|_Float64x|__float128|_Float128|__ibm128 + |__fp16 + # Fixed-point, extension + |(_Sat\s+)?((signed|unsigned)\s+)?((short|long|long\s+long)\s+)?(_Fract|_Accum) + # Integer types that could be prefixes of the previous ones + # --------------------------------------------------------- + |((signed|unsigned)\s+)?(short|long\s+long|long) + |signed|unsigned + )\b +""") + class _DuplicateSymbolError(Exception): def __init__(self, symbol: "Symbol", declaration: "ASTDeclaration") -> None: @@ -2123,15 +2150,6 @@ class Symbol: class DefinitionParser(BaseParser): - # those without signedness and size modifiers - # see https://en.cppreference.com/w/cpp/language/types - _simple_fundamental_types = ( - 'void', '_Bool', 'bool', 'char', 'int', 'float', 'double', - '__int64', - ) - - _prefix_keys = ('struct', 'enum', 'union') - @property def language(self) -> str: return 'C' @@ -2556,40 +2574,16 @@ class DefinitionParser(BaseParser): return ASTNestedName(names, rooted) def _parse_trailing_type_spec(self) -> ASTTrailingTypeSpec: - # fundamental types + # fundamental types, https://en.cppreference.com/w/c/language/type + # and extensions self.skip_ws() - for t in self._simple_fundamental_types: - if self.skip_word(t): - return ASTTrailingTypeSpecFundamental(t) - - # TODO: this could/should be more strict - elements = [] - if self.skip_word_and_ws('signed'): - elements.append('signed') - elif self.skip_word_and_ws('unsigned'): - elements.append('unsigned') - while 1: - if self.skip_word_and_ws('short'): - elements.append('short') - elif self.skip_word_and_ws('long'): - elements.append('long') - else: - break - if self.skip_word_and_ws('char'): - elements.append('char') - elif self.skip_word_and_ws('int'): - elements.append('int') - elif self.skip_word_and_ws('double'): - elements.append('double') - elif self.skip_word_and_ws('__int64'): - elements.append('__int64') - if len(elements) > 0: - return ASTTrailingTypeSpecFundamental(' '.join(elements)) + if self.match(_simple_type_sepcifiers_re): + return ASTTrailingTypeSpecFundamental(self.matched_text) # prefixed prefix = None self.skip_ws() - for k in self._prefix_keys: + for k in ('struct', 'enum', 'union'): if self.skip_word_and_ws(k): prefix = k break diff --git a/tests/test_domain_c.py b/tests/test_domain_c.py index d59c4fc1c..d8429861a 100644 --- a/tests/test_domain_c.py +++ b/tests/test_domain_c.py @@ -275,6 +275,58 @@ def test_domain_c_ast_expressions(): exprCheck('a or_eq 5') +def test_domain_c_ast_fundamental_types(): + def types(): + def signed(t): + yield t + yield 'signed ' + t + yield 'unsigned ' + t + + # integer types + # ------------- + yield 'void' + yield from ('_Bool', 'bool') + yield from signed('char') + yield from signed('short') + yield from signed('int') + yield from ('signed', 'unsigned') + yield from signed('long') + yield from signed('long int') + yield from signed('long long') + yield from signed('long long int') + yield from ('__int128', '__uint128') + # extensions + for t in ('__int8', '__int16', '__int32', '__int64', '__int128'): + yield from signed(t) + + # floating point types + # -------------------- + yield from ('_Decimal32', '_Decimal64', '_Decimal128') + for f in ('float', 'double', 'long double'): + yield f + yield from (f + " _Complex", f + " complex") + yield from (f + " _Imaginary", f + " imaginary") + # extensions + # https://gcc.gnu.org/onlinedocs/gcc/Floating-Types.html#Floating-Types + yield from ('__float80', '_Float64x', + '__float128', '_Float128', + '__ibm128') + # https://gcc.gnu.org/onlinedocs/gcc/Half-Precision.html#Half-Precision + yield '__fp16' + + # fixed-point types (extension) + # ----------------------------- + # https://gcc.gnu.org/onlinedocs/gcc/Fixed-Point.html#Fixed-Point + for sat in ('', '_Sat '): + for t in ('_Fract', '_Accum'): + for size in ('short ', '', 'long ', 'long long '): + for tt in signed(size + t): + yield sat + tt + + for t in types(): + check('type', "{key}%s foo" % t, {1: 'foo'}, key='typedef') + + def test_domain_c_ast_type_definitions(): check('type', "{key}T", {1: "T"}) From e2ae287f1c22af41cfbc8db312c0d1f3c88cce6c Mon Sep 17 00:00:00 2001 From: Jakob Lykke Andersen Date: Sat, 14 Aug 2021 16:03:54 +0200 Subject: [PATCH 07/11] C, add fract and accum --- sphinx/domains/c.py | 2 +- tests/test_domain_c.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx/domains/c.py b/sphinx/domains/c.py index ff592d0de..125bf067b 100644 --- a/sphinx/domains/c.py +++ b/sphinx/domains/c.py @@ -111,7 +111,7 @@ _simple_type_sepcifiers_re = re.compile(r"""(?x) |__float80|_Float64x|__float128|_Float128|__ibm128 |__fp16 # Fixed-point, extension - |(_Sat\s+)?((signed|unsigned)\s+)?((short|long|long\s+long)\s+)?(_Fract|_Accum) + |(_Sat\s+)?((signed|unsigned)\s+)?((short|long|long\s+long)\s+)?(_Fract|fract|_Accum|accum) # Integer types that could be prefixes of the previous ones # --------------------------------------------------------- |((signed|unsigned)\s+)?(short|long\s+long|long) diff --git a/tests/test_domain_c.py b/tests/test_domain_c.py index d8429861a..b910a2ec8 100644 --- a/tests/test_domain_c.py +++ b/tests/test_domain_c.py @@ -318,7 +318,7 @@ def test_domain_c_ast_fundamental_types(): # ----------------------------- # https://gcc.gnu.org/onlinedocs/gcc/Fixed-Point.html#Fixed-Point for sat in ('', '_Sat '): - for t in ('_Fract', '_Accum'): + for t in ('_Fract', 'fract', '_Accum', 'accum'): for size in ('short ', '', 'long ', 'long long '): for tt in signed(size + t): yield sat + tt From cf091f7bb64b544b6bb69155677801851209e86a Mon Sep 17 00:00:00 2001 From: Jakob Lykke Andersen Date: Sun, 15 Aug 2021 21:31:31 +0200 Subject: [PATCH 08/11] C, add short int, and treat spaced types properly --- sphinx/domains/c.py | 16 +++++++++++----- tests/test_domain_c.py | 17 ++++++++++------- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/sphinx/domains/c.py b/sphinx/domains/c.py index 125bf067b..0869d6911 100644 --- a/sphinx/domains/c.py +++ b/sphinx/domains/c.py @@ -98,7 +98,7 @@ _simple_type_sepcifiers_re = re.compile(r"""(?x) # Integer # ------- |((signed|unsigned)\s+)?(char|( - ((long\s+long|long)\s+)?int + ((long\s+long|long|short)\s+)?int )) |__uint128|__int128 # extensions @@ -114,7 +114,7 @@ _simple_type_sepcifiers_re = re.compile(r"""(?x) |(_Sat\s+)?((signed|unsigned)\s+)?((short|long|long\s+long)\s+)?(_Fract|fract|_Accum|accum) # Integer types that could be prefixes of the previous ones # --------------------------------------------------------- - |((signed|unsigned)\s+)?(short|long\s+long|long) + |((signed|unsigned)\s+)?(long\s+long|long|short) |signed|unsigned )\b """) @@ -636,14 +636,20 @@ class ASTTrailingTypeSpec(ASTBase): class ASTTrailingTypeSpecFundamental(ASTTrailingTypeSpec): def __init__(self, name: str) -> None: - self.name = name + self.names = name.split() def _stringify(self, transform: StringifyTransform) -> str: - return self.name + return ' '.join(self.names) def describe_signature(self, signode: TextElement, mode: str, env: "BuildEnvironment", symbol: "Symbol") -> None: - signode += addnodes.desc_sig_keyword_type(self.name, self.name) + first = True + for n in self.names: + if not first: + signode += addnodes.desc_sig_space() + else: + first = False + signode += addnodes.desc_sig_keyword_type(n, n) class ASTTrailingTypeSpecName(ASTTrailingTypeSpec): diff --git a/tests/test_domain_c.py b/tests/test_domain_c.py index b910a2ec8..a9aa55687 100644 --- a/tests/test_domain_c.py +++ b/tests/test_domain_c.py @@ -279,8 +279,8 @@ def test_domain_c_ast_fundamental_types(): def types(): def signed(t): yield t - yield 'signed ' + t - yield 'unsigned ' + t + yield 'signed ' + t + yield 'unsigned ' + t # integer types # ------------- @@ -288,6 +288,7 @@ def test_domain_c_ast_fundamental_types(): yield from ('_Bool', 'bool') yield from signed('char') yield from signed('short') + yield from signed('short int') yield from signed('int') yield from ('signed', 'unsigned') yield from signed('long') @@ -304,8 +305,8 @@ def test_domain_c_ast_fundamental_types(): yield from ('_Decimal32', '_Decimal64', '_Decimal128') for f in ('float', 'double', 'long double'): yield f - yield from (f + " _Complex", f + " complex") - yield from (f + " _Imaginary", f + " imaginary") + yield from (f + " _Complex", f + " complex") + yield from (f + " _Imaginary", f + " imaginary") # extensions # https://gcc.gnu.org/onlinedocs/gcc/Floating-Types.html#Floating-Types yield from ('__float80', '_Float64x', @@ -317,14 +318,16 @@ def test_domain_c_ast_fundamental_types(): # fixed-point types (extension) # ----------------------------- # https://gcc.gnu.org/onlinedocs/gcc/Fixed-Point.html#Fixed-Point - for sat in ('', '_Sat '): + for sat in ('', '_Sat '): for t in ('_Fract', 'fract', '_Accum', 'accum'): - for size in ('short ', '', 'long ', 'long long '): + for size in ('short ', '', 'long ', 'long long '): for tt in signed(size + t): yield sat + tt for t in types(): - check('type', "{key}%s foo" % t, {1: 'foo'}, key='typedef') + input = "{key}%s foo" % t + output = ' '.join(input.split()) + check('type', input, {1: 'foo'}, key='typedef', output=output) def test_domain_c_ast_type_definitions(): From a4371ea94c4c430b7aaa545f285442e844357043 Mon Sep 17 00:00:00 2001 From: Jakob Lykke Andersen Date: Sun, 15 Aug 2021 21:32:37 +0200 Subject: [PATCH 09/11] C++, update fundamental type handling a la in C --- CHANGES | 2 +- sphinx/domains/cpp.py | 102 ++++++++++++++++++++++----------------- tests/test_domain_cpp.py | 8 ++- 3 files changed, 65 insertions(+), 47 deletions(-) diff --git a/CHANGES b/CHANGES index df321b47f..6b94312a8 100644 --- a/CHANGES +++ b/CHANGES @@ -19,7 +19,7 @@ Features added template variable ``sphinx_version_tuple`` * #9445: py domain: ``:py:property:`` directive supports ``:classmethod:`` option to describe the class property -* #9535: C, support more fundamental types, including GNU extensions. +* #9535: C and C++, support more fundamental types, including GNU extensions. Bugs fixed ---------- diff --git a/sphinx/domains/cpp.py b/sphinx/domains/cpp.py index ee54d9256..36455c69a 100644 --- a/sphinx/domains/cpp.py +++ b/sphinx/domains/cpp.py @@ -334,6 +334,30 @@ _keywords = [ 'while', 'xor', 'xor_eq' ] + +_simple_type_sepcifiers_re = re.compile(r"""(?x) + \b( + auto|void|bool + # Integer + # ------- + |((signed|unsigned)\s+)?(char|__int128|( + ((long\s+long|long|short)\s+)?int + )) + |wchar_t|char(8|16|32)_t + # extensions + |((signed|unsigned)\s+)?__int(64|128) + # Floating-point + # -------------- + |(float|double|long\s+double)(\s+(_Complex|_Imaginary))? + # extensions + |__float80|_Float64x|__float128|_Float128 + # Integer types that could be prefixes of the previous ones + # --------------------------------------------------------- + |((signed|unsigned)\s+)?(long\s+long|long|short) + |signed|unsigned + )\b +""") + _max_id = 4 _id_prefix = [None, '', '_CPPv2', '_CPPv3', '_CPPv4'] # Ids are used in lookup keys which are used across pickled files, @@ -449,11 +473,25 @@ _id_fundamental_v2 = { 'long long int': 'x', 'signed long long': 'x', 'signed long long int': 'x', + '__int64': 'x', 'unsigned long long': 'y', 'unsigned long long int': 'y', + '__int128': 'n', + 'signed __int128': 'n', + 'unsigned __int128': 'o', 'float': 'f', 'double': 'd', 'long double': 'e', + '__float80': 'e', + '_Float64x': 'e', + '__float128': 'g', + '_Float128': 'g', + 'float _Complex': 'Cf', + 'double _Complex': 'Cd', + 'long double _Complex': 'Ce', + 'float _Imaginary': 'f', + 'double _Imaginary': 'd', + 'long double _Imaginary': 'e', 'auto': 'Da', 'decltype(auto)': 'Dc', 'std::nullptr_t': 'Dn' @@ -1817,31 +1855,38 @@ class ASTTrailingTypeSpec(ASTBase): class ASTTrailingTypeSpecFundamental(ASTTrailingTypeSpec): def __init__(self, name: str) -> None: - self.name = name + self.names = name.split() def _stringify(self, transform: StringifyTransform) -> str: - return self.name + return ' '.join(self.names) def get_id(self, version: int) -> str: if version == 1: res = [] - for a in self.name.split(' '): + for a in self.names: if a in _id_fundamental_v1: res.append(_id_fundamental_v1[a]) else: res.append(a) return '-'.join(res) - if self.name not in _id_fundamental_v2: + txt = str(self) + if txt not in _id_fundamental_v2: raise Exception( 'Semi-internal error: Fundamental type "%s" can not be mapped ' - 'to an id. Is it a true fundamental type? If not so, the ' - 'parser should have rejected it.' % self.name) - return _id_fundamental_v2[self.name] + 'to an ID. Is it a true fundamental type? If not so, the ' + 'parser should have rejected it.' % txt) + return _id_fundamental_v2[txt] def describe_signature(self, signode: TextElement, mode: str, env: "BuildEnvironment", symbol: "Symbol") -> None: - signode += addnodes.desc_sig_keyword_type(self.name, self.name) + first = True + for n in self.names: + if not first: + signode += addnodes.desc_sig_space() + else: + first = False + signode += addnodes.desc_sig_keyword_type(n, n) class ASTTrailingTypeSpecDecltypeAuto(ASTTrailingTypeSpec): @@ -4996,15 +5041,6 @@ class Symbol: class DefinitionParser(BaseParser): - # those without signedness and size modifiers - # see https://en.cppreference.com/w/cpp/language/types - _simple_fundemental_types = ( - 'void', 'bool', 'char', 'wchar_t', 'char8_t', 'char16_t', 'char32_t', - 'int', 'float', 'double', 'auto' - ) - - _prefix_keys = ('class', 'struct', 'enum', 'union', 'typename') - @property def language(self) -> str: return 'C++' @@ -5821,33 +5857,11 @@ class DefinitionParser(BaseParser): # ========================================================================== def _parse_trailing_type_spec(self) -> ASTTrailingTypeSpec: - # fundemental types + # fundamental types, https://en.cppreference.com/w/cpp/language/type + # and extensions self.skip_ws() - for t in self._simple_fundemental_types: - if self.skip_word(t): - return ASTTrailingTypeSpecFundamental(t) - - # TODO: this could/should be more strict - elements = [] - if self.skip_word_and_ws('signed'): - elements.append('signed') - elif self.skip_word_and_ws('unsigned'): - elements.append('unsigned') - while 1: - if self.skip_word_and_ws('short'): - elements.append('short') - elif self.skip_word_and_ws('long'): - elements.append('long') - else: - break - if self.skip_word_and_ws('char'): - elements.append('char') - elif self.skip_word_and_ws('int'): - elements.append('int') - elif self.skip_word_and_ws('double'): - elements.append('double') - if len(elements) > 0: - return ASTTrailingTypeSpecFundamental(' '.join(elements)) + if self.match(_simple_type_sepcifiers_re): + return ASTTrailingTypeSpecFundamental(self.matched_text) # decltype self.skip_ws() @@ -5867,7 +5881,7 @@ class DefinitionParser(BaseParser): # prefixed prefix = None self.skip_ws() - for k in self._prefix_keys: + for k in ('class', 'struct', 'enum', 'union', 'typename'): if self.skip_word_and_ws(k): prefix = k break diff --git a/tests/test_domain_cpp.py b/tests/test_domain_cpp.py index e02cd8c1c..b1fffb89c 100644 --- a/tests/test_domain_cpp.py +++ b/tests/test_domain_cpp.py @@ -123,7 +123,9 @@ def test_domain_cpp_ast_fundamental_types(): def makeIdV1(): if t == 'decltype(auto)': return None - id = t.replace(" ", "-").replace("long", "l").replace("int", "i") + id = t.replace(" ", "-").replace("long", "l") + if "__int" not in t: + id = id.replace("int", "i") id = id.replace("bool", "b").replace("char", "c") id = id.replace("wc_t", "wchar_t").replace("c16_t", "char16_t") id = id.replace("c8_t", "char8_t") @@ -135,7 +137,9 @@ def test_domain_cpp_ast_fundamental_types(): if t == "std::nullptr_t": id = "NSt9nullptr_tE" return "1f%s" % id - check("function", "void f(%s arg)" % t, {1: makeIdV1(), 2: makeIdV2()}) + input = "void f(%s arg)" % t.replace(' ', ' ') + output = "void f(%s arg)" % t + check("function", input, {1: makeIdV1(), 2: makeIdV2()}, output=output) def test_domain_cpp_ast_expressions(): From 4b62b6cb8290cfff5e461b6caea1117aa95a01a9 Mon Sep 17 00:00:00 2001 From: Jakob Lykke Andersen Date: Mon, 16 Aug 2021 20:11:42 +0200 Subject: [PATCH 10/11] C, C++, parse --- sphinx/domains/c.py | 1 + sphinx/domains/cpp.py | 19 +++++++++---------- tests/test_domain_c.py | 3 ++- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/sphinx/domains/c.py b/sphinx/domains/c.py index 0869d6911..c487c17d5 100644 --- a/sphinx/domains/c.py +++ b/sphinx/domains/c.py @@ -106,6 +106,7 @@ _simple_type_sepcifiers_re = re.compile(r"""(?x) # Floating-point # -------------- |(float|double|long\s+double)(\s+(_Complex|complex|_Imaginary|imaginary))? + |(_Complex|complex|_Imaginary|imaginary)\s+(float|double|long\s+double) |_Decimal(32|64|128) # extensions |__float80|_Float64x|__float128|_Float128|__ibm128 diff --git a/sphinx/domains/cpp.py b/sphinx/domains/cpp.py index 36455c69a..0d8aee019 100644 --- a/sphinx/domains/cpp.py +++ b/sphinx/domains/cpp.py @@ -349,6 +349,7 @@ _simple_type_sepcifiers_re = re.compile(r"""(?x) # Floating-point # -------------- |(float|double|long\s+double)(\s+(_Complex|_Imaginary))? + |(_Complex|_Imaginary)\s+(float|double|long\s+double) # extensions |__float80|_Float64x|__float128|_Float128 # Integer types that could be prefixes of the previous ones @@ -482,16 +483,14 @@ _id_fundamental_v2 = { 'float': 'f', 'double': 'd', 'long double': 'e', - '__float80': 'e', - '_Float64x': 'e', - '__float128': 'g', - '_Float128': 'g', - 'float _Complex': 'Cf', - 'double _Complex': 'Cd', - 'long double _Complex': 'Ce', - 'float _Imaginary': 'f', - 'double _Imaginary': 'd', - 'long double _Imaginary': 'e', + '__float80': 'e', '_Float64x': 'e', + '__float128': 'g', '_Float128': 'g', + 'float _Complex': 'Cf', '_Complex float': 'Cf', + 'double _Complex': 'Cd', '_Complex double': 'Cd', + 'long double _Complex': 'Ce', '_Complex long double': 'Ce', + 'float _Imaginary': 'f', '_Imaginary float': 'f', + 'double _Imaginary': 'd', '_Imaginary double': 'd', + 'long double _Imaginary': 'e', '_Imaginary long double': 'e', 'auto': 'Da', 'decltype(auto)': 'Dc', 'std::nullptr_t': 'Dn' diff --git a/tests/test_domain_c.py b/tests/test_domain_c.py index a9aa55687..0800c5059 100644 --- a/tests/test_domain_c.py +++ b/tests/test_domain_c.py @@ -306,7 +306,8 @@ def test_domain_c_ast_fundamental_types(): for f in ('float', 'double', 'long double'): yield f yield from (f + " _Complex", f + " complex") - yield from (f + " _Imaginary", f + " imaginary") + yield from ("_Complex " + f, "complex " + f) + yield from ("_Imaginary " + f, "imaginary " + f) # extensions # https://gcc.gnu.org/onlinedocs/gcc/Floating-Types.html#Floating-Types yield from ('__float80', '_Float64x', From 73c1520923c76835ea17f9e87af14b51dc83f2c2 Mon Sep 17 00:00:00 2001 From: Jakob Lykke Andersen Date: Sun, 15 Aug 2021 17:24:14 +0200 Subject: [PATCH 11/11] C++, fix parsing of defaulted fp function params --- CHANGES | 2 ++ sphinx/domains/cpp.py | 10 ++-------- tests/test_domain_cpp.py | 3 +++ 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/CHANGES b/CHANGES index 6b94312a8..55ccdf146 100644 --- a/CHANGES +++ b/CHANGES @@ -36,6 +36,8 @@ Bugs fixed * #9456: html search: abbreation marks are inserted to the search result if failed to fetch the content of the page * #9267: html theme: CSS and JS files added by theme were loaded twice +* #9535 comment: C++, fix parsing of defaulted function parameters that are + function pointers. Testing -------- diff --git a/sphinx/domains/cpp.py b/sphinx/domains/cpp.py index 0d8aee019..f82445099 100644 --- a/sphinx/domains/cpp.py +++ b/sphinx/domains/cpp.py @@ -5936,13 +5936,6 @@ class DefinitionParser(BaseParser): 'Expecting "," or ")" in parameters-and-qualifiers, ' 'got "%s".' % self.current_char) - # TODO: why did we have this bail-out? - # does it hurt to parse the extra stuff? - # it's needed for pointer to member functions - if paramMode != 'function' and False: - return ASTParametersQualifiers( - args, None, None, None, None, None, None, None) - self.skip_ws() const = self.skip_word_and_ws('const') volatile = self.skip_word_and_ws('volatile') @@ -5989,7 +5982,8 @@ class DefinitionParser(BaseParser): self.skip_ws() initializer = None - if self.skip_string('='): + # if this is a function pointer we should not swallow an initializer + if paramMode == 'function' and self.skip_string('='): self.skip_ws() valid = ('0', 'delete', 'default') for w in valid: diff --git a/tests/test_domain_cpp.py b/tests/test_domain_cpp.py index b1fffb89c..ede4a2531 100644 --- a/tests/test_domain_cpp.py +++ b/tests/test_domain_cpp.py @@ -639,6 +639,9 @@ def test_domain_cpp_ast_function_definitions(): # from #8960 check('function', 'void f(void (*p)(int, double), int i)', {2: '1fPFvidEi'}) + # from #9535 comment + check('function', 'void f(void (*p)(int) = &foo)', {2: '1fPFviE'}) + def test_domain_cpp_ast_operators(): check('function', 'void operator new()', {1: "new-operator", 2: "nwv"})